Winform app After obfuscation with smart assembly throw entity framework exception

365 Views Asked by At

I developed a software in windows form. I used entity framework (code first) approach. When the app starts its communicate with database, while communicating entity framework throws an exception, which I'm unable to interpret. (note: it happens only after obfuscation. I'm using SmartAssembly 6.9).. without obfuscation, all is correct.

I posted this problem in below link today at morning .. but didn't receive response. I'm giving link below https://forum.red-gate.com/discussion/81758/entity-framework-code-first-exception-after-obfuscating-net-assembly#latest

Thanks

1

There are 1 best solutions below

1
On

A feature of smart assembly is the ability to decode obfuscated stack traces. I would check their documentation on how you can do this so you can debug your program.