Is anyone else having problems building with the solution file? I got a fresh copy, and get this error when I try to build the solution. Error 1 Cryptographic failure while signing assembly ''c:\projects\IronRuby\trunk\src\microsoft.scripting\obj\Debug\Microsoft.Scripting.dll'' -- ''Error reading key file ''c:\projects\IronRuby\trunk\MSSharedLibKey.snk'' -- The system cannot find the file specified. '' Microsoft.Scripting Thanks Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070906/5796bde1/attachment.html
You can either use the Rakefile[1], or run msbuild with the external configuration specified[2]: 1. rake compile 2. msbuild /p:Configuration=ExternalDebug -Derek On 9/6/07, Aaron Junod <tranqy at gmail.com> wrote:> Is anyone else having problems building with the solution file? I got a > fresh copy, and get this error when I try to build the solution. > > Error 1 Cryptographic failure while signing assembly > ''c:\projects\IronRuby\trunk\src\microsoft.scripting\obj\Debug\Microsoft.Scripting.dll'' > -- ''Error reading key file > ''c:\projects\IronRuby\trunk\MSSharedLibKey.snk'' -- The > system cannot find the file specified. '' Microsoft.Scripting > > > Thanks > > Aaron > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
John, If you see this message on the list..is there a fix for the problem Aaron is getting on trying to use the included solution file? I have the same problem, tried to fix it but to no avail. Thanks, Rob Bazinet On 9/6/07, Aaron Junod <tranqy at gmail.com> wrote:> > Is anyone else having problems building with the solution file? I got a > fresh copy, and get this error when I try to build the solution. > > Error 1 Cryptographic failure while signing assembly > ''c:\projects\IronRuby\trunk\src\microsoft.scripting\obj\Debug\Microsoft.Scripting.dll'' > -- ''Error reading key file ''c:\projects\IronRuby\trunk\MSSharedLibKey.snk'' > -- The system cannot find the file specified. '' Microsoft.Scripting > > > Thanks > > Aaron > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070907/7febca22/attachment.html
Does it work if you switch to "ExternalDebug" configuration? From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Robert Bazinet Sent: Friday, September 07, 2007 1:47 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Solution File John, If you see this message on the list..is there a fix for the problem Aaron is getting on trying to use the included solution file? I have the same problem, tried to fix it but to no avail. Thanks, Rob Bazinet On 9/6/07, Aaron Junod <tranqy at gmail.com<mailto:tranqy at gmail.com>> wrote: Is anyone else having problems building with the solution file? I got a fresh copy, and get this error when I try to build the solution. Error 1 Cryptographic failure while signing assembly ''c:\projects\IronRuby\trunk\src\microsoft.scripting\obj\Debug\Microsoft.Scripting.dll'' -- ''Error reading key file ''c:\projects\IronRuby\trunk\MSSharedLibKey.snk'' -- The system cannot find the file specified. '' Microsoft.Scripting Thanks Aaron _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070907/2f45b279/attachment.html
John, Thanks for the quick reply. Yes it does. I thought I had tried that but apparently not. I will shut-up and go away now. :-0 -Rob On 9/7/07, John Messerly <jomes at microsoft.com> wrote:> > Does it work if you switch to "ExternalDebug" configuration? > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Robert Bazinet > *Sent:* Friday, September 07, 2007 1:47 PM > *To:* ironruby-core at rubyforge.org > *Subject:* Re: [Ironruby-core] Solution File > > > > John, > > If you see this message on the list..is there a fix for the problem Aaron > is getting on trying to use the included solution file? I have the same > problem, tried to fix it but to no avail. > > Thanks, > Rob Bazinet > > On 9/6/07, *Aaron Junod* <tranqy at gmail.com> wrote: > > Is anyone else having problems building with the solution file? I got a > fresh copy, and get this error when I try to build the solution. > > Error 1 Cryptographic failure while signing assembly > ''c:\projects\IronRuby\trunk\src\microsoft.scripting\obj\Debug\Microsoft.Scripting.dll'' > -- ''Error reading key file ''c:\projects\IronRuby\trunk\MSSharedLibKey.snk'' > -- The system cannot find the file specified. '' Microsoft.Scripting > > > Thanks > > Aaron > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20070907/c794a7b0/attachment.html