473,915 Members | 3,834 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot debug ASP.Net

I start in debug mode and set a breakpoint on the page load event for the
startup page. The browser opens and the page renders. The breakpoint turns
to a "?" and says the breakpiont cannot be reached. Here is my output and I
notice the aspnet_wp.exe is exiting. No idea how to fix this. Yes I am in
debig and not release mode.

Auto-attach to process '[3052] aspnet_wp.exe' on machine 'DELL' succeeded.
'DefaultDomain' : Loaded
'c:\winnt\micro soft.net\framew ork\v1.1.4322\m scorlib.dll', No symbols loaded.
'DefaultDomain' : Loaded
'c:\winnt\assem bly\gac\system. web\1.0.5000.0_ _b03f5f7f11d50a 3a\system.web.d ll', No symbols loaded.
'DefaultDomain' : Loaded
'c:\winnt\assem bly\gac\system\ 1.0.5000.0__b77 a5c561934e089\s ystem.dll', No
symbols loaded.
'DefaultDomain' : Loaded
'c:\winnt\assem bly\gac\system. xml\1.0.5000.0_ _b77a5c561934e0 89\system.xml.d ll', No symbols loaded.
'/LM/w3svc/1/root-1-127598359525625 000': Loaded
'c:\winnt\micro soft.net\framew ork\v1.1.4322\m scorlib.dll', No symbols loaded.
'/LM/w3svc/1/root-1-127598359525625 000': Loaded
'c:\winnt\assem bly\gac\system. web\1.0.5000.0_ _b03f5f7f11d50a 3a\system.web.d ll', No symbols loaded.
'/LM/w3svc/1/root-1-127598359525625 000': Loaded
'c:\winnt\assem bly\gac\system\ 1.0.5000.0__b77 a5c561934e089\s ystem.dll', No
symbols loaded.
'/LM/w3svc/1/root-1-127598359525625 000': Loaded
'c:\winnt\assem bly\gac\system. xml\1.0.5000.0_ _b77a5c561934e0 89\system.xml.d ll', No symbols loaded.
The thread '<No Name>' (0xccc) has exited with code 0 (0x0).
The program '[3052] aspnet_wp.exe: DefaultDomain' has exited with code 0
(0x0).
The program '[3052] aspnet_wp.exe: /LM/w3svc/1/root-1-127598359525625 000'
has exited with code 0 (0x0).
The thread has exited with code 0 (0x0).
The program '[3092] IEXPLORE.EXE: Script program' has exited with code 0
(0x0).
Jul 21 '05 #1
3 4924
Roblenderman,

Did you already set the breakpoint on an earlier point. That is what I do in
those cases. Sometimes with ASPNET the program breaks (not breakpoint)
earlier and throws than an error.

Therefore set it by instance on the first instruction to try.

Cor
Jul 21 '05 #2
I set the break point on the startup pages load event. Then I start the
debug and the code in that event runs but it never breaks. Right after the
IE window opens showing the page the breakpoint get the ? and says it cannot
be hit. No ideas here.

Rob
"Cor Ligthert" wrote:
Roblenderman,

Did you already set the breakpoint on an earlier point. That is what I do in
those cases. Sometimes with ASPNET the program breaks (not breakpoint)
earlier and throws than an error.

Therefore set it by instance on the first instruction to try.

Cor

Jul 21 '05 #3


*** Sent via Developersdex http://www.developersdex.com ***
Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
715
by: Paul | last post by:
Hi, VB.NET is saying the file I am creating is in use by another process and won't complete its task of moving the file to the specified destination folder. Here is my code (the main bit anyway).... Private Sub LogChange(ByVal source As Object, ByVal e As System.IO.FileSystemEventArgs) If e.ChangeType = WatcherChangeTypes.Created Then
1
1311
by: lukwagoroy | last post by:
Loaded 'ntdll.dll', no matching symbolic information found. I'm writing a small program. It compiled and run. But when trying to debug by select, I got the following error messages: Loaded 'ntdll.dll', no matching symbolic information found. Loaded 'D:\WINDOWS\system32\kernel32.dll', no matching symbolic information found. Loaded 'D:\WINDOWS\system32\wsock32.dll', no matching symbolic
6
1871
by: Peter Afonin | last post by:
Hello: I'm running Windows server 2003. I've never had any problems with debugging, but now I cannot debug ANY of my projects. I'm getting this error: "Error while trying to run project: Unable to start debugging on the web server. Access is denied." The only thing I've done recently was installing all the latest Microsoft
2
1377
by: Scott Adams | last post by:
Does anyone know of some good resources to use when troubleshooting why one cannot debug ASP.NET apps? I am using Win2K pro SP4 (IIS 5) on a brand new machine and I cannot debug even the most simple ASP.NET app on my localhost. I have read through all kinds of MS KB articles on this issue and checked out a document on gotdotnet.com titled "howtosolvedebuggerproblems.doc" to no avail. My exact error message when I try to debug is: "Error...
0
3509
by: Sin | last post by:
> Xxxxx : error PRJ0008 : Could not delete file 'd:\xxxxxxx.dll'. > Make sure that the file is not open by another process and is not write-protected. > > LINK : fatal error LNK1168: cannot open ../../Debug/xxxxx.dll for writing > > The file 'xxxxxx.dll' cannot be copied to the run directory. The process cannot > access the file because it is being used by another process. > Could not copy temporary files to the output directory.
3
1777
by: fripper | last post by:
I am writing a simple web application using the .Net Framework 1.1 and VB ..Net. I have installed IIS on my development machine but when I try to run the program in debug mode I get an "Unable to start debugging on the web server" message. I have looked at the help articles that are referenced and have checked out the stuff they mention but I still cannot figure out why I can't run in debug mode. I suspect that this may have something...
4
23264
by: Glenn | last post by:
OK, I've looked up this message but am not finding how to get rid of it: "Cannot evaluate expression because a thread is stopped at a point where garbage collection is impossible, possibly because the code is optimized" I'm trying to debug, and it's rather difficult when I can't find the values of expressions because of whatever is causing this message. Is there anyone that can tell me what I can do to get rid of it? How do I...
5
2163
by: Ryan Liu | last post by:
I have this problem: "cannot continue edit while debug in VS2005". I see the same tread after I search this topic in google, but none solutions works for me. So again, I ask here. Can someone give a hand? Has MS fixed this in VS 2005? Is is fixed in VS 2008? Thanks, ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
6
6588
by: =?Utf-8?B?RmFiaWFu?= | last post by:
Hi, I have a pretty complicated program which consists of the following basic modules: 1. a C# application 2. a C++/CLI application which is controlled by the C# app via IPC remoting 3. lots of native code which is wrapped by the managed C++/CLI code A remark to this complicated structure: We are controlling hardware via
5
2334
by: Just_a_fan | last post by:
I tried to put an "on error" statement in a routine and got the message that I cannot user "on error" and a lamda or query expression in the same routine. Help does not list anything useful for explaining a "lamda" expression and so I don't know what one is and I am not doing any database stuff in the entire program. So what does this error message really mean and what can I do to get an On Error into the routine?
0
10543
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9734
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8102
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7259
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5944
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
6149
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4779
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4346
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3370
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.