Hello,
I recently upgraded from Visual Studio 2005 to Visual Studio 2012. My project has been converted to VS2012, and compiled normally with VS2012.
When I run the debugger from VS (Local windows Degguger) mode Auto, my program runs very slow, for exemple making a selection in my application take a lot of time.
But if I launch the .exe first and then attach the debugger then the program runs normally. What's can explain such a difference and how to solve it ? Thank.