I developed an C# ASP.NET Web Service and 3rd party COM component is used in
this service. This code was working fine before migrating to Windows 2003
SP1. But I am getting the following error after migrating to Windows 2003 SP1
when creating an COM component in ASP.NET (C# Web Services). However, it is
working fine in C# application after migrating to Windows SP1.
Does anyone know about the error code 0x800700B6? I would like to get
information about what causes a problem and how to resolve this problem.
Thanks in advance.
Kind Regards,
Steve Haun
Server Error in '/' Application
--------------------------------------------------------------------------------
Exception from HRESULT: 0x800700B6.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: Exception
from HRESULT: 0x800700B6.
Steve Lutz - 13 May 2005 12:57 GMT
Check the permissions on the Component by using Component Services, get
properties for your component, and then navigate to the security tab.
My guess is that the user attempting to create and instance of the component
doesn't have permissions to do it.
HTH
Steve
> I developed an C# ASP.NET Web Service and 3rd party COM component is used in
> this service. This code was working fine before migrating to Windows 2003
[quoted text clipped - 20 lines]
> Exception Details: System.Runtime.InteropServices.COMException: Exception
> from HRESULT: 0x800700B6.