Installed Packages installed but not working when deployed
Hi,
I have developed the umbraco site on my local machine installed packages etc. When I have deployed the website or pull the code onto another machine the installed packages are there but do not work correctly. I have to uninstall and then install the package again.
Am I do something wrong? Or do other people experience this issue as well?
When I have installed the package I have included all of the files into my visual studio solution.
If they are installed via Nuget, then I think if you use a publish profile for deployment they should work.
However, if you are installing them via the Package Manager in the back office, you will probably find that the files in App_Plugins are deploying but the DLL's aren't.
I would do a comparison of your local Bin folder vs your deployed Bin folder to check DLL's are all present.
Installed Packages installed but not working when deployed
Hi,
I have developed the umbraco site on my local machine installed packages etc. When I have deployed the website or pull the code onto another machine the installed packages are there but do not work correctly. I have to uninstall and then install the package again.
Am I do something wrong? Or do other people experience this issue as well?
When I have installed the package I have included all of the files into my visual studio solution.
Regards, Jay
Hi Jay,
How are you installing the packages?
If they are installed via Nuget, then I think if you use a publish profile for deployment they should work.
However, if you are installing them via the Package Manager in the back office, you will probably find that the files in App_Plugins are deploying but the DLL's aren't.
I would do a comparison of your local Bin folder vs your deployed Bin folder to check DLL's are all present.
Thanks,
Nik
Thanks Nik it hadnt included the DLL's.
Should have known.
Thanks for your help.
Jay
is working on a reply...