Link to home
Start Free TrialLog in
Avatar of STEVEN WEBBER
STEVEN WEBBERFlag for United States of America

asked on

breakpoints not working in visual studio on vista x64 platform

I am running Vista Ultimate on a Dell XPS (X64) machine. When I set a breakpoint in the Page_Load routine for a page the breakpoint does not get hit, but the Page_Load routine clearly runs. I am running VS2005 with SP1.
ASKER CERTIFIED SOLUTION
Avatar of samtran0331
samtran0331
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
also, per the link above, the solution would be to manually attach the debugger, here's a tutorial on how:
http://www.andrewconnell.com/blog/archive/2006/05/10/3110.aspx
Avatar of praneetha
praneetha

close vs.net and go to the project directory and delete .suo hidden file...and then try it...
Avatar of STEVEN WEBBER

ASKER

Itried running as Administrator and that seemed to work. The macro and othere tricks don't seem to be needed. I couldn't find a .suo file.