this is a weird problem, which luckily (?) also happens on other machines.
I've never had problems with debugging, and now i have: it shows an exclamationmark at my breakpoints which says :'the debugging symbols are not loaded for this document'.
The difference with other projects is that i run this webapplication one in IIS:
- i've created a new website in IIS 7.5 (win7), listening on port 80 to local.comparer.nl
- i've added the url local.comparer.nl to my hosts file, redirecting it to 127.0.0.1
- i've edited the start page of the project (asp.net 3.5) to local.comparer.nl in 'use local IIS webserver'
when i start the site, it first says 'unable to start remote debugging'. I don't know why it looks for remote debugging, but when i started the remote debugging monitor, it still didn't work when i unloaded the debugging monitor, it didn't complain about the remote debugging anymore, but the exclamation mark still was there.
Solutions which -sometimes- help at my colleagues pc's:
- delete everything from the \bin directory and rebuild
- rebuild again (n number of times)
- choose 'clean solution'
Any idea?
