Error: «Could not load type MvcApplication»

后端 未结 30 1721
心在旅途
心在旅途 2020-11-28 02:18

I am getting the error

Could not load type MvcApplication

when I try to run my website.

How to correct it?

30条回答
  •  爱一瞬间的悲伤
    2020-11-28 02:54

    This can also happen while running the project in visual studio if your IIS Express has/is hosting an old/different project using the same port assignment.

    To fix this, you can change the port assignment for this project or close IIS Express.

提交回复
热议问题