Is there a way to remove the startup delay when an .net application is
started from a C++/MFC Windows application. We thought perhaps we could load
or start the framwork in advance, from the MFC application. We we then fire
up the .Net application it would start up quicker.
mauro - 15 Dec 2005 18:45 GMT
Probably the startup time is due to the compilation, if that's the problem
you can speed it up by using ngen.
mau.
> Is there a way to remove the startup delay when an .net application is
> started from a C++/MFC Windows application. We thought perhaps we could
> load
> or start the framwork in advance, from the MFC application. We we then
> fire
> up the .Net application it would start up quicker.