Not enough privileges on last beta

Using the last stable version we have errors importing interfaces (access violations)

I moved to the beta and the the error to import interfaces is ok. But now when we run the delphi application we have the error “Not enough privileges” on the code
Manager.CreateInstance(PluginName,Result);

Could you provide more details on this?

The stable version: RemObjects Hydra - 5.0.85.1141
The Beta version: RemObjects Hydra - 5.0.0.1147

The project was built one year ago and ran on Hydra 4 with no problem. After upgrade to version 5. the problems described above started

Now the error (exception) "no enough privileges) is raised in the line of code where the use of Hydra starts (beta version)

Manager.CreateInstance(PluginName,Result);

Complementing

Visual Studio 2017
Delphi Xe2

Thee information you provide is not enough to identify the issue. Please provide more information on the error, like EXACT error message and error code, OS version and a testcase where the issue reproduces.

Also please check that the Mixed Mode sample (with unmanaged host and .NET plugins) works for you.

Thanks in advance