Step through works, without breakpoints, it doesn't work.

  • Thread starter Thread starter Big Dave
  • Start date Start date
B

Big Dave

Good morning. Does anybody know what might cause this? I'm debugging a
custom server control that inherits from dropdown list. The control is
in a seperate project from my web project, but it's included in the
solution. When I add a breakpoint in vs.net and step through the code,
everything works great. But when I remove the breakpoints, the code
doesn't work.

Any ideas? Thanks in advance for any help!!!

Big Dave
 
This could be caused by any number of things in your code. Your first job
is identify exactly WHERE in your code it is happening. A good place to use
try/catch, and logging!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 

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

Back
Top