ActiveX exe so sloooowwww!!
I took some class modules from my standard exe and converted them into an ActiveX exe. It works as it should, except that it takes twice as long to process the data. It is not marshalling that is causing it, because there is no data being sent to or from the client and the COM object. Moreover, they are even on the same machine! There is heavy ADO usage on an Access database which is also on the same machine( but that is how it was earlier too).
What could be causing my app to slow down so much??