有没有办法(或任何人都可以找到办法)将IronScheme导入 VS2010?我已经看过这个问题,并且已经尽我所能 - 我什至编辑了相关的二进制文件以更改版本号。我的问题:是否有人有将 IronScheme 安装到 VisualStudio 2010 中的解决方案?目前,按照说明将其安装到 VS2008不适用于 VS2010。提前致谢 :)
更新 1:我想我应该发布当我尝试按照通过命令行安装它的说明时遇到的错误:
C:\Program Files\IronScheme>RegPkg.exe /codebase "C:\Program Files\IronScheme\IronScheme.VisualStudio.dll"
运行之后,我收到一个 Windows 7 弹出错误:
RegPkg.exe 已停止工作 - Windows 正在检查问题的解决方案...
当我点击它时,它在控制台上给了我这个错误:
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Shell.9.0, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
at Microsoft.VisualStudio.Tools.RegPkg.Main(String[] arguments)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].