Visual Studio 2003 无法在 Windows7 中运行
我的 VS 2003 无法运行。每当我尝试创建一个新项目或打开一个解决方案(在 VS 2003 中创建)时,它都会提示我以下内容。
Visual Studio .Net 无法创建或打开该应用程序。最可能的问题是本地 Web 服务器上未安装所需的组件。运行 Visual Studio .net 安装程序并添加 Web 开发组件。
My VS 2003 is not working. Whenever I try to create a new project or open a solution (created in VS 2003), it prompts me the following.
Visual Studio .Net cannot create or open the application. The likeliest problem is that the required components are not installed on the local Web server. Run Visual Studio .net setup and add the web development component.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
确保 IIS 正在运行。另请检查 Web 应用程序的虚拟目录。
Make sure the IIS is running. Also check the virtual directory of your web application.
要修复此问题,您应该“运行 Visual Studio .net 安装程序并添加 Web 开发组件。”
To fix it you should "Run Visual Studio .net setup and add the web development component."
按照提示操作
首先卸载你的VS然后
“运行 Visual Studio .net 安装程序并添加 Web 开发组件。”
Do as the prompt says
First uninstall your VS and then
"Run Visual Studio .net setup and add the web development component."
您必须在 IIS 上安装 FrontPage 2002 Server Extensions。
You have to install FrontPage 2002 Server Extensions on your IIS.