在 Visual Studio 2008 中使用 Ironscheme

发布于 2024-07-12 21:46:38 字数 128 浏览 5 评论 0原文

虽然 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆凄美了谁 2024-07-19 21:46:38

首先,你肯定需要Visual Studio 2008 SP1,没有SP1它会导致问题。

其次,按照 visual-studio 中的说明进行操作.txt 文件。

从命令行运行:

  1. 如果管理员:RegPkg /codebase

  2. 如果不是管理员:RegPkg /ranu /codebase

  3. devenv /setup

现在启动 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:

  1. If admin: RegPkg /codebase <absolute path of IronScheme.VisualStudio.dll>

  2. If not admin: RegPkg /ranu /codebase <absolute path of IronScheme.VisualStudio.dll>

  3. devenv /setup

Now start VS, and open a file with a 'ss' or 'sls' or 'scm' extension.

Cheers

leppie

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文