相关疑难解决方法(0)

无法在Visual Studio 2013中创建新的Web项目

背景:

我想在家里使用我的办公室机器,我有一些有限的权利.当我连接到我的网络驱动器时,所有产品都会安装,我的配置文件存在.

现在,我在家里,我无法访问这些网络驱动器.

问题:

每当我尝试在visual studio中创建项目时,我都会遇到以下错误:

---------------------------
Microsoft Visual Studio
---------------------------
Package 'ProviderPackage' failed to load.
---------------------------
Run Code Online (Sandbox Code Playgroud)

发现:

经过一些研究后,我发现它归功于IISExpress.我确保从工具>选项> Web项目中,没有为所有新的Web项目启用IIS express.

我也有一个错误:

---------------------------
Microsoft Visual Studio
---------------------------
Configuring IIS Express failed with the following error:

Filename: redirection.config

Error: Cannot read configuration file

---------------------------
Run Code Online (Sandbox Code Playgroud)

然后我意识到可能是它无法用IIS实例化.然后我试图从命令提示符运行IIS表达式,我收到此错误:

C:\ Program Files\IIS Express> iisexpress.exe

读取配置信息时发生错误.确保配置文件\ NAUNSW001\MalhAm\IISExpress\config\applicationhost.config exi sts,可访问,并包含有效的配置信息.

我没有访问IISExpress可能选择此路径的注册表.

我试图执行IISexpress/path:c:\ vs \它工作.然而,即便如此,当我尝试创建一个新项目时,我得到一个错误:

---------------------------
Microsoft Visual Studio
---------------------------
Configuring IIS Express failed with the following error:

Filename: redirection.config

Error: Cannot read configuration file
Run Code Online (Sandbox Code Playgroud)

请指教

c# web-project iis-express visual-studio-2013

8
推荐指数
1
解决办法
2万
查看次数

无法在Visual Studio 2013中打开Web项目

昨天我安装了一个更新(Visual Studio 2013 Update 2)到Visual Studio 2013,从那时起它没有正常工作.

更新花了很长时间,所以我让它一夜之间运行,当我今天早上回到我的工作站时,我无法在我们的解决方案中加载WebForm项目.我尝试重新加载项目时出现的错误是The IIS Express applicationHost.config file contains invalid entries and must be corrected before you can open project WebSite.

我不是我们团队中配置IIS服务器的人,因此我认为我无法访问applicationHost.config文件,而且我认为自昨天以来它没有改变任何内容.我是团队中唯一一个开放项目问题的人,所以我确信这是我的环境,特别是我昨天安装的更新.

我已卸载并重新安装Visual Studio 2013无济于事.

iis-express

6
推荐指数
2
解决办法
8071
查看次数

标签 统计

iis-express ×2

c# ×1

visual-studio-2013 ×1

web-project ×1