安装Windows 10 Fall Creators Update后,我无法使用带有IISExpress的Visual Studio 15.4.0运行任何Web应用程序。
即使创建新项目也不会运行。
错误(西班牙语中的某些单词,但ArgumentOutOfRangeException
参数为site
):
[ArgumentOutOfRangeException: El argumento especificado está fuera del intervalo de valores válidos.
Nombre del parámetro: site]
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +280
[HttpException (0x80004005): El argumento especificado está fuera del intervalo de valores válidos.
Nombre del parámetro: site]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +10042604
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254
Información de versión: Versión de Microsoft .NET Framework:4.0.30319; Versión ASP.NET:4.7.2556.0
尝试重新启动,清理等,但没有任何作用。
答案 0 :(得分:13)
@rene问题是解决方案:
答案 1 :(得分:0)
在没有所有软件包的情况下重新安装VS后出现了类似的错误。尝试安装MVC所需的所有先决条件。在我的例子中,它是TypeScrypt 2.0和PowerShell工具。希望这会有所帮助。