I have a .NET 3.5 Winform exe. After applying protection using PC Guard, I got the following message while launching it.
"Unable to generate a temporary class (result=1). error CS0009: Metadata file "t:\xxx\winform.exe" could not be opened -- 'An attempt was made to load a program with an incorrect format.'"
After I click "OK", the program launch successfully.
What could be the problem?