Global.asax can't find code-behind class

前端 未结 3 1427
一生所求
一生所求 2021-01-13 11:06

I keep getting this error when I try to run a web app that I have inherited. It was written in 2010 for C# 3.5 and uses Mvc 2. I have installed the necessary libraries howev

3条回答
  •  清歌不尽
    2021-01-13 12:00

    Verify that the project is configured to place your DLLs into the /bin folder and not in /bin/x86/Debug/ (or similar).

提交回复
热议问题