Help: Cant debug ASP.NET code

V

VB Programmer

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
 
P

PJ

Project -> Properties -> Configuration Properties -> Debugging
Make sure that "Enable ASP.NET" debugging is checked.

~PJ
 
B

Bill Priess

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
 
N

nitc3

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top