Yes Patrick.... About COM+, everything is just fine... I follow the steps to
get my dll registered and, at the end, I used the regsvcs.exe application.
All in the dll but the OleDb suff is working fine .
Tks!
"Patrick Steele [MVP]" wrote:
> In article <AE817B9D-B2B9-46F9-AEB9-(E-Mail Removed)>, "=?Utf-
> 8?B?RGFuaWVsIFNhbnRhbmE=?=" <Daniel (E-Mail Removed)>
> says...
> > Just because I need to get data from AS400 database and store each query
> > result as MSMQ entry. In order to acomplish this, I wrote one dll COM+ (to be
> > accessed by the Biztalk 2002) and when I go to the test, I got the following
> > error when I execute the " objConnection.Open();" command:
> >
> > "No error information available E_NOINTERFACE(0x80004002)"
> >
> > The only diference between the two dll's is that one is in COM+ and the
> > first one Isn't.
> >
> > Someone knows if there's any issue between ADO.Net and COM+ ? Or COM+ with
> > OleDB?
>
> Does your .NET component inherit from the ServicedComponent class? Did
> you use regsvcs.exe to register it with COM+?
>
> --
> Patrick Steele
> Microsoft .NET MVP
> http://weblogs.asp.net/psteele
>