I'm using Net Reactor v 6.9.0 to obfuscate a project created in Visual Studio 2019, a Windows Service, but when the service.exe is obfuscated and I try to install it I get the following error.
system.reflection.targetinvocationexception exception has been thrown by the target of an invocation
If the service is not obfuscate it works fine.
I'm obfuscanting the service in mode "Windows Service" and "Aplication".
Any ideas.
Thanks