IDE wizards not working in Delphi XE7/8

After selecting any “RemObjects Data Abstract” wizard the IDE shows the exception “Wizard definition for this template was not found”.

I can’t reproduce this with latest gamma.
tested with XE7

Seems to be a problem related to the parallels installation where I run Windows.
The folder where RemObjects is installed is a network mapped drive.
Parallels maps the Mac drive to the Z: windows drive but in fact it is a network share.
Have you tested the wizards in this configuration?

Hello

No, it was not tested on network drives because it is intended to be installed on a local drive.

In your particular case New Project Wizard cannot load wizard definitions from network mapped drives due to .NET security restrictions.
As a workaround you can copy the “RemObjects Software\Data Abstract for Delphi\Bin\Templates” folder to a local drive and change the following Registry entry to point on it:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\RemObjects\Everwood\Template Engine\RAD Studio XE7

Key: DataAbstract for Delphi Template Definitions

Regards