I've created a dll and its size is 4 mb. The issue is when I call the dll it is taking 6 - 7 sec. Anybody has same issue. please suggest any solution.
I referred this dll in an asp.net web application. On a button click event I instantiate a class from this dll, here it is taking 6-7 sec.
Please note that at local it is working fine, but on the production server(Windows Server 2008 R2) I facing this issue.
Thanks for your suggestion.