Cообщество разработчиков на платформе Microsoft > Форумы > Visual Studio Debugger > The breakpoint will not currently be hit. No symbols have been loaded for this document
Задайте вопросЗадайте вопрос
 

ОтвеченоThe breakpoint will not currently be hit. No symbols have been loaded for this document

  • 24 апреля 2007 г. 22:05ccrookston Медали пользователяМедали пользователяМедали пользователяМедали пользователяМедали пользователя
     
    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.

    Situation:
    • VS 2005
    • .NET 2.0
    • Windows Server 2003
    • Project is on my local machine, database is on a remote server within network
    • This is not a web service or a hand-help application, it's just a plain old data-base driven website.
    What I know:
    • I am in debug mode
    • I have deleted all files in the Temporary ASP.NET folder multiple times
    • The problem is not related to the machine.config file
    • I am quit certain it is NOT an IIS problem (keep reading)
    • I have un-installed the 2.0 framework and VS 2005 and re-installed both
    • I have done EVERYTHING that other people have suggested.  NOTHING has worked.
    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 "Output" window after entering debug mode, there are all kinds of lines that look like this:

    'WebDev.WebServer.EXE' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', No symbols loaded.

    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 "No symbols loaded" there is no .pdb file.

    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?


    ccrookston

Ответы

Все ответы