Are there any performance issues, if we have many dll reference added to our
project.
Any way, does it take more time to load the application if we have many dll
reference added to a project, even though we don't use at application load.

Does more dll takes more time to load.
If we merge many dll into one does it improve the performance.

Our application takes long time to load, and we are doing nothing at
startup. We are using "no touch deployment".
Please suggest any way to load the application faster.
Any help greatly appreciated.

Dan

Re: Dll Reference Performance by Stoitcho

Stoitcho
Wed Feb 01 08:19:15 CST 2006

Dan,

Loading dlls introduces some overhead.
I'd suggest reading through the following MSDN magazine article. I believe
it will answer most of your questions

http://msdn.microsoft.com/msdnmag/issues/06/02/CLRInsideOut/default.aspx


--
HTH
Stoitcho Goutsev (100)



"Dan, Vascas" <Dan@noemailcom> wrote in message
news:O%23OlgKrJGHA.3408@TK2MSFTNGP12.phx.gbl...
> Are there any performance issues, if we have many dll reference added to
> our project.
> Any way, does it take more time to load the application if we have many
> dll reference added to a project, even though we don't use at application
> load.
>
> Does more dll takes more time to load.
> If we merge many dll into one does it improve the performance.
>
> Our application takes long time to load, and we are doing nothing at
> startup. We are using "no touch deployment".
> Please suggest any way to load the application faster.
> Any help greatly appreciated.
>
> Dan
>