A 110 kb .NET 4.0 app needs 10 seconds for a cold start, thats not acceptable !
- by msfanboy
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...