Using Vault API in COM+
Moderator: SourceGear
Using Vault API in COM+
I am trying to use Vault API's in COM+ using Visual Studio.NET, and having compile time error saying Vault libraries do not have strong names. Does anybody have any idea about overcoming this problem?
Are you setting your project to be strongly named? I don't think you can have a strongly named type reference a non-strongly named assembly.
We were concerned about this as well... we ended up assembling the project w/o a strong name, ran regasm pointing to our assembly, and we were able to use our .tlb and exposed methods with other development environments anyway.
Mark
We were concerned about this as well... we ended up assembling the project w/o a strong name, ran regasm pointing to our assembly, and we were able to use our .tlb and exposed methods with other development environments anyway.
Mark
Same Problem
I'm developing an application that needs to be strong named. How do i get the APIs dll's to work in my app?