Open GustavPS opened 9 years ago
Hi, What settings did you use? Do you have any sample that allows me to reproduce the problem?
Hi! Thank you for your answere. Well im using a dll called "simconnect" to make plugins for Microsoft flight simulator (https://msdn.microsoft.com/en-us/library/cc526983.aspx). Im using maximum settings and no packer on confuserEx but I've tried with packer and every preset for security.
Here is one of the projects I made that got this issue: https://mega.co.nz/#!tltmmJjY!ycWKF0fGX0NukCCUjwfrF_CqRkMYqgVP0FQISRKGytc
The files that I tried to "confuse" is in the bin/x86/release folder and it's the "Microsoft.FlightSimulator.SimConnect.dll" and the "WindowsFormsApplication1.exe" file
Hi, Sorry but both of your original and protected application cannot run here. It seems to be a problem with different framework version. You may try changing the framework version of your project from .NET 4 to .NET 2/3.5 to see if it solves the problem.
Hi! I get an error with my application after I "confuse" it. I had this problem with my application before and I fixed that by adding
in the App.config but now after I "confuse" my application I get that error again. Does the program do anything with my App.config since this don't happen if I have that code in there.
I appriciate all help!