Is COM+ component exposing ADODB supported on 2012 64bit windows server?

2k Views Asked by At

we're migrating certain COM+ components from VB6.0 to C#.Net. I'm facing some challenges regarding the conversion of code (rewriting), one thing is this particular COM+ component will be consumed by multiple classic asp applications, these applications either pass ADODB Recordset as input parameter and also accept it as an output parameter. after developing a piece of code and testing it locally on 32 bit machine I'm able to build the connectionstring and also pass and accept Recordset. but when I migrate to code to windows 2012 R2 64 bit server. I see error when I try to create the object of the DLL.

So my question is it possible to use Recordset and expose it through COM+ on 64 bit machine?

0

There are 0 best solutions below