Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IronRuby 1.3.1 VS 2010 SP1 Installation Issue

I've downloaded the latest release of IronRuby from codeplex and ran the install with no issues.

However when I come to create a project i receive the message:

IronRuby installation not found. Although basic scripts should work standard libraries and gems won't be available....."

This seems to be an issue with vs2010 sp1 from the project issue tracker on codeplex, but theres no fix mentioned there. I only really wanted this release for the tools support so using 1.0 is something I want to avoid.

Has anyone got any workrounds/fixes/advice?

like image 883
JFoulkes Avatar asked Jul 15 '11 21:07

JFoulkes


1 Answers

I used NuGet to install IronRuby. When I did so, it automatically added the references for me.

enter image description here

Go to Tools -> Library Package Manager -> Package Manager Console.

Type Install-Package ironruby

enter image description here

Viola!

EDIT: If you look here, they have a link where the bug is discussed.

like image 92
pennyrave Avatar answered Nov 07 '22 09:11

pennyrave