473,320 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Help: Cant debug ASP.NET code

I set a breakpoint in my ASP.NET code (Page_Load). But, when I run the
application it never stops at the breakpoint. Any ideas?
Thanks,
Robert
Nov 17 '05 #1
3 2991
PJ
Project -> Properties -> Configuration Properties -> Debugging
Make sure that "Enable ASP.NET" debugging is checked.

~PJ

"VB Programmer" <gr*********@go-intech.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I set a breakpoint in my ASP.NET code (Page_Load). But, when I run the
application it never stops at the breakpoint. Any ideas?
Thanks,
Robert

Nov 17 '05 #2
Have you checked to make sure that the Page_Load event is handled and wired
up in the InitializeComponents event?

HTH,

Bill Priess
eCircle Software, LLC

"VB Programmer" <gr*********@go-intech.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I set a breakpoint in my ASP.NET code (Page_Load). But, when I run the
application it never stops at the breakpoint. Any ideas?
Thanks,
Robert

Nov 17 '05 #3
This usally happenes when sysmbols are not loaded properly.
What you have to make sure is
1.you are running the application in debug mode and not release mode.
2. Make sure debugging is enabled by right clicking on
Project->Properties->Configuration Properties->Debugging and on right pane
make sure "Enable ASP.NET Debugging" is set to True.

Cheers
nitc3

"Bill Priess" <no*****@nospam.com> wrote in message
news:#i**************@tk2msftngp13.phx.gbl...
Have you checked to make sure that the Page_Load event is handled and wired up in the InitializeComponents event?

HTH,

Bill Priess
eCircle Software, LLC

"VB Programmer" <gr*********@go-intech.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I set a breakpoint in my ASP.NET code (Page_Load). But, when I run the
application it never stops at the breakpoint. Any ideas?
Thanks,
Robert


Nov 17 '05 #4

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

Similar topics

2
by: Fredrik | last post by:
Im getting: "An unhandled exception of type 'System.NullReferenceException' occurred in system.dll Additional information: Object reference not set to an instance of an object." The error is...
6
by: Jax | last post by:
I have Visual Studio 2002 Standard Edition. It has been working fine up to a point and now i'm at that point. Due to the limitations of the edition i am not using any of my own .dll's and instead...
2
by: dee | last post by:
Hi I am running .NET 1.0 on an Windows XP Pro and cant debug my VB web application. I get the following error message: "Error while trying to run project: Unable to start debugging on the web...
0
by: Tillmann Neben | last post by:
As the topic already says, i just cant get it working. I am using "ftp-mode" to get the files onto the server instead of using frontpage extension. When I try to debug, VS tells me, that the...
2
by: dave | last post by:
i am trying to do an example about debugging from a book about learning visual basic .net after putting in the first part of the code it said to run the project, i clicked start and got the...
4
by: neil brown | last post by:
Whenever I try and run a project in VB.NET 2003, all i get is: "An unhandled exception of type 'System.ArgumentException' occurred in Unknown Module. Additional information: The parameter is...
16
by: Allen | last post by:
I have a class that returns an arraylist. How do I fill a list box from what is returned? It returns customers which is a arraylist but I cant seem to get the stuff to fill a list box. I just...
4
by: Rob Meade | last post by:
Hi all, I've written a small Index Server class library which will me to make simple lookups...I've just tied this in to a .aspx page and for a one word search was working nicely. I then...
0
by: Brian Henry | last post by:
Ok I've never implemented a snap location before so I dont really know what im doing wrong here... anyways, I am making a custom slider control that takes dates as its values instead of integers......
12
by: unknownbomb | last post by:
1>------ Build started: Project: TatniumD3D, Configuration: Debug Win32 ------ 1>Compiling... 1>d3d8tex.cpp 1>e:\d3d_starterkit_v3.0b\d3d8\d3d8tex.cpp(3) : fatal error C1083: Cannot open include...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.