S
Stephen Walch
We have built an assembly that works great on dozens of machines, but on one
particular machine is takes a LONG time to load (15+ seconds). The delay
occurs the first time the client code instantiates one of our classes for
the first time. The assembly is a managed C++ project that makes use of
various unmanaged 3rd party libraries, but (from watching the output window)
the assembly loads from the GAC and all the necessary DLLs are loaded from
the file system BEFORE the big delay occurs. During this delay, there
appears to be a lot of network traffic, but that may be misleading. Any
ideas as to why this may be happening?
Thanks in advance. -Steve
particular machine is takes a LONG time to load (15+ seconds). The delay
occurs the first time the client code instantiates one of our classes for
the first time. The assembly is a managed C++ project that makes use of
various unmanaged 3rd party libraries, but (from watching the output window)
the assembly loads from the GAC and all the necessary DLLs are loaded from
the file system BEFORE the big delay occurs. During this delay, there
appears to be a lot of network traffic, but that may be misleading. Any
ideas as to why this may be happening?
Thanks in advance. -Steve