> After Obfuscation all namespace / class / method is changed in my DLL, but
> does that mean all application refering this dll has to be modified with
> changed name!
> I'm sure there should be better solution then that.
Most obfuscators will allow you not to obfuscate the names of public
members, which means nothing referencing the DLL should need to change.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too