all groups > visual studio .net debugging > august 2007 >
You're in the

visual studio .net debugging

group:

Problems debugging ASP .NET 1.1 with VS 2003


Problems debugging ASP .NET 1.1 with VS 2003 pkruger
8/30/2007 7:56:10 AM
visual studio .net debugging:
Hi,

I am trying to develop ASP .NET 1.1 apps using VS 2003. When I press F5, I
get the following output:

'DefaultDomain': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols
loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll', No symbols loaded.
Auto-attach to process '[3932] aspnet_wp.exe' on machine 'xxxxxx' succeeded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No
symbols loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll', No symbols loaded.
'DefaultDomain': Loaded
'c:\windows\assembly\gac\system.web.regularexpressions\1.0.5000.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols
loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll', No
symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.thunk.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll', No symbols loaded.
'/LM/w3svc/1/root/WebApplication1-9-128329485212968750': Loaded
'c:\windows\assembly\gac\system.web.regularexpressions\1.0.5000.0__b03f5f7f11d50a3a\system.web.regularexpressions.dll', No symbols loaded.
The program '[3932] aspnet_wp.exe: DefaultDomain' has exited with code 0
(0x0).
The program '[3932] aspnet_wp.exe:
/LM/w3svc/1/root/WebApplication1-9-128329485212968750' has exited with code 0
(0x0).

When I press Ctrl-F5 I get the following error message:

Error while trying to run project: Unable to start debugging.
Unable to start program '%Programfiles%\Internet Explorer\IEXPLORER.exe'.
The system cannot find the file specified.

But I can "run" the app by typing

http://localhost/WebApplication1/WebForm1.aspx

in IE.

Any ideas?

--
Pieter Kruger

Bloemfontein
Re: Problems debugging ASP .NET 1.1 with VS 2003 Stevanich
8/31/2007 12:25:05 PM
Pieter,

It sounds like in the project properties Debug tab, you have "Start external
program" filled in. Try using the "Start browser with URL" option. This
may be a Visual Studio 2005 feature, I don't have 2003 installed anymore.

Also, the program you are trying to debug is not Internet Explorer. You can
try attaching to the w3wp process.

It may also be a typo, try using the full path: 'C:\Program Files\Internet
Explorer\iexplore.exe'.

Hope this helps,

Steve

[quoted text, click to view]

RE: Problems debugging ASP .NET 1.1 with VS 2003 Vernon Adamson
10/29/2007 8:17:05 AM

I started experiencing the same problem shortly after I began using
Dreamweaver and Firefox. In Dreamweaver, I changed the default browser to
Firefox. Is it possible that this change impacted my VS.net environment? I
don't know! To be clear, I'm using Dreamweaver and VS.net on the same
Website simply because I like the CSS editor better that the VS.net CSS
editor.
Here's how I solved the problem.

While inside my Visual Studio 2003 solution, I selected the web project
in solution explorer. I right clicked on the web project and choose
properties. The website property pages dialog window is displayed. I
choose Configuration Properties > Debugging. I noticed that the “Always
use internet explorer when debugging web pages” option was not selected. I
checked the option and re-opened my solution. This solved my problem.
~ Vernon L. Adamson (moochie)






[quoted text, click to view]
AddThis Social Bookmark Button