A
Alex
Hello,
I have a couple of questions.
1) Strong naming:
My C# add-in uses a COM DLL.
Visual Studio generated a wrapper for it and put the following into the "references" of the project:
<Reference
Name = "MyHelperLib"
Guid = "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"
VersionMajor = "1"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "tlbimp"
/>
Unfortunately, I see no way to assign a strong name to the wrapper so I cannot strong-name the assembly.
Is there a solution?
2) Trusted directory:
The highest security setting of Word 2003 only allows add-ins and templates from "trusted" directories.
How do I make the directory into which my add-in is installed trusted?
Thank you.
Best wishes,
Alex.
I have a couple of questions.
1) Strong naming:
My C# add-in uses a COM DLL.
Visual Studio generated a wrapper for it and put the following into the "references" of the project:
<Reference
Name = "MyHelperLib"
Guid = "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"
VersionMajor = "1"
VersionMinor = "0"
Lcid = "0"
WrapperTool = "tlbimp"
/>
Unfortunately, I see no way to assign a strong name to the wrapper so I cannot strong-name the assembly.
Is there a solution?
2) Trusted directory:
The highest security setting of Word 2003 only allows add-ins and templates from "trusted" directories.
How do I make the directory into which my add-in is installed trusted?
Thank you.
Best wishes,
Alex.