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
VaultClientIntegrationLib Key file
Moderator: SourceGear
Re: VaultClientIntegrationLib Key file
Rafat,
VaultClientIntegrationLib is provided as reference only, and is not packaged as something that can be built.
VaultClientIntegrationLib is provided as reference only, and is not packaged as something that can be built.
Jeff Clausius
SourceGear
SourceGear
Re: VaultClientIntegrationLib Key file
That is really too bad. What are we supposed to do when there are shortcomings in the API?
Re: VaultClientIntegrationLib Key file
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
SourceGear