我不知道这里可能存在什么问题。
我有一个网络应用程序。我已经成功地构建了整个东西。我正在尝试通过某个页面上的调试器。
我设置了一个断点,然后启动调试器。我在断点处收到此消息:
当前不会命中断点。没有为此文档加载任何符号。
我的调试输出窗口充满了这些消息:
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
The thread '<No Name>' (0x3300) has exited with code 0 (0x0).
The thread '<No Name>' (0x26dc) has exited with code 0 (0x0).
The thread '<No Name>' (0x2f2c) has exited with code 0 (0x0).
The thread '<No Name>' (0x3394) has exited with code 0 (0x0).
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
The thread '<No Name>' (0x31e8) has exited with code 0 (0x0).
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll
A first chance exception of type 'System.Data.SqlClient.SqlException' occurred in System.Data.dll`
它们有数百个,而且还在不断增长,我永远无法达到我的断点。这发生在 Visual Studio 2010 和 2012 中
我的项目甚至在任何地方都没有 System.Data dll,在 web.config 或任何 bin 目录中都没有引用。
有谁知道这是怎么回事?