Archived

This forum has been archived. Please start a new discussion on GitHub.

Build issue with ICECS 3.1.0

enviroment:
Windows XP SP2
Visual Studio 2005

issue:
when Building the Ice for CS from the download source, show me the error:

Cryptographic failure while signing assembly 'D:\Library\IceCS-3.1.0\src\Ice\obj\Debug\icecs.dll' -- 'Access deny'

I checked the sign file "..\..\IcecsKey.snk" , and found it. Is it bad file?

Thanks for help!

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Mmm, It looks like you don't have sufficient permissions to sign assemblies. If possible, can you try building IceCS under the admin account?

    You could also try to modify the permissions of the C:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys directory. See here and here for more details.

    Let us know wether or not this solves your problem!

    Cheers,
    Benoit.
  • When the compiler show me the error, I build IceCS under the admin account.

    And Thanks Benoit!

    The second method give me a happy day. It solved the problem!

    Thanks again.