kavin navin
2010-Aug-25 12:02 UTC
[Ironruby-core] Could not load file or assembly Mircrosoft.Scripting"
Even after googling I could not solve the below problem when I try to run ruby script from C# .NET using VS2010. Please help Could not load file or assembly ''Microsoft.Scripting, Version=0.9.6.20, Culture=neutral, PublicKeyToken=31bf3856ad364e35'' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) -- Posted via http://www.ruby-forum.com/.
Tomas Matousek
2010-Sep-02 00:33 UTC
[Ironruby-core] Could not load file or assembly Mircrosoft.Scripting"
What IronRuby binaries do you use? Did you install 1.0 using IronRuby.msi? The error means that Microsoft.Scripting assembly is delay-signed and you didn''t suppress strong name validation via sn -Vr *,31bf3856ad364e35 (see http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx) Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of kavin navin Sent: Wednesday, August 25, 2010 5:03 AM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Could not load file or assembly Mircrosoft.Scripting" Even after googling I could not solve the below problem when I try to run ruby script from C# .NET using VS2010. Please help Could not load file or assembly ''Microsoft.Scripting, Version=0.9.6.20, Culture=neutral, PublicKeyToken=31bf3856ad364e35'' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A) -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
kavin navin
2010-Sep-06 09:45 UTC
[Ironruby-core] Could not load file or assembly Mircrosoft.Scripting"
kavin navin wrote:> Even after googling I could not solve the below problem when I try to > run ruby script from C# .NET using VS2010. Please help > > Could not load file or assembly ''Microsoft.Scripting, Version=0.9.6.20, > Culture=neutral, PublicKeyToken=31bf3856ad364e35'' or one of its > dependencies. Strong name validation failed. (Exception from HRESULT: > 0x8013141A)I could successfully compile now, after I downloaded the dll''s again from the website mentioned below http://www.ironshay.com/post/Starting-Using-IronRuby-in-25-Minutes.aspx -- Posted via http://www.ruby-forum.com/.
kavin navin
2010-Sep-06 09:47 UTC
[Ironruby-core] Could not load file or assembly Mircrosoft.Scripting"
Tomas Matousek wrote:> What IronRuby binaries do you use? Did you install 1.0 using > IronRuby.msi? > > The error means that Microsoft.Scripting assembly is delay-signed and > you didn''t suppress strong name validation via sn -Vr *,31bf3856ad364e35 > (see http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx) > > TomasThankyou Tomas. Yes I did install Iron Ruby 1.0 using IronRuby.msi. Thankyou the problem is solved now -- Posted via http://www.ruby-forum.com/.