M
Michael
Hi,
If anyone can help me identify the problem here I would be great! Here
are the details:
I create a Windows based .NET application that made a reference to a
COM object. The COM object was instainted successfully and all the
calls to this COM object worked fine.
I moved the classes that referenced the COM object into a WebService
and made a reference to the COM object. When the WebService
instanitates the COM object within a try block it seems ok but as soon
as I attempt to call a method on the COM object it raises an
NullReferenceException. Here are some of the details in the exception:
_COMPlusExceptionCode -532459699
_HResult -2147467261 int
_message "Object reference not set to an instance of an
object." string
_xcode -1073741819 int
_xptrs 11989016 int
HResult -2147467261 int
If anyone can help me identify the problem here I would be great! Here
are the details:
I create a Windows based .NET application that made a reference to a
COM object. The COM object was instainted successfully and all the
calls to this COM object worked fine.
I moved the classes that referenced the COM object into a WebService
and made a reference to the COM object. When the WebService
instanitates the COM object within a try block it seems ok but as soon
as I attempt to call a method on the COM object it raises an
NullReferenceException. Here are some of the details in the exception:
_COMPlusExceptionCode -532459699
_HResult -2147467261 int
_message "Object reference not set to an instance of an
object." string
_xcode -1073741819 int
_xptrs 11989016 int
HResult -2147467261 int