object reference not set to an instance of an object after obfuscation

157 Views Asked by At

After obfuscating my project, it stops working. I see the message "object reference not set to an instance of an object" when I start it up.

I tried using:

[assembly: Obfuscation(Feature = "optimization", Exclude = true)]
[System.Reflection.ObfuscationAttribute(Feature = "properties renaming")]
[Obfuscation(Exclude = true)]
 [System.Reflection.ObfuscationAttribute(Feature = "renaming", ApplyToMembers = true)]

Nothing helps. Does anyone have any ideas?

0

There are 0 best solutions below