It sounds like you're trying to debug a unit test, in which case you'll need
to explicitly tell the unit test to start with debugging enabled. If you're
not trying to debug a unit test, it could be a problem with Vista's UAC if
you're not running the IDE with elevated privileges and you're trying to
attach the debugger to a process running under a system account.
Some more background information about what you're trying to do would be
helpful.
"raulavi" <ra*****@discussions.microsoft.comwrote in message
news:20**********************************@microsof t.com...
Vista sp1 C#
Hi: after I opened a vs2005 IDE... my breakpoints when debugging in
vs2008
dont work any more, any ideas?
the test finished but It does not stop.
Thanks