Windows 7 RC1 上的 Visual Studio 2010 问题
有没有人遇到过这样的错误:您将面向 .NET 3.5 的 VS2008 项目升级到 VS2010,并且错误消息表明您没有安装 .NEt 3.5?
下面的错误消息片段
“目标是“.NETFramework,Version=v3.5,Profile=Full”,未安装在本机上”
我知道同时运行多个未发布的产品会增加我的更改失败的可能性,但我仍然会喜欢尝试。
Has anyone run into the error where your upgrading a VS2008 project which targets .NET 3.5 to VS2010 and the error message states that you don't have .NEt 3.5 installed?
Snippet from the error message below
"is targeting ".NETFramework, Version=v3.5, Profile=Full", which is not installed on this machine"
I know that running multiple unreleased products together increases my changes for failure, but I would still like to try.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,此时,这个错误看来是VSTS2010中的一个bug。
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback。 aspx?FeedbackID=453802
如果您也遇到此问题,请为 MS Connect 中的错误投票。
Well, at this time, this error appears to be a bug in VSTS2010.
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=453802
Please vote for the bug in MS Connect if you have this problem as well.