OWIN Startup Class Missing

前端 未结 19 1193
攒了一身酷
攒了一身酷 2020-11-29 15:40

I\'m getting this error as my project is not able to find the reference for OWIN startup class. I\'ve even installed all the OWIN reference packages through Nug

19条回答
  •  粉色の甜心
    2020-11-29 16:42

    Are you really trying to add OWIN to your project or is this something unexpected?

    1. In case you want to add OWIN, adding a Startup class is the way to go.

    2. In case you don't need any reference to Owin:

      delete Owin.dll from your /bin folder.

      Owin.dll is the one trying to identify the Startup class.

提交回复
热议问题