VaultClientIntegrationLib Key file

Post your questions regarding using the Vault and Fortress API in your programs.

Moderator: SourceGear

Post Reply
Rafat.Haddad
Posts: 1
Joined: Tue Jan 04, 2011 10:36 am

VaultClientIntegrationLib Key file

Post by Rafat.Haddad » Tue Jan 04, 2011 10:50 am

Hi, I am trying to build the VaultClientIntegrationLib.csproj example. The build is failing with this error:
Cryptographic failure while signing assembly 'C:\...\SourceGearVault\API\VaultClientAPI_5_1\VaultClientIntegrationLibCode\obj\Debug_x64\VaultClientIntegrationLib.dll' -- 'Error reading key file 'c:\...\SourceGearVault\API\VaultClientAPI_5_1\VaultClientIntegrationLibCode\vaultclientintegrationlib.snk' -- The system cannot find the file specified. '
it is asking for a required key. Where and how can I obtain that key?
Thanks.
Rafat

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: VaultClientIntegrationLib Key file

Post by jclausius » Tue Jan 04, 2011 2:04 pm

Rafat,

VaultClientIntegrationLib is provided as reference only, and is not packaged as something that can be built.
Jeff Clausius
SourceGear

paulh
Posts: 1
Joined: Fri Apr 15, 2011 8:43 am

Re: VaultClientIntegrationLib Key file

Post by paulh » Fri Apr 15, 2011 9:23 am

That is really too bad. What are we supposed to do when there are shortcomings in the API?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Re: VaultClientIntegrationLib Key file

Post by jclausius » Mon Apr 18, 2011 8:01 am

If you want to make changes to VaultClientIntegrationLib, you have the source code. You can do anything you would like here. You can remove the reference to the key in the project or perhaps generate a new strong name key and use that instead.
Jeff Clausius
SourceGear

Post Reply