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: [email protected] 
[mailto:[email protected]] On Behalf Of kavin navin
Sent: Wednesday, August 25, 2010 5:03 AM
To: [email protected]
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
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to