To elaborate on this a little, the 64-bit versions of Windows basically have two copies of the registry -- one for 32-bit programs and one for 64-bit programs. If you've run "sn.exe -Vr" from the "Visual Studio 2008 Command Prompt", you will end up running the 32-bit version of the program which will update the 32-bit key that controls strong name verification -- but will not update the 64-bit key. If you run sn.exe from the x64 version of Visual Studio Command Prompt, you will get the 64-bit executable which will therefore update the 64-bit version of the registry.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tomas Matousek Sent: Monday, June 16, 2008 12:59 PM To: [email protected] Subject: Re: [Ironruby-core] Signing problem on Vista 64 Have you run it in 64bit cmd.exe? Tomas -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Belcher Sent: Monday, June 16, 2008 12:21 PM To: [email protected] Subject: [Ironruby-core] Signing problem on Vista 64 I'm having a problem running r114 on Vista 64. I did run the runfirst.cmd This is the exception I get: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'ir, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) File name: 'ir, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' ---> System.Security.SecurityException: Strong name validation failed. (Exception from HRESULT: 0x8013141A) The Zone of the assembly that failed was: MyComputer Any ideas? -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
