A 110 kb .NET 4.0 app needs 10 seconds for a cold start, thats not acceptable !

Posted by msfanboy on Stack Overflow See other posts from Stack Overflow or by msfanboy
Published on 2010-05-19T21:09:38Z Indexed on 2010/05/21 17:30 UTC
Read the original article Hit count: 203

Filed under:
|
|
|
|

Hello,

I am using the .NET 4.0 client profile for my app and I run a dual core with 4 GB Ram and a fast hard disk.

nothing big is done at the start just showing a generic List in a wpf listview.

How can I make the cold start faster of my assembly ?

I have done now again a cold start and run the windowsapplication.exe in my \obj\x86\Debug folder and my harddisk run like hell and it took 10,5 seconds ???

What is wrong?

The warm start after the cold one took 1 second.

Java 6 apps has not that problem, not at all just to compare...

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wpf