IronRuby 1.3.1 VS 2010 SP1 安装问题
我已经从 codeplex 下载了最新版本的 IronRuby 并运行安装,没有出现任何问题。
但是,当我创建项目时,我收到消息:
未找到 IronRuby 安装。虽然基本脚本应该可以工作标准库,但 gems 不可用......”
这似乎是 codeplex 上项目问题跟踪器中 vs2010 sp1 的问题,但那里没有提到修复。我真的只想要这个版本对于工具支持,所以我想避免使用 1.0。
有人有任何解决方法/修复/建议吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 NuGet 来安装 IronRuby。当我这样做时,它会自动为我添加参考文献。
转到工具 ->库包管理器 ->包管理器控制台。
输入 Install-Package ironruby
Viola!
编辑:如果您查看这里,他们有一个讨论该错误的链接。
I used NuGet to install IronRuby. When I did so, it automatically added the references for me.
Go to Tools -> Library Package Manager -> Package Manager Console.
Type Install-Package ironruby
Viola!
EDIT: If you look here, they have a link where the bug is discussed.