Click here to Skip to main content
15,896,063 members

ASP.Net VB Web application is causing a problem

Revision 5
[ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: site]
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +298

[HttpException (0x80004005): Specified argument was out of the range of valid values.
Parameter name: site]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9873912
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254


This is the error each time I want to "View in Browser", or run debugging from Visual Studio 2012. Can anyone read out the problem in this stacktrace?
By the way, I have tried to view the site in Page Inspector, the result I get says that no mapping data was returned from the server.

The error itself repeats itself for any project i start in VS2012.
Working on windows 7 64 bit!

EDIT:
Just hit me, I did have some minor fault while installing vs2012. What happened is that during the installation a small time error popped out saying that some component, tool or something named like visual studio 2010 toolkit or something similar can not be found. Some file like vs...04 was missing. Skipped it, install finished and everything seemed to be ok.

EDIT:
Re-started the installation to found out which was the file that was causing the problem. It was vstor50_x64.msi (Visual Studio 2010 Tools for Office Runtime)!
Does this identify as the problem-cause for the stacktrace when trying to debug/view in browser?
Posted 11-Nov-12 1:18am by dsagner.