如何让 Visual Studio 10 在同一实例中打开 .mk 文件?
我最近迁移到 Windows 7,重新安装 VS2010 后,它似乎想要以与以前不同的方式处理 .mk 文件。
无论出于何种原因,它坚持打开一个新的 Visual Studio 实例来编辑这些文件。
它不适用于 .c、.h 等。
我尝试使用类型(免费软件关联管理器)来更改其关联方式。我已经删除了关联,重新创建了等等,但它似乎仍然想单独对待这些。
有人知道如何击败这个东西吗?
I've recently been migrated to windows 7, and upon re-installing VS2010, it seems to want to treat .mk files differently than it used to.
For whatever reason, it insists on opening a new instance of visual studio to edit these files.
It doesn't for .c, .h, etc.
I've tried using types, a freeware association manager, to change how it is associated. I've deleted the association, recreated, etc. but it still seems to want to treat these separately.
Anybody know how to beat this thing into submission?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试复制您在
HKCR\VisualStudio.c.10.0\shell\Open
下找到的 ddeexec 键。 VisualStudio.mk.10.0 progid 缺少它们。Try to replicate the ddeexec keys that you'll find under, say,
HKCR\VisualStudio.c.10.0\shell\Open
. The VisualStudio.mk.10.0 progid is missing them.