Using Vault API in COM+

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
achiles

Using Vault API in COM+

Post by achiles » Wed Apr 28, 2004 8:49 pm

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?

MH

Post by MH » Wed Apr 28, 2004 9:54 pm

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

Cody

Same Problem

Post by Cody » Mon Nov 08, 2004 2:25 pm

I'm developing an application that needs to be strong named. How do i get the APIs dll's to work in my app?

Post Reply