D
David Thielen
Hi;
This is for a C#/.NET Word add-in using IDTExtensibility2 (ie not VSTO).
It appears that if you delay sign an add-in (necessary if doing
obfuscation), then you must turn off registering it for COM interop. I
believe the reason why is it tries to register before the post-build event
and the post-build event is when you do the temp signing on a delay signed
app.
Am I missing something here? And is there any downside to not registering?
BTW - I first ran it without delay signing and with register set to get the
entries I need in the registry.
This is for a C#/.NET Word add-in using IDTExtensibility2 (ie not VSTO).
It appears that if you delay sign an add-in (necessary if doing
obfuscation), then you must turn off registering it for COM interop. I
believe the reason why is it tries to register before the post-build event
and the post-build event is when you do the temp signing on a delay signed
app.
Am I missing something here? And is there any downside to not registering?
BTW - I first ran it without delay signing and with register set to get the
entries I need in the registry.