Error while using COM component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am using a COM component in an ASP.Net application. I have
properly registered it. But at some instances it throws follwoing exception:

[COMException (0x80010012):
The callee (server [not server application]) is not available and
disappeared; all connections are invalid. The call did not execute

I am currently using Windows XP machine
Can any one please help me out regarding how to solve this out?

Thanks,
Reshma
 
hi
This is because you are probably using a multithreaded application and a
situation has occur where the main single-threaded apartment (STA) is
terminated, while other COM apartments exist


regards
Ansil
Trivandrum
 
Back
Top