L Stomphorst
Posts: 21
Joined: 2005-10-31
|
Hi,
I want to obfuscate my Outlook add-in, using the Dotfuscator community edition. But when I do that, the toolbar that is added by my addin, doesn't appear.
I've already excluded the AddinModule from Renaming, but that didn't solve this issue.
Any ideas?
thank you,
Bert |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Bert.
Can you send me the obfuscated assembly? I will test it. |
|
L Stomphorst
Posts: 21
Joined: 2005-10-31
|
Hi Sergey,
I just found that the dll is not properly registerd by regasm.dll (strongname validation failed), so I've to look there.
I'm not sure how to solve that at the moment, but it gives me a direction to look into. Seems to be nothing wrong with the dll itself.
Regards,
Bert |
|