We're trying to deploy VPE through a click-once deployment, but seem to be missing some critical step or piece of information.
The error message we currently recieve is "Unable to install or run the application. The application requires that assembly IDEALSoftware.VpeEnhanced Version 6.0.0.0 be installed in the Global Assembly Cache (GAC) first."
However, Click Once does not allow GAC deploy, and our intent is to deploy on the app-path.
Info about our install environment:
1) We have an installed and licensed version of VPE on the build machine.
2) The main project has included the .licx as an embedded resource.
3) The main project and the satellite (service) DLL have references to IDEALSoftware.VpeEnhanced.dll
4) The main project includes "vpex3260.dll" as an included file, set to "copy always".
5) The click once deploy recognizes vpex3260.dll as "Include (auto)" and IDEALSoftware.VpeEnhanced.dll as "Prerequisite (auto)".
Have we overlooked something obvious in the setup, to make me deploy successful?