Open elector-zz opened 8 years ago
Most likely it really expects to find the Configuration
-method by means of Reflection, so exclude it from obfuscation.
I am not sure how to exclude it when it is a part of the exe file I am obfuscating. The Web API is self hosted in an executable.
https://github.com/yck1509/ConfuserEx/wiki/Declarative-Obfuscation
[Obfuscation(Exclude = true)]
Hi
Using UI v. 1.0.0, no packer
I have a WinForms application self hosting a WebAPI server and I confuse the exe and two dlls. I use the Normal preset and nothing else. When trying to run the exe I get an exception and the log says: System.EntryPointNotFoundException: The following errors occurred while attempting to load the app.
Seems that it cannot find the Startup class Confirguration method to start the web server.
Can you please help? I am totally new to ConfuserEx.
Thank you