OWIN Startup Class Missing

前端 未结 19 1197
攒了一身酷
攒了一身酷 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:28

    While I can't fully explain why this solved the issue for me, I ran into a problem like this after I changed my API project to build to separate \debug and \release folders. Once I reverted that change back to build to a single \bin folder things started working.

    I wrote up my experience here: Can't get the OWIN Startup class to run in IIS Express after renaming ASP.NET project file

提交回复
热议问题