Tell me about it, when we upgraded our app from 2003 to 2005 and tested our
custom graph controls I freaked out because they were so slow, we also had a
major problem with data object where the DataReader would take about 30
longer to run than what it used to be in VS 2003. After spending hours
tracking the cause of the porblem and unable to find it, I decided to try to
run the program directly by clicking on the exe and was relief to see the
problems go away!
I wonder what is going on with VS 2005 IDE to have such a performance hit
when running the app from there.VS 2003 did not have such a drastic change.
> My god?!
>
[quoted text clipped - 25 lines]
>>>
>>> I am hoping to add some nicer graphics drawing later, but
ChrisB - 19 Jan 2006 03:56 GMT
I'm also using VS8 Just this morning I've been wondering about the
performance of my DataReaders, I've just run my application directly and it
cuts the load time down (mostly database interactions) from 1.3 seconds to
0.9 seconds, doesn't sound like much, but its quite noticeable!
So that solves the problem for the release app, but it doesn't help when I'm
showing the boss how it works through the IDE have him tell me its
unacceptably slow!!! At least I've got an answer for him now :)
I'm guessing that with all the new edit and continue and other new debugging
features, VS8 is doing a lot more in the background than before slowing
things down?
> Tell me about it, when we upgraded our app from 2003 to 2005 and tested
> our custom graph controls I freaked out because they were so slow, we also
[quoted text clipped - 37 lines]
>>>>
>>>> I am hoping to add some nicer graphics drawing later, but