One of our important enterprise applications (C #) reduces hi-rez images, and we put a lot of effort into optimizing it. It performs over 2.5 million operations in 2.5 seconds.
We used VS 2005 for years, and last week we moved everything to VS 2010.
Same exact project code.
Now, when I create the application and launch it (outside the VS 2010 IDE), this same operation takes 5 + seconds each time.
This is a big problem, and it hurts. I currently have Release mode set (same as in VS 2005).
Any idea what could lead to double the execution time when the code is exactly the same?
visual-studio-2010
Ducain
source share