Error: «Could not load type MvcApplication»

后端 未结 30 1665
心在旅途
心在旅途 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:32

    I already had bin/ in my build tab. I got global.asax from another copy of the project, but that didn't work out.

    The solution that finally worked for me was to remove the bin/ folder and create a new empty folder with the same name.

提交回复
热议问题