Page 1 of 1

VaultClientIntegrationLib Key file

Posted: Tue Jan 04, 2011 10:50 am
by Rafat.Haddad
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

Re: VaultClientIntegrationLib Key file

Posted: Tue Jan 04, 2011 2:04 pm
by jclausius
Rafat,

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

Re: VaultClientIntegrationLib Key file

Posted: Fri Apr 15, 2011 9:23 am
by paulh
That is really too bad. What are we supposed to do when there are shortcomings in the API?

Re: VaultClientIntegrationLib Key file

Posted: Mon Apr 18, 2011 8:01 am
by jclausius
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.