Dll loading takes lots of time.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am using third party dll's in my project for reports. While opening the
reports it takes lots of time. (The dll's are alredy registred in th GAC with
proper version in the code also). It works really fast when I disconnect my
m/c from network.
Please tell me what is a problem in this case.



Thanks in advance
Kiran
 
It may be that the DLL is trying to check license information. Ask the
manufactrer of the DLL.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Back
Top