Andrew

Unregistered less info
13 reputation
13
bio website
location
age
visits member for 2 years, 1 month
seen Jun 21 '11 at 20:29
stats profile views 2

Nov
22
awarded  Notable Question
Mar
12
awarded  Popular Question
Jul
4
awarded  Student
Apr
27
awarded  Scholar
Apr
27
accepted The Breakpoint Will Not Currently Be Hit. No Symbols Have Been Loaded For This Document
Apr
27
comment The Breakpoint Will Not Currently Be Hit. No Symbols Have Been Loaded For This Document
Thanks so much for your responses, Kyle! As a result of your ideas, I ended up learning much more about debugging, and now feel more comfortable using Visual Studio. It was just pointed out to me by a coworker that the problem was actually being caused by the Debug page attribute for the aspx page being set to "false" (something I completely overlooked:(((.) But thanks again, your responses are helpful!
Apr
27
comment The Breakpoint Will Not Currently Be Hit. No Symbols Have Been Loaded For This Document
Thanks again Kyle. I think this might be a website as opposed to a web application. There doesn't appear to be a deploy option when I right click the name of the site in solution explorer... Also, it might be worthwhile mentioning that building the website results in the error ": Build (web): Failed to start monitoring changes to '[website directory]' because the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge base article 810886. Hosting on a UNC share is not supported for the Windows XP Platform."
Apr
27
comment The Breakpoint Will Not Currently Be Hit. No Symbols Have Been Loaded For This Document
Thanks for the response! How can I determine which assemblies need to be loaded? The popup message over the breakpoint only indicates that no symbols have been loaded, and I'm trying to debug an aspx.vb file which is part of a web application (web applications don't create assemblies, right?). Also, there are a number of .dll files in the bin directory, but only one of them (which is the result of another project in the solution) has a pdb file. Does this make sense?
Apr
26
comment The Breakpoint Will Not Currently Be Hit. No Symbols Have Been Loaded For This Document
Could this type of problem occur by caching symbols in the wrong directory? I tried to fix this by changing the "Cache symbols in this directory" field in the Tools -> Options -> Debugging -> Symbols window in Visual Studio, but the problem didn't go away...
Apr
26
asked The Breakpoint Will Not Currently Be Hit. No Symbols Have Been Loaded For This Document