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?