When I try to do the sql stored proc debugging, before the application starts i get this msg that "Unable to start T-SQL Debugging...". This is happenning on the local machine where win 7 is installed and Sql Server dev edition 2005 is installed, Auth is windows... I'm using Visual Studio 2008 Professional Edition
Result is same on server also (win 2003). Again from xp dev machine, i'm able to do remote debugging on server as well as local machine..
Following points are already checked :-
1) Project properties is set to allow to sql debugging.
2) Server explorer both properties are checked i.e. Application debugging and SQL/CLR debugging.
3) MsvsMon running, tried both running as service and running as program but result is same..
Is it anything to do with win firewall ? can anybody help..