无法在 Windows 7 上运行 Visual Studio 2003 IDE
我的机器有 Windows 7,当我尝试从 VS2003 IDE 创建一个 Dotnet v1.1 项目时,我收到以下错误消息:
Visual Studio 检测到指定的 Web 服务器未运行 asp.net v1.1。您将无法运行 ASP.NET Web 应用程序或服务
我已经在 Google 上搜索并找到了相同问题的一些链接,但我仍然无法从 VS2003 IDE 创建 asp.net 项目 v1.1。
My machine has windows 7 and when I try to create a project from VS2003 IDE that is Dotnet v1.1 I'm getting the following error message:
Visual Studio has detected that the specified web server is not running asp.net v1.1. you will be unable to run asp.net web application or services
I have searched Google and found some links for the same problem but I am still not able to create asp.net project v1.1 from VS2003 IDE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过以下文章:
它说 Windows Vista / Server 2008,但我相当确定这同样适用于Windows 7。
如果您无法理解本文的特定部分,那么您能告诉我们是哪一部分吗?
Have you tried the following article:
It says Windows Vista / Server 2008, however I am fairly certain that the same applied for Windows 7.
If you are having trouble understanding a specific part of the article then can you tell us which bit?
Visual Studio 2003 的生命周期于 2007 年结束,
http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=Visual+Studio&Filter=FilterNO
当时Windows 7还没有发布,这样的产品不应在 Windows 7 上进行内部测试。
所以我的猜测是您应该继续在较旧的 Windows 平台(XP 或 Windows Server 2003)上使用它。
Visual Studio 2003's lifecycle ended in 2007,
http://support.microsoft.com/lifecycle/search/default.aspx?sort=PN&alpha=Visual+Studio&Filter=FilterNO
At that time, Windows 7 was not yet released, and such products should not be ever tested on Windows 7 internally.
So my guess is that you should continue using it on an older Windows platform (XP or Windows Server 2003).