Click here to Skip to main content
15,910,277 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new to obfuscation. I am using DotFuscator tool for Obfuscation bundled with Visual Studio 2010.

I have one Web-Service having few APIs. This service when published normally, all APIs work fine and gives expected result.

But when I am Obfuscating the DLLs and publishing the service, all APIs goes to Catch block and gives error when I execute any API from that service.

Also, I tried, when Obfuscating the DLLs, I disabled the RENAMING property. All APIs works fine. But then, there is no sense of Obfuscation as nothing in DLLs is renamed and one can easily gets all the code in DLLs.

Is there any property or Option i am missing while Obfuscating the DLLs ??
Posted
Updated 30-Aug-15 4:03am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900