IronRuby 1.3.1 VS 2010 SP1 Installation Issue
Asked Answered
P

1

7

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?

Punt answered 15/7, 2011 at 21:31 Comment(0)
J
1

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.

Jaysonjaywalk answered 29/2, 2012 at 2:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.