Hi, I recently upgraded to visual studio .net 2003 and when I attempt to start a web application, I get this error: Error while trying to run project: Unable to start debugging on the web server. I have went through several checks, such as aspnet_regiis -i ,iisrest, debugging is set to true in the web.config file. I tried starting app w/out debugging and then attempted to attach to the aspnet process. When I start the application without debugging, I get this error: 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:
Line 77:
Line 78: // Add the Page Title
Line 79: objBuilder.AppendFormat( "\n<title>{0}</title>", objPageInfo.Title );
Line 80:
Line 81: // Add the Page Style
Source File: d:\program files\asp.net starter kits\asp.net community starter kit (csvs)\communitystarterkit\communitydefault.aspx.cs Line: 79
Any help or ideas would be greatly appreciated! Thanks in advance!
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:
Line 77:
Line 78: // Add the Page Title
Line 79: objBuilder.AppendFormat( "\n<title>{0}</title>", objPageInfo.Title );
Line 80:
Line 81: // Add the Page Style
Source File: d:\program files\asp.net starter kits\asp.net community starter kit (csvs)\communitystarterkit\communitydefault.aspx.cs Line: 79
Any help or ideas would be greatly appreciated! Thanks in advance!