See:
http://msdn.microsoft.com/library/en...asp?frame=true
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
"Abhilash" <(E-Mail Removed)> wrote in message
news:416A930C-7DCB-4E85-9B64-(E-Mail Removed)...
>I referenced a COM dll in ASP.NET and using the following statement to
> instantiate the library:
>
> Dim Package As New PkgUtil.Package
>
> In my development PC it is possible to instantiate the library and also to
> call different methods exposed by the DLL.
>
> The same application deployed on the client's web server fails to
> instantiate the DLL. The web application hangs while executing the
> statement
> "Dim Package As New PkgUtil.Package". Finally the web page expires.
>
> My user account is added to Administrators, Debuggers group in both the
> development PC as well as in the live server.
>
> I will appreciate your help to solve this issue.
>
> Thanks
>