An error occurred while creating the WebJob schedule

后端 未结 10 759
一整个雨季
一整个雨季 2020-12-14 15:18

I an trying to publish my website along with few WebJobs but after the website and the jobs are created on the Azure Website, I see an error on the VS.NET 2013 that says:

10条回答
  •  抹茶落季
    2020-12-14 15:49

    I managed to rid this error by removing an old reference in my web csproj file

    
    

    I had already upgraded to the newer package Microsoft.Web.WebJobs.Publish.2.0.0 which was also referenced.

提交回复
热议问题