J
Jack
I have a C# Console application written in Visual Studio 2003
processing a lot of data. The application is therefor using .Net 1.1
and runs normally 28 minutes. After converting the project to a Visual
Studio 2005 project (same if I rebuild a new project adding the
existing class files) the same code is running for 10 hours. The only
difference should be .Net Framework 2.0 is used now instead of 1.1.
1. Who knows what causes the decreased performance?
2. Who else has the same performance issue?
2. How can I fix this issue?
Hope somebody can help me...
processing a lot of data. The application is therefor using .Net 1.1
and runs normally 28 minutes. After converting the project to a Visual
Studio 2005 project (same if I rebuild a new project adding the
existing class files) the same code is running for 10 hours. The only
difference should be .Net Framework 2.0 is used now instead of 1.1.
1. Who knows what causes the decreased performance?
2. Who else has the same performance issue?
2. How can I fix this issue?
Hope somebody can help me...