Still getting trial message after installed commercial version of Hydra

Hi,

I uninstalled the Trial version of Hydra. Then also deleted all hydra bpl’s on the computer.

Then I installed the commercial version of hydra (into D7, DXE4 and VS 2015). I have a Delphi VCL host and VS plugin. (I changed the project to not use runtime packages). When I run the app from D7 or XE4, I still get the trial message. I recompiled the plugin and main apps.

How can I fix this?

Thanks

have you installed your Hydra license?
you can do this with C:\Program Files (x86)\RemObjects Software\Everwood\Bin\RemObjects.Everwood.LicenseManager.exe

I hadn’t. I did so now, and it shows up in the license manager. However, I still get the trial dialog message.

Hello

You need to fully rebuild the plugin. By ‘fully’ I mean that you need to delete the bin and obj folders from your plugin’s folder and to rebuild the plugin after that.

This issue happens because VS doesn’t always recompile the licenses (and other resources) even if you issue the Clean command in VS Solution Explorer.

Sorry for the inconvenience

Works! Thanks