Hi I have a problem that I am facing and not sure how I can fix this.
I have a .NET V2 (c#) DLL exposed as COM but none of the Office apps can create a instance of this dll. I can reference it, I can even declare it but as soon as I create an instance of this it comes up with File not found or dependancies... I have used the following command and have put the dll into GAC. RegAasm /tlb:Support.dll Support.dll /codebase Any help would be great. Paul.
