Hi Guys,

I have an odd error...

I have incorporated Pinpoint 6 into a bespoke research app successfully with the build options are 'Any CPU', on a 64 bit windows platform.

The moment I rebuild with the 'x64' CPU option, the build succeeds, but generates a COM error the moment I try to create a new PinPoint PLATE object. The rest of the app works ok.

I believe the COM error is probably because the PinPoint DLL is not registered for x64, only x86. This follows because the same app works in ANY CPU mode - ie defaulting to x86, but fails when rebuilt in x64 only.

Do I need a different PinPoint DLL? Is it available somewhere?

Error in full, occurs after this code [Visual Studio 2015, C sharp, in a TRY-CATCH statement]:

Code: thisPinpointPlate = new PinPoint.Plate();

Error: Pinpoint create COM object: Retrieving the COM class factory for component with CLSID {9B7024E3-BD35-11D2-8EE4-0080C70A9C3D} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Any help greatly appreciated...

Sam