Hooked .NET COM Object on Win 7 64

This question is not answered

Hi,

We're experiencing an issue with an RMS Addin we've developed which works fine on a 32bit system. It hooks at the save point of set customer and is correctly installed in the registry in the WOW64Node, as POS does try to fire the hook.

However, calling the addin fails "Could not create object"

Heres what we've tried

  • Registering the DLL using regasm.exe
  • Installing in the GAC using gacutil.exe
  • Recompiling the project as a 64 bit

But it keeps failing. Is there some incompatibility with RMS, 64 bit and .NET COM Objects?

Thanks,

Matt

All Replies
  • did you find a solution?

  • Yes if ur using COM objects to connect, 64bit its not support ...

    No way to make it work!!

  • You have to use a wrapper (Isolate a DLL into a Separate Process By Using Component Services).

    Good luck with that cr...p

    I learned very quickly, since I do so many custom apps, to just win 32.

    -Jerry

    JR Data Inc