I have problem with my Visual studio 2013 Ultimate from few days. I\'m trying to open even simplest console application and VS hangs and when I click something else in Visual st
This happened to me when updating a SSIS package using VS 2008,
Solution: Open the dtsx file, search all the timeouts and change them to something like 10 seconds, for some reason some of them where 0, which basically means: 'hang forever'.