VS2010 因 .NET Micro 框架项目而崩溃
我刚刚安装了.net micro框架SDK,但是当我创建一个新项目并运行它时(即使没有我自己的任何代码),VS崩溃了。
I just installed .net micro framework SDK, but when I make a new project and run it ( even without any code of my own ), VS crashes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在这种状态下不太可能发布任何东西,因此这可能是您的 PC 上的配置错误或故障 - 重新安装 VS 和框架可能会修复它。 (我还建议完全安装 VS,而不是删除您认为不需要的组件,因为这似乎总是会导致更多问题)
如果您有另一台可用的开发 PC,您可以尝试将其安装在该 PC 上看看它是否可重复,这将是一个快速指南,以确定它是否只是您的电脑或更长期的东西。
如果您可以重复,请尝试“帮助”>“报告错误并向 Microsoft 报告 - 他们通常会快速响应错误报告,也许能够提出解决方法,并且肯定会认真对待错误 - 我在 SP1 中修复了一些崩溃和小问题,如果我这样做,可能不会注意到这些问题没有报告他们。
It's unlikely that anything would be released in that state, so it's likely to be a misconfiguration or glitch on your PC - a reinstall of both VS and the framework might fix it. (I also would recommend a full install of VS rather than cutting out components you don't think you will need, as this always seems to lead to increased problems)
If you have another development PC available, you could try installing it on that to see if it's repeatable, which would be a quick guide as to whether it's just your PC or something more chronic.
If you can repeat it, then try Help > Report a Bug and report it to Microsoft - they usually respond quickly to bug reports, may be able to suggest a workaround, and certainly take bugs seriously - several crashes and niggles I had were fixed for SP1, which may not have been noticed if I hadn't reported them.
我也遇到了同样的问题,现在已经解决了。我下载了 4.1SDK 并安装了它,一切都很顺利。
I had the same issue its fixed now. I downloaded the 4.1SDK and installed it, everything is smooth.