|
| Debugger problem |
 |
Fri, 29 Feb 2008 23:53:19 +000 |
I am facing a problem that's driving me around the bend.
When I try to debug, the breakpoints are turning white with a yellow warning
triangle -- over which when I hover there is the tip 'The breakpoint will not
currently be hit. No symbols have been loaded for this document.'
Anyone has run into this and knows a solution? I found many hits in this forum
but none seemed to help. Since this was working fine for a long time, I think
something changed in the configuration or whatever that's causing this. Do you
know how I can get rid of it?
Thanks in advance.
|
| Post Reply
|
| Re: Debugger problem |
 |
Sat, 1 Mar 2008 01:05:11 +0000 |
Sorry, I should have mentioned what I had done so far
1. Deleted contents of C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET Files
2. Added <deployment retail="true" /> to machine.config
3. Disabled batch compilation by altering web.config <compilation
debug="true" batch="false" />
|
| Post Reply
|
| Re: Debugger problem |
 |
Tue, 4 Mar 2008 05:56:11 +0000 |
Make sure that you application builds before you start debugging and to start
debugging press F5
|
| Post Reply
|
| Re: Debugger problem |
 |
Tue, 4 Mar 2008 06:02:03 +0000 |
Hi,
Follow these steps..
1. Close Visual Studio.
2. Type iisreset-stop in Run Command (Start Menu)
3. Go to Folder C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
Files. There will be a folder named same as your project Name.
4. Delete this folder.
5. Type iisreset-start in Run Command (Start Menu)
6. Open Visual Studio and Build Your Project or WebSite.
Now Try to debug it.
|
| Post Reply
|
| Re: Debugger problem |
 |
Tue, 4 Mar 2008 06:46:27 +0000 |
Thanks for your response guys. Virendra is that command just for Visual Studio?
I am running Visual Web Developer 2005 Express -- I don't seem to be having
that command.
Anyway, I did a few things and fixed the problem -- only to have it come back
again. I uninstalled VWD and the .NET framework and reinstalled them again.
Then I followed this link
http://www.codeproject.com/KB/debug/symbols.aspx?print=true and installed the
symbol server and also downloaded all the symbols to my local drive. Then it
was working for a while and now I am back to having the darn problem again. My
next step is to format the drive and reinstall everything from scratch -- does
that sound stupid? This problem has driven me nuts. Any ideas out there?
Thanks
|
| Post Reply
|
|
|
|
|
|
|
|
|
|