Accessing COM+ Component(Part of different Domain envn) from ASPX page

  • Thread starter Thread starter Kiran Nakhate
  • Start date Start date
K

Kiran Nakhate

Hi,

I am Kiran Nakhate working as a Senior Developer in Planetasia, Bangalore.

We are developing an asp.net application which interacts with the COM+
component. This COM+ component supports Transaction context
functionality.Within this context, we are creating multiple database
connections. If the database & COM+ components are residing in two different
domains, it is giving COM Exception.

Does anybody knows the solution about this problem?

Please respond.

Thanks in advance,

Kiran Nakhate
 
Hi Kiran,

COMException.ErrorCode returns the HRESULT of the error that occured in
the COM server. This might help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top