One of our critical company apps (C#) crunches hi-rez images, and we've made great efforts to optimize it. It performes over 2.5 million operations in ~ 2.5 seconds.
We've used VS 2005 for years, and last week, moved everything over to VS 2010.
Same exact project code.
Now, when I build the app and run it (outside the VS 2010 IDE), the very same operation takes 5 + seconds every time.
This is a big issue, and absolutely hurts my brain. I currently have it set to Release mode (same as I had it in VS 2005).
Any idea what could be causing a doubling of the execution time when the code is precisely the same?