Getting error while publishing in Azure Web App from visual studio
Hello,
I am developing umbraco application using visual studio by installing umbracoCms package. And now wants to deploy it in Azure Web App. I have done the development in visual studio but when I right on project and publish it to Azure Web App it is giving error :
Could not open Source file: Could not find a part of the path 'c:\users\dipa\documents\visual studio 2013\Projects\FPUmbraco\FPUmbraco\umbraco\Install\Views\Web.config;\umbraco\Install\Views\Web.config'.
Getting error while publishing in Azure Web App from visual studio
Hello, I am developing umbraco application using visual studio by installing umbracoCms package. And now wants to deploy it in Azure Web App. I have done the development in visual studio but when I right on project and publish it to Azure Web App it is giving error :
Could not open Source file: Could not find a part of the path 'c:\users\dipa\documents\visual studio 2013\Projects\FPUmbraco\FPUmbraco\umbraco\Install\Views\Web.config;\umbraco\Install\Views\Web.config'.
Please guide to solve it. Thank You.
In Visual Studio change the build action on the file.
Go to the properties of the file and find Build Action - it should say "compile". Change it to "none"
Hi Vincent,
I have done it for web.config, views\web.config, and in assemblyinfo.cs file but still getting same error.
Any other solution can be done?
Thank you.
Dipa,
If you doubleclick the error in Visual Studio, it opens a notepad window with more information. The file on which it errors out should be shown there
is working on a reply...