VB.NET can't set break point

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

When I set break point , and run the system
The breakpoint will not currently be hit, No symbols have been located for this document.

Please help .
 
When I set break point , and run the system
The breakpoint will not currently be hit, No symbols have been located for this document.

Please help .

Is this a "normal" solution or are you doing something different here
that might be causing a problem?

One thing you might try, if you haven't already, is to do a complete
restart of your PC and then rebuild your entire solution. If that
doesn't work you need to dump and readd any project references and
delete the ASP.NET temporary files (if it's an ASP.NET solution). If
all that doesn't work, then I don't know what to suggest.

Thanks,

Seth Rowe [MVP]
 
Hello Agnes,
When I set break point , and run the system
The breakpoint will not currently be hit, No symbols have been located
for this document.
Please help .


Perhaps you are using file references instead of project references and the
referenced files are being built (perhaps externally) in release mode reather
than debug?

Perhaps :)
 
Back
Top