M
Matt Witherspoon
Hello, I have a Windows Forms application in .NET 2.0 and am experiencing
extremely slow start up time of the application. It takes on average about
4.5 seconds for the application to load each time it is run. The only thing
the form is doing is loading an image and placing it in a PictureBox. That's
it-- literally (compiled it's only 37KB, it's a very simple app). The image
is only a 256x256 JPEG.
I've noticed that if Visual Studio 2005 is running at the same time the
start time is only in the 1 second range.
Most of the long start up time is accompanied by disk access (why isn't the
OS caching whatever files are being accessed? I'm literally just running the
application over and over and the long start time doesn't get better).
I'm running Windows 2000 on a P4 2.8Ghz with 1GB of RAM. Does anyone have
any suggestions on making start up time faster??
Thanks, Matt
extremely slow start up time of the application. It takes on average about
4.5 seconds for the application to load each time it is run. The only thing
the form is doing is loading an image and placing it in a PictureBox. That's
it-- literally (compiled it's only 37KB, it's a very simple app). The image
is only a 256x256 JPEG.
I've noticed that if Visual Studio 2005 is running at the same time the
start time is only in the 1 second range.
Most of the long start up time is accompanied by disk access (why isn't the
OS caching whatever files are being accessed? I'm literally just running the
application over and over and the long start time doesn't get better).
I'm running Windows 2000 on a P4 2.8Ghz with 1GB of RAM. Does anyone have
any suggestions on making start up time faster??
Thanks, Matt