I'm a starter in .NET development so please forgive any dumb questions...
This started out because I'm trying to debug a web site, so I've setup the Solution within VS 2005 and also the web site in IIS. I then attach to the IE process so thatcan debug through the source code. But, when I try to set a breakpoint, I get the following error:
The breakpoint will not currently be hit. No symbols have been loaded for this document.
So, I ran a search and found many hits like what's explained in the following link:http://geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspxbut when I go to find the Modules window from the Debug menu, it's not there. I click on Debug -> Windows and all I see is Breakpoints, Watch, Locals, Call Stack, and Threads.
What gives? I can't find a reason for this anywhere.
I'm using VS 2005 Professional Edition SP 1.
Here are the VS products I've got installed:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727 SP1
Installed Edition: Professional
Microsoft Visual Basic 2005 77626-009-0000007-41385
Microsoft Visual Basic 2005
Microsoft Visual C# 2005 77626-009-0000007-41385
Microsoft Visual C# 2005
Microsoft Visual C++ 2005 77626-009-0000007-41385
Microsoft Visual C++ 2005
Microsoft Visual J# 2005 77626-009-0000007-41385
Microsoft Visual J# 2005
Microsoft Visual Web Developer 2005 77626-009-0000007-41385
Microsoft Visual Web Developer 2005
Microsoft Web Application Projects 2005 77626-009-0000007-41385
Microsoft Web Application Projects 2005
Version 8.0.50727.762
Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1 (KB926601)
This service pack is for Microsoft Visual Studio 2005 Professional Edition - ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/926601
SQL Server Analysis Services
Microsoft SQL Server Analysis Services Designer
Version 9.00.1399.00
SQL Server Integration Services
Microsoft SQL Server Integration Services Designer
Version 9.00.1399.00
SQL Server Reporting Services
Microsoft SQL Server Reporting Services Designers
Version 9.00.1399.00
Thanks for your help!