I'm having problems with debugging in Visual Studio.NET. Here's an example of what happens:<BR><BR>I start the debugger and try to set a breakpoint in a file named /personal/workout/edit.aspx.cs. When I click the grey bar to the left of the source code, the IDE opens /personal/profile/edit.aspx.cs and sets a breakpoint on the same line. The namespaces reflect the path, so they are different.<BR><BR>This is really frustrating, because I can't set breakpoints where I need them. Has anyone else had a problem similar to this? If so, what can I do to fix it?