CodeOrganizer Add-In http://www.codeplex.com/CodeOrganizer Just follow the simple steps mentioned in the "readme.txt" file to install and make use of the features. Hope this helps.
The Motivator Behind the Windows 2000 Development Team Drawing upon top-notch organizational skills and a contagious sense of humor, Microsoft's Brian Valentine helped a team of 4,200 people finish the largest software development effort in the company's history. more...
Hi All, You can find nice tips / tricks by Kirill Osenkov http://blogs.msdn.com/kirillosenkov/archive/2008/12/07/how-to-debug-crashes-and-hangs.aspx Hope this helps.
Hi, While you try to attach the worker process manually for debugging your application you might have come across this error. "Error in DBEXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'." I faced this wired error last week and googled to find a solution and I found this. http://windev.wordpress.com/2007/10/25/execute-permission-denied-on-object-sp_sdidebug-database-master-owner-dbo/ Hope this helps.