Options

Unable to receive events from other dll after obfuscation with Smart Assembly

maddymaddy Posts: 1 New member
Hello,
I have WPF desktop application. It has dependency on other two .net dlls.

One of the dll sends hardware connectivity notification (event) which are subscribed to main application.
After obfuscation, application runs fine but unable to receive hardware connected / disconnected events from other dll. I am not sure where those events are getting intercepted.
What should I do to get this working or know where the problem lies?
Sign In or Register to comment.