We are looking to update to x64 VX in the near future. I am working on updating my script's references as I write my code in C# as much as possible.
My scripts were originally in x86 so I've also updated them to target the x64 platform.
When I run my scripts externally to Xpedition, the code works fine without issue.
When I run my scripts internally through a custom menu, the code fails with the error:
"Retrieving the COM class factory for component with CLSID {xxx-xx-xx-xx-x} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)"
So whats the dumb thing I'm doing/missing this time?