How can I obfuscate a dll when using a Visual Studio deployment project?

Posted by LeeW on Stack Overflow See other posts from Stack Overflow or by LeeW
Published on 2010-05-05T21:25:49Z Indexed on 2010/05/05 21:28 UTC
Read the original article Hit count: 252

Filed under:

Hi all,

I need to obfuscate a dll that is used in a ASP.NET project, the deployment project pruduces a setup.exe which I want to distribute. I have the VS 2008 Dotfuscator installed but when I build the deployment project the project that creates the dll is rebuilt before it is added to the deployment project and added to the setup.exe. Any suggestions on how I can get round this?

Many thanks Lee

© Stack Overflow or respective owner

Related posts about obfuscation