Is .NET 4.0 still supported with version 7?

MartinHMartinH Posts: 82 Bronze 2
The reason I ask this question is that I have a NET 4.0 application that I have obfuscated with SA 7.0.3.2212 and I'm getting errors as soon as the program starts (within the Main).
Protecting the same exe with version 6.10.0.220 works fine.
The errors I'm experiencing happen on Windows XP (hence the .NET 4.0 requirement) and seem very basic - nothing to do with my code. For instance, updating the Configuration file to import the UserSettings values.
The exceptions are TypeLoadException and TypeInitializationException (I have the exception details if required).
Thanks,
Martin.
Tagged:

Answers

Sign In or Register to comment.