Error renaming ASP.NET MVC project

前端 未结 7 1003
慢半拍i
慢半拍i 2021-01-30 09:54

I have copied a previous project and renamed it. Once I had successfully renamed all the name spaces and it build correctly. I got the following error when I ran the application

7条回答
  •  死守一世寂寞
    2021-01-30 10:31

    I was having the same problem after renaming the assembly of the solution.

    I solved by making sure the OwinStartupAttritbute is refering to my new assembly name.

    Next is to delete the old assembly found in bin folder.

提交回复
热议问题