I’m setting up new machine to work on an existing c# project that uses hydra. When building the project in visual studio 2019 I get the following error:
'Could not load file or assembly 'RemObjects.Hydra.Host, Version=4.0.75.1103, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))'
Using the license manger application I can confirm a license is installed and my licenses.licx file contains the following line:
RemObjects.Hydra.ModuleManager, RemObjects.Hydra.Host, Version=4.0.75.1103, Culture=neutral, PublicKeyToken=3df3cad1b7aa5098
Any help would be appreciated.