I've published a website to Azure from Visual Studio. The website has a a custom plugin which works fine locally but on the Azure App Service I get the following error in the back office:
Anyone know why the plugin doesn't seem to have been published and what I can do to fix it?
In Visual studio do you have the plugin included in? Visual studio publish only take file in the copy secerns witch is reference in the project file. But on local machine it work because the files in the harddisk no matter if VS has it included or not.
To include the plugin, open VS and navigate to the plugin, right-click and say "Include in project" if there is only "Exclude in project" the come back and we can look into other thinks witch might be wrong - but this is a good starting point!
Visual Studio publish has plugin issue on Azure
I've published a website to Azure from Visual Studio. The website has a a custom plugin which works fine locally but on the Azure App Service I get the following error in the back office: Anyone know why the plugin doesn't seem to have been published and what I can do to fix it?
Thanks in advance for taking the time to help.
Hello Brendan Rice,
In Visual studio do you have the plugin included in? Visual studio publish only take file in the copy secerns witch is reference in the project file. But on local machine it work because the files in the harddisk no matter if VS has it included or not.
To include the plugin, open VS and navigate to the plugin, right-click and say "Include in project" if there is only "Exclude in project" the come back and we can look into other thinks witch might be wrong - but this is a good starting point!
is working on a reply...