Hi, I'm trying to force AppManager to use the UserData folder rather than the default installation folder. The reason is that when releasing updates via ClickOnce deployments, a new program folder is created for each new version and my Plugins get left behind in the old folder. I don't want to distribute the Plugin with the deployment due to size.
Setting UseBaseDirectoryForExtensionsDirectory doesn't seem to help, the Plugins don't load when they are placed in that folder.
How can I force AppManager to load plugins from a folder other than the default installation folder?
Thanks
Rob :)
Comments: ** Comment from web user: epsoft1969 **
Setting UseBaseDirectoryForExtensionsDirectory doesn't seem to help, the Plugins don't load when they are placed in that folder.
How can I force AppManager to load plugins from a folder other than the default installation folder?
Thanks
Rob :)
Comments: ** Comment from web user: epsoft1969 **
Disregard, I figured out what I was doing wrong. I didn't release you could simply add an absolute path to the AppManager.Directories list. I had tried that earlier but didn't have my plugin deep enough in the folder hierarchy so assumed Directories could only be relative.
All good now :)