Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dipa 88 posts 370 karma points
    Nov 20, 2015 @ 11:39
    Dipa
    0

    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.

  • Vincent Baaij 95 posts 344 karma points c-trib
    Nov 20, 2015 @ 13:01
    Vincent Baaij
    100

    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"

  • Dipa 88 posts 370 karma points
    Nov 23, 2015 @ 04:23
    Dipa
    0

    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.

  • Vincent Baaij 95 posts 344 karma points c-trib
    Nov 23, 2015 @ 08:06
    Vincent Baaij
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies