VS2015 Crashes when I try to Publish

后端 未结 8 1351
忘掉有多难
忘掉有多难 2021-02-05 02:21

So, I am developing a Web Service, and at some point, my Visual Studio 2015 started to crash every time i right click project -> Publish. When I publish a project it gets deploy

8条回答
  •  孤独总比滥情好
    2021-02-05 02:48

    Apparently I fixed this by:

    right clicking project-> properties -> Package/Publish SQL -> Import from Web.config

    It seems that somehow the project lost some properties regarding these settings, even though they were in the web.config.

提交回复
热议问题