Hi Friends,<BR><BR>I have a very cute problem. Hope any of u will solve this problem. <BR>I have a third party COM component(dll)(A.dll) which has a neatly described TYPE LIBRARY. I have wrapped this DLL into .NET framework and this is working fine.<BR><BR>This A.dll has a method which takes "B.dll" as parameter. This DLL has not got a regular TYPE LIBRARY. <BR>Now when I run the ASP page from the IDE the program runs successfully taking data from the "B.dll". But if I refresh this page, then compiler throws an error. The error says that it couldn't not load "B.dll". <BR><BR>So the DLL works correctly when I run the project for the first time.<BR><BR>Thanks,<BR>Madhukar Hebbar