在 Visual Studio 2008 中使用 Ironscheme
虽然 IronScheme codeplex 网站上说 Visual Studio 包含一个插件,但我不知道如何让 IronScheme 与 VS 一起工作...
这可能吗? 如果是这样,怎么办?
谢谢
Though it says on the IronScheme codeplex site that a plugin is included for visual studio, I have no idea how to get ironscheme working with VS...
Is it possible? If so , how?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,你肯定需要Visual Studio 2008 SP1,没有SP1它会导致问题。
其次,按照 visual-studio 中的说明进行操作.txt 文件。
从命令行运行:
如果管理员:RegPkg /codebase
如果不是管理员:RegPkg /ranu /codebase
现在启动 VS,并打开一个扩展名为“ss”或“sls”或“scm”的文件。
干杯
乐皮
Firstly, you definitely need Visual Studio 2008 SP1, without SP1 it will cause problems.
Secondly, follow the instructions in the visual-studio.txt file.
Run from the command line:
If admin: RegPkg /codebase <absolute path of IronScheme.VisualStudio.dll>
If not admin: RegPkg /ranu /codebase <absolute path of IronScheme.VisualStudio.dll>
Now start VS, and open a file with a 'ss' or 'sls' or 'scm' extension.
Cheers
leppie