Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I'm attempting to obfuscate my app, using the community edition of dotfuscator that comes with VS 2005. I'm getting a TypeLoadException when I try to run the obfuscated app. It says I "tried to implement a method declaration with a different virtual state".
This occurs in InitializeComponent() of a user control.
Anyone have any ideas what I'm looking for here to fix this?
|