Questions tagged [smartassembly]

A obfuscation, crash reporting, and feature usage reporting tool for .NET from Red-Gate Software Ltd.

SmartAssebly is an obfuscation, crash reporting, and feature usage reporting tool for .NET from Red-Gate Software Ltd.

SmartAssembly website

33 questions
0
votes
1 answer

MonoDevelop - Bug with SmartAssembly

I have my dlls (.NET4) build with msbuild and obfuscated with SmartAssembly 5.5. After that i set them with reference for simple console application in the MonoDevelop (latest) on Mac (10.8). Built ok, but when i ran that simple app, i have a…
Alexander
  • 431
  • 2
  • 5
  • 19
0
votes
2 answers

Smart Assembly - Apply build time obfuscation

I'm writing application, it's near end, and i want to apply obfuscation over my code using smart assembly, and if possible signing too... the problem is my application is multi-part, and more importantly one of it's part is service based, and it…
Hassan Faghihi
  • 1,888
  • 1
  • 37
  • 55
-2
votes
1 answer

Winform app After obfuscation with smart assembly throw entity framework exception

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…
1 2
3