IronPython 2.7/2.6 for .Net4 安装错误
在尝试安装 IronPython 以便使用 .Net4 程序集时,我遇到了一些非常烦人的错误。
我已经尝试了 IronPython 的两个 .Net4 兼容安装程序版本,但都给出了错误。 2.7 版本表示安装程序集时出现问题,错误代码为 2908。2.6 for .Net4 安装程序仅表示遇到错误并回滚。
我安装了 IronPython2.6 并且工作正常。但我需要.Net4升级,我运行的是Win7 x64。认为操作系统配置可能有问题?我意识到这不是一个直接的编程问题,但我希望 SO 社区的一些人能够对这个问题做出一些解释,而我的 Google 抨击却没有。
I am gettting some really annoying errors while attempting to install IronPython so I can work with .Net4 assemblies.
I have tried both the .Net4 compatible installer versions of IronPython and both give me an error. The 2.7 one says it has had a problem installing assembly error code 2908. The 2.6 for .Net4 installer just says it has encountered an error and rolls back.
I have IronPython2.6 installed and working fine. But I need the .Net4 upgrade, I am running Win7 x64. Think maybe the OS configuration might be at fault? I realise this isn't a straight programming question, but I was hoping some of the SO community might be able to shed some light on this one, where my Google bashing has not.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不需要安装它,可以使用.zip 包 来获取文件。安装程序真正做的唯一一件事就是将程序集添加到 GAC。
If you don't need it to be installed, you can use the .zip package to get the files. The only thing the installer really does is add the assemblies to the GAC.