Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
We have installed the KeyValueEditor in our project - https://bitbucket.org/rbdigital/umbraco-keyvalue-editor/
When we deploy to any other environment, the code that uses this plugin fails and we have to uninstall the package and re-install on the environment
The plugin is referenced in the installedPackages.config file and the App_Plugins\KeyValueEditor is included in the project in Visual Studio
installedPackages.config
App_Plugins\KeyValueEditor
Why is the deployment affecting the plugin?
Hi Mike
Probably, the package adds some dll to bin folder. You have to deploy this dll also, it's needed for a package. Check please, bin folder and get back to this topic
Thanks,
Alex
Did you solve the issue? Can you share with our community?
I cannot see any obvious DLL in the bin folder related to the package - how can I identify which DLL is being added by the package?
Mike
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Package failing after deployment
We have installed the KeyValueEditor in our project - https://bitbucket.org/rbdigital/umbraco-keyvalue-editor/
When we deploy to any other environment, the code that uses this plugin fails and we have to uninstall the package and re-install on the environment
The plugin is referenced in the
installedPackages.config
file and theApp_Plugins\KeyValueEditor
is included in the project in Visual StudioWhy is the deployment affecting the plugin?
Hi Mike
Probably, the package adds some dll to bin folder. You have to deploy this dll also, it's needed for a package. Check please, bin folder and get back to this topic
Thanks,
Alex
Hi Mike
Did you solve the issue? Can you share with our community?
Alex
Alex
I cannot see any obvious DLL in the bin folder related to the package - how can I identify which DLL is being added by the package?
Mike
is working on a reply...