![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Conversion to 2.0 (thro' vs2005) from 1.1, has made the app completely unusable because of the performance degradation. It's a c# winforms, multithreaded app, using datasets extensively. |
#3
| |||
| |||
|
|
"KVin" <KVin (AT) discussions (DOT) microsoft.com> wrote: Conversion to 2.0 (thro' vs2005) from 1.1, has made the app completely unusable because of the performance degradation. It's a c# winforms, multithreaded app, using datasets extensively. I've worked with a number of applications that exactly match that description, and never experienced the problem you're describing. I know that's not of any help to you, but it does at least point the finger at your application (which is fixable) and not the platform (which isn't). The questions I have to ask: - Which version of Visual Studio are you compiling with? - Are you testing a Debug or a Release version? If it's release, do you have "enable optimization" turned on? - I'm assuming x86 on a Windows XP system. Are you running Vista? Is UAC turned on? - Are you by chance running a Debug/Checked build of the O/S? -- Chris Mullins |
#4
| |||
| |||
|
|
I would also run FxCop against your code and look at security/performance items, it may help you isolate the problems. "Chris Mullins [MVP - C#]" <cmullins (AT) yahoo (DOT) com> wrote in message news:umyw4OHBIHA.484 (AT) TK2MSFTNGP06 (DOT) phx.gbl... "KVin" <KVin (AT) discussions (DOT) microsoft.com> wrote: Conversion to 2.0 (thro' vs2005) from 1.1, has made the app completely unusable because of the performance degradation. It's a c# winforms, multithreaded app, using datasets extensively. I've worked with a number of applications that exactly match that description, and never experienced the problem you're describing. I know that's not of any help to you, but it does at least point the finger at your application (which is fixable) and not the platform (which isn't). The questions I have to ask: - Which version of Visual Studio are you compiling with? - Are you testing a Debug or a Release version? If it's release, do you have "enable optimization" turned on? - I'm assuming x86 on a Windows XP system. Are you running Vista? Is UAC turned on? - Are you by chance running a Debug/Checked build of the O/S? -- Chris Mullins 1. App is compiled with vs2005. |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi Patrick, I tried Release version too. Sure, there's improvement, but not even close to what I had in 1.1. Both Debug/Release version are compiled with 'optimize code' checked. I am at a loss as to why an app which runs great in 1.1 has problem on conversion to 2.0. Obviously, I am missing something. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |