The breakpoint will not currently be hit. No symbols have been loaded for this document<span id="_ctl0_MainContent_PostFlatView"></span><span><span style="font-family:Geneva,Arial,Sans-serif">I have now wasted 8+ hours trying tot fix this problem.  I have read many of the dozens of threads already related to this issue and I have not solved the problem.</span><br style="font-family:Geneva,Arial,Sans-serif"><br style="font-family:Geneva,Arial,Sans-serif"><span style="font-family:Geneva,Arial,Sans-serif">Situation:</span><br style="font-family:Geneva,Arial,Sans-serif"> <ul style="font-family:Geneva,Arial,Sans-serif"> <li>VS 2005 <li>.NET 2.0 <li>Windows Server 2003 <li>Project is on my local machine, database is on a remote server within network<br> <li>This is not a web service or a hand-help application, it's just a plain old data-base driven website.<br></li></ul><span style="font-family:Geneva,Arial,Sans-serif">What I know:<br></span> <ul style="font-family:Geneva,Arial,Sans-serif"> <li>I am in debug mode <li>I have deleted all files in the Temporary ASP.NET folder multiple times <li>The problem is not related to the machine.config file <li>I am quit certain it is NOT an IIS problem (keep reading)<br> <li>I have un-installed the 2.0 framework and VS 2005 and re-installed both <li>I have done EVERYTHING that other people have suggested.  NOTHING has worked.</li></ul><span style="font-family:Geneva,Arial,Sans-serif">The problem seems to be related to the fact that when I compile, all of the .pdb files are not being created.  Looking that the &quot;Output&quot; window after entering debug mode, there are all kinds of lines that look like this:<br><br>'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', No symbols loaded.<br><br>When looking in the TEMPORARY ASP.NET directory, there are SOME .pdb files, and all of these load correctly when trying to debug.  Not suprisingly, however, in each case where the output window says &quot;No symbols loaded&quot; there is no .pdb file.<br><br>I just can NOT spend any more time on this.  For the love of God, can someone help?  All I want to do is hit break points when I de-bug.  Is that so wrong?</span><br style="font-family:Geneva,Arial,Sans-serif"><br style="font-family:Geneva,Arial,Sans-serif"><span style="font-family:Geneva,Arial,Sans-serif">ccrookston</span></span>© 2009 Microsoft Corporation. All rights reserved.Mon, 11 Aug 2008 11:11:12 Z218fd1bd-8e44-4aba-8dca-135927cac0e5http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#218fd1bd-8e44-4aba-8dca-135927cac0e5http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#218fd1bd-8e44-4aba-8dca-135927cac0e5ccrookstonhttp://social.msdn.microsoft.com/Profile/en-US/?user=ccrookstonThe breakpoint will not currently be hit. No symbols have been loaded for this document<span id="_ctl0_MainContent_PostFlatView"></span><span><span style="font-family:Geneva,Arial,Sans-serif">I have now wasted 8+ hours trying tot fix this problem.  I have read many of the dozens of threads already related to this issue and I have not solved the problem.</span><br style="font-family:Geneva,Arial,Sans-serif"><br style="font-family:Geneva,Arial,Sans-serif"><span style="font-family:Geneva,Arial,Sans-serif">Situation:</span><br style="font-family:Geneva,Arial,Sans-serif"> <ul style="font-family:Geneva,Arial,Sans-serif"> <li>VS 2005 <li>.NET 2.0 <li>Windows Server 2003 <li>Project is on my local machine, database is on a remote server within network<br> <li>This is not a web service or a hand-help application, it's just a plain old data-base driven website.<br></li></ul><span style="font-family:Geneva,Arial,Sans-serif">What I know:<br></span> <ul style="font-family:Geneva,Arial,Sans-serif"> <li>I am in debug mode <li>I have deleted all files in the Temporary ASP.NET folder multiple times <li>The problem is not related to the machine.config file <li>I am quit certain it is NOT an IIS problem (keep reading)<br> <li>I have un-installed the 2.0 framework and VS 2005 and re-installed both <li>I have done EVERYTHING that other people have suggested.  NOTHING has worked.</li></ul><span style="font-family:Geneva,Arial,Sans-serif">The problem seems to be related to the fact that when I compile, all of the .pdb files are not being created.  Looking that the &quot;Output&quot; window after entering debug mode, there are all kinds of lines that look like this:<br><br>'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', No symbols loaded.<br><br>When looking in the TEMPORARY ASP.NET directory, there are SOME .pdb files, and all of these load correctly when trying to debug.  Not suprisingly, however, in each case where the output window says &quot;No symbols loaded&quot; there is no .pdb file.<br><br>I just can NOT spend any more time on this.  For the love of God, can someone help?  All I want to do is hit break points when I de-bug.  Is that so wrong?</span><br style="font-family:Geneva,Arial,Sans-serif"><br style="font-family:Geneva,Arial,Sans-serif"><span style="font-family:Geneva,Arial,Sans-serif">ccrookston</span></span>Tue, 24 Apr 2007 22:05:17 Z2007-06-08T07:20:12Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#3499cd65-e33b-4a3b-9df3-6355e389052chttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#3499cd65-e33b-4a3b-9df3-6355e389052cAshish Basranhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ashish%20BasranThe breakpoint will not currently be hit. No symbols have been loaded for this document<p> </p> <p>Try including web deployer project in your solution. Deploy using that. In options of deployer, make sure you are creating single dll for your web project. Then try debugging it.</p> <p> </p> <p>I had faced kinda same problem. What I did was the same I said above. </p> <p> </p> <p>It was strange, I tried deleting all the temp files and it was still loading without symbols. Well, do try deleting all the cache and temp files related to your application. You might need to navigate to your ASP.NET assembly cache folder. Make sure the debug is true in your config file. </p> <p> </p> <p>Hope above helps you.</p>Tue, 24 Apr 2007 23:57:58 Z2007-04-24T23:57:58Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#ab399b22-23ff-4187-8bd1-cf80932de73fhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#ab399b22-23ff-4187-8bd1-cf80932de73fccrookstonhttp://social.msdn.microsoft.com/Profile/en-US/?user=ccrookstonThe breakpoint will not currently be hit. No symbols have been loaded for this documentI downloaded and installed the Web Deploy Project.<br><br>Still nothing.  My anger is reaching boiling point. Is there nobody from Microsoft on these forums who can provide some answers?  MANY MANY people are having this same problem.  Ug.  I'm so pissed off.<br>Wed, 25 Apr 2007 13:35:42 Z2007-04-25T13:35:42Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#cc4d732a-3e54-4125-b63a-5a71ca735930http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#cc4d732a-3e54-4125-b63a-5a71ca735930Ashish Basranhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ashish%20BasranThe breakpoint will not currently be hit. No symbols have been loaded for this documentHave you tried deleting the temp files which may be there under your profile?Thu, 26 Apr 2007 00:37:00 Z2007-04-26T00:37:00Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#a35433b6-c1dc-4076-b140-47b25249d55ahttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#a35433b6-c1dc-4076-b140-47b25249d55accrookstonhttp://social.msdn.microsoft.com/Profile/en-US/?user=ccrookstonThe breakpoint will not currently be hit. No symbols have been loaded for this documentYes.Thu, 26 Apr 2007 13:24:09 Z2007-04-26T13:24:09Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#c4c4f903-ff1a-47d8-b668-5e4fadab1b47http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#c4c4f903-ff1a-47d8-b668-5e4fadab1b47mgskhttp://social.msdn.microsoft.com/Profile/en-US/?user=mgskThe breakpoint will not currently be hit. No symbols have been loaded for this document<p>check the IIS version </p> <p>go to IIS, select your project,open properties,select 'asp.net' tab check the version, if you different version installed just try another   version. this helped me once</p> <p> </p>Wed, 02 May 2007 08:58:27 Z2007-05-02T08:58:27Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#31fcaa3e-8771-4431-9f7d-a3384c258cfahttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#31fcaa3e-8771-4431-9f7d-a3384c258cfadotnetideashttp://social.msdn.microsoft.com/Profile/en-US/?user=dotnetideasThe breakpoint will not currently be hit. No symbols have been loaded for this documentYou may not be able to debug anything which is in the GAC. So check the GAC to see if your DLLs are there. If so, remove it.Thu, 03 May 2007 15:51:04 Z2007-05-03T15:51:04Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#d0e12a49-f6e2-4d3d-86b3-ad1ab1ebc1eahttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#d0e12a49-f6e2-4d3d-86b3-ad1ab1ebc1eaharkawalcheemahttp://social.msdn.microsoft.com/Profile/en-US/?user=harkawalcheemaThe breakpoint will not currently be hit. No symbols have been loaded for this document<p>Please check solution properties (Not project's). change &quot;Active config&quot; to &quot;Debug| Any CPU&quot;.</p> <p>i had similar problem as reported by you. This change worked for me.</p> <p> </p> <p>Regards,</p> <p>Harkawal</p>Fri, 04 May 2007 06:27:22 Z2007-05-04T06:27:22Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#4a19d93a-6c7d-4f89-9db5-007e12ec0d4dhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#4a19d93a-6c7d-4f89-9db5-007e12ec0d4djredfieldhttp://social.msdn.microsoft.com/Profile/en-US/?user=jredfieldThe breakpoint will not currently be hit. No symbols have been loaded for this documentI've had the same problem, and have tried every suggestion posted in this forum--wiping out temp asp.net files, stopping and restarting iis, checking all config settings to be sure I'm in debug, etc. No luck! I have no problem placing breakpoints in any code located in non-web projects in the solution (business layer, DAL, etc.). But the web project code behind files are not supporting breakpoints. Anyone come up with other ideas to try yet? Thanks!Fri, 04 May 2007 20:04:13 Z2007-05-04T20:04:13Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#8b7cb285-65d3-4879-b72f-f6c63023357ehttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#8b7cb285-65d3-4879-b72f-f6c63023357eAshish Basranhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ashish%20BasranThe breakpoint will not currently be hit. No symbols have been loaded for this document<p> </p> <p>Delete .suo files related to your project/solution and try again. These files might be hidden. </p> <p>I hope this will work for you</p>Thu, 10 May 2007 06:05:53 Z2007-05-10T06:05:53Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#20eeb9d3-95fd-482a-b9b3-d147c046214bhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#20eeb9d3-95fd-482a-b9b3-d147c046214bPeteCoolhttp://social.msdn.microsoft.com/Profile/en-US/?user=PeteCoolThe breakpoint will not currently be hit. No symbols have been loaded for this document<p>Had exact same problem in an app that I created from scratch in VS2005.  Fixed by changing the default Server from &quot;Visual Studio Development Server&quot; to &quot;Use IIS Web server&quot; from the project's Properties-&gt;Web tab.  Note this requires you to have IIS installed. </p> <p> </p> <p>In another instance of an app that I ported from 1.1 to 2.0 I had to open the &quot;Advanced Compiler Settings&quot; from the Compile tab on the properties window and set the &quot;Generate debug info&quot; value (set to pdb-only or Full).  Not sure why this was NOT set by default.  My 1.1 apps were all set up for debugging.</p> <p> </p> <p>Glad it's finally working and hope this 4 hours of searching saves you some time.</p>Thu, 10 May 2007 17:57:04 Z2007-05-10T17:57:04Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#de5aeeb7-766d-4d4c-9726-11e268529770http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#de5aeeb7-766d-4d4c-9726-11e268529770ccrookstonhttp://social.msdn.microsoft.com/Profile/en-US/?user=ccrookstonThe breakpoint will not currently be hit. No symbols have been loaded for this document<p>Well, since my original post which started this thread, I have completed the project which I could not (and still can't debug.)  I tried everything that everyone here suggested - thank you all for your input.  That project was migrated from 1.1 to 2.0, and I am now just convinced that that particular app will never have debugging. I have started two new projects from scratch and both of them hit break points just fine.</p> <p> </p> <p>So, today's lesson: don't migrate a project from 1.1 to 2.0 and expect to debug.</p>Thu, 10 May 2007 19:42:08 Z2007-05-10T19:42:08Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#2a586fa5-b375-459a-b5e4-e27b2a2bf1f4http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#2a586fa5-b375-459a-b5e4-e27b2a2bf1f4jredfieldhttp://social.msdn.microsoft.com/Profile/en-US/?user=jredfieldThe breakpoint will not currently be hit. No symbols have been loaded for this document<p>I am still working on the same project that I was working on when I posted my comments about a week ago, stating that breakpoints placed in code-behind files in aspx pages were not being hit. Those same files now are supporting breakpoints. Just a couple of days ago, I started experiencing considerable slowdowns on my PC. I discovered that there were problems with my harddrive. I did some cleanup, including running the chkdsk utility. At first, some of the breakpoints would not work, but then eventually start working right while the app was running! Now they get hit every time. My moral of the story--debugging problems like those mentioned in this thread could on occasion be caused by hard drive problems--corruptible files, including some used by Visual Studio (.pdb files, .dll's, etc.). Check your harddrive--it may be the culprit once in a while.</p> <p> </p> <p>I too wish to thank everyone for their input. I've learned alot during this experience.</p>Thu, 10 May 2007 19:53:07 Z2007-05-10T19:53:07Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#9c8c9873-fd08-4910-92c6-93e78c5f959ehttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#9c8c9873-fd08-4910-92c6-93e78c5f959eDevNut2http://social.msdn.microsoft.com/Profile/en-US/?user=DevNut2The breakpoint will not currently be hit. No symbols have been loaded for this document<p>I had this issue in a VB 2005 mobile project.  I fixed it simply by opening windows explorer, go to your Debug folder as noted below</p> <p> </p> <p>                         ProjectFolder &gt;&gt;&gt;Bin&gt;&gt;&gt;Debug ------------------delete everything in here.(trust me)</p> <p>       </p> <p>                      THEN Go to this folder:</p> <p>            </p> <p>                         ProjectFolder&gt;&gt;&gt;Bin&gt;&gt;&gt;Release------------------delete everything here too.</p> <p> </p> <p> </p> <p>After you do that from you project within VS 2005 IDE go to those same folders and delete those until those two folders are empty.</p> <p> </p> <p>NOW, make sure your settings in the Project Properties (right click project in Solution Explorer within VB IDE and click properties) on the Debug tab, make sure it has DEBUG selected and not RELEASE.  Last thing is rebuild your project.  You should have success in the rebuild, then set a breakpoint and try to debug to see if it works.  I did all the above and had it fixed in 5 minutes.</p> <p> </p> <p> </p> <p>                       </p> <p> </p> <p> </p> <p> </p>Tue, 15 May 2007 15:31:30 Z2007-05-15T15:31:30Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#752ec618-4862-4e82-a3e1-750af27ae3f4http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#752ec618-4862-4e82-a3e1-750af27ae3f4Raghu Kumar Vhttp://social.msdn.microsoft.com/Profile/en-US/?user=Raghu%20Kumar%20VThe breakpoint will not currently be hit. No symbols have been loaded for this document<p>Even I had the same problem. I solved this by following these steps,</p> <p>1. Goto Tools, Internet options and Clear the History.</p> <p>2. Clear the Temporary Internet files.</p> <p> </p>Wed, 06 Jun 2007 09:13:18 Z2007-06-08T07:20:12Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#b6127024-cc9c-478a-852c-21e17a16df1fhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#b6127024-cc9c-478a-852c-21e17a16df1fViv-Vekhttp://social.msdn.microsoft.com/Profile/en-US/?user=Viv-VekThe breakpoint will not currently be hit. No symbols have been loaded for this document<p align=left><font face=Arial size=2>Came across same problem, the poject involved converting an app converting from 1.0 to 2.0 framework. Following steps worked for me. Hope it helps somebody out. </font></p> <p align=left>In VS 2005</p> <p align=left>Build&gt;Configuration Manager</p> <p align=left>I changed the Active Solution Configuartion to Debug.</p> <p align=left>after that program excution stopped at the break points. Not sure if this will help ccrookston</p>Mon, 05 Nov 2007 21:40:10 Z2007-11-05T21:40:10Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#ba9be7db-4e27-4da6-ba27-4c6774f47a89http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#ba9be7db-4e27-4da6-ba27-4c6774f47a89DDDHhttp://social.msdn.microsoft.com/Profile/en-US/?user=DDDHThe breakpoint will not currently be hit. No symbols have been loaded for this document Is there still no true fix to this? I have spent several hours on this.  My debugger all of a sudden stopped working for no apparent reason.  I have tried everything in this thread, and it still doesn't work.  I am using VS2008.Fri, 08 Aug 2008 17:47:07 Z2008-08-08T17:47:07Zhttp://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#68754420-d23c-42af-91a7-855ece28b554http://social.msdn.microsoft.com/Forums/en-US/vsdebug/thread/218fd1bd-8e44-4aba-8dca-135927cac0e5#68754420-d23c-42af-91a7-855ece28b554It-Workshttp://social.msdn.microsoft.com/Profile/en-US/?user=It-WorksThe breakpoint will not currently be hit. No symbols have been loaded for this document This seems to be a recurring theme with VS2005.<br><br>I have been trying for days to correct the same issue <br>&quot;The breakpoint will not currently be hit The specified module has not been loaded.&quot;<br><br>I have tried every solution shown in this and other threads and still cannot get it to work.<br><br>I've even tried a solution that will debug and loaded into it the VB code pages only from my solution that will not debug and it has stopped working.<br><br>So come on Microsoft tell us which module has not been loaded, and just how to load it correctly, it cannot be a coincidence that a lot of people are complaining about this, give us the solution please.<br><br>Mon, 11 Aug 2008 11:11:12 Z2008-08-11T11:11:12Z