VB.NET can't set break point

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 .
 
R

rowe_newsgroups

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]
 
R

Rory Becker

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 :)
 

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

Top