Visual Studio 2008 - Assemblies are not loaded into Modules after relocating the website and project
- by user296861
I recently moved the asp.net website solution folder (along with class projects) to different location.
As the result, visual studio doesn't stop at break points, and I could not able to debug.
I see none of my assemblies at Debug Windows Modules; only microsoft assemblies are loaded. I have also deleted all bin folder and re-referenced all projects. But still no luck.
Thanks in advance!