Trace to see DLLs loading on start

Karlman

Member
Joined
Nov 25, 2009
Messages
8
Programming Experience
10+
I am having an issue when I deploy a console app to a server. On my dev station it starts and runs quickly but on the server there is about a 15 second pause when starting up. The pause is happening before Sub Main is called.

I am guessing this has something to do with loading referenced DLLs. How do I get the application to log what it is doing so that I can see what is going on?

Thanks
Karl
 
Back
Top