Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - Visual Studio 2005 on Vista 5308 - ASP.NET DEVELOPMENT SERVER

Reply
 
Old 04-07-2006   #1 (permalink)
Robert Cervantez


 
 

Visual Studio 2005 on Vista 5308 - ASP.NET DEVELOPMENT SERVER

Hi everyone,

I've installed vs2005 and am trying to run a brand new asp.net web site
using the web server that comes with vs2005 (not IIS). Immediately, after I
create the site (before I even run it!), I get the following error message:

Error 1 C:\Users\<myaccount>\Documents\Visual Studio
2005\WebSites\WebSite3\Default.aspx: ASP.NET runtime error: An error occurred
loading a configuration file C:\Users\<myaccount>\Documents\Visual Studio
2005\WebSites\WebSite3\Default.aspx 1 1 C:\...\WebSite3\

Also, if I choose to bypass the error and run the site, I get the following
error:

Server Error in '/WebSite3' Application.
--------------------------------------------------------------------------------

Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.

Source Error:

An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an
object.]
System.Web.Hosting.HostingEnvironment.get_W3SvcMajorVersion() +53
System.Web.Configuration.WebConfigurationHost.GetStreamName(String
configPath) +97
System.Configuration.BaseConfigurationRecord.InitConfigFromFile() +268

[ConfigurationFileException: An error occurred loading a configuration file]
System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean
ignoreLocal) +110

System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) +41
System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String
configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject,
Boolean requestIsHere, Object& result, Object& resultRuntimeObject) +89
System.Configuration.BaseConfigurationRecord.GetSection(String configKey,
Boolean getLkg, Boolean checkPermission) +43
System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
+9
System.Web.Configuration.RuntimeConfig.GetSectionObject(String
sectionName) +38
System.Web.Configuration.RuntimeConfig.GetSection(String sectionName,
Type type, ResultsIndex index) +53
System.Web.Configuration.RuntimeConfig.get_Deployment() +28
System.Web.Configuration.DeploymentSection.get_RetailInternal() +143

System.Web.Configuration.CustomErrorsSection.CustomErrorsEnabled(HttpRequest
request) +25




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.62; ASP.NET
Version:2.0.50727.62



Does it require that my system have IIS installed? I know in XP, when I run
the web site, it says ASP Development server v8.0.0 or something like that..
it seems that it's trying to run the "real" web server.. ?

Thanks!

My System SpecsSystem Spec
Old 04-07-2006   #2 (permalink)
Peter Foldes


 
 

Re: Visual Studio 2005 on Vista 5308 - ASP.NET DEVELOPMENT SERVER

Your Stak Trace is indicating some sort of Search Tool bar that is causing the issue. Google maybe or Yahoo or something similar

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"Robert Cervantez" <RobertCervantez@discussions.microsoft.com> wrote in message news:FE071753-699F-4F5F-9ED8-31CF88B54ECB@microsoft.com...
> Hi everyone,
>
> I've installed vs2005 and am trying to run a brand new asp.net web site
> using the web server that comes with vs2005 (not IIS). Immediately, after I
> create the site (before I even run it!), I get the following error message:
>
> Error 1 C:\Users\<myaccount>\Documents\Visual Studio
> 2005\WebSites\WebSite3\Default.aspx: ASP.NET runtime error: An error occurred
> loading a configuration file C:\Users\<myaccount>\Documents\Visual Studio
> 2005\WebSites\WebSite3\Default.aspx 1 1 C:\...\WebSite3\
>
> Also, if I choose to bypass the error and run the site, I get the following
> error:
>
> Server Error in '/WebSite3' Application.
> --------------------------------------------------------------------------------
>
> Object reference not set to an instance of an object.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information about
> the error and where it originated in the code.
>
> Exception Details: System.NullReferenceException: Object reference not set
> to an instance of an object.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the current web
> request. Information regarding the origin and location of the exception can
> be identified using the exception stack trace below.
>
> Stack Trace:
>
>
> [NullReferenceException: Object reference not set to an instance of an
> object.]
> System.Web.Hosting.HostingEnvironment.get_W3SvcMajorVersion() +53
> System.Web.Configuration.WebConfigurationHost.GetStreamName(String
> configPath) +97
> System.Configuration.BaseConfigurationRecord.InitConfigFromFile() +268
>
> [ConfigurationFileException: An error occurred loading a configuration file]
> System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean
> ignoreLocal) +110
>
> System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) +41
> System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String
> configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject,
> Boolean requestIsHere, Object& result, Object& resultRuntimeObject) +89
> System.Configuration.BaseConfigurationRecord.GetSection(String configKey,
> Boolean getLkg, Boolean checkPermission) +43
> System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
> +9
> System.Web.Configuration.RuntimeConfig.GetSectionObject(String
> sectionName) +38
> System.Web.Configuration.RuntimeConfig.GetSection(String sectionName,
> Type type, ResultsIndex index) +53
> System.Web.Configuration.RuntimeConfig.get_Deployment() +28
> System.Web.Configuration.DeploymentSection.get_RetailInternal() +143
>
> System.Web.Configuration.CustomErrorsSection.CustomErrorsEnabled(HttpRequest
> request) +25
>
>
>
>
> --------------------------------------------------------------------------------
> Version Information: Microsoft .NET Framework Version:2.0.50727.62; ASP.NET
> Version:2.0.50727.62
>
>
>
> Does it require that my system have IIS installed? I know in XP, when I run
> the web site, it says ASP Development server v8.0.0 or something like that..
> it seems that it's trying to run the "real" web server.. ?
>
> Thanks!

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac Vista installation & setup
Vista + visual studio 2005 error Vista General
Visual Studio 2005 on Vista Vista installation & setup
5308-64: Visual Studio 2005 setup dies at prerequisite install Vista General
5308-64: Visual Studio 2005 setup dies at prerequisite install Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46