Frank Perugini
Guest
|
We need to obfuscate our Add-in Express Outlook project before final release. We plan to use the Dotfuscator Community Edition that comes with VS2005.
What are the guidelines to using this tool with Add-in Express projects so that it will work properly?
Thanks. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Frank.
You should only obfuscate the code of the add-in and leave namespaces, names of classes and methods without changes.
Also remember that in case of using a shim you should use delay signing for the add-in assembly. After the add-in assembly is built you can obfuscate it and re-sign using the 'sn.exe' tool.
|
|