Could not load type 'XXX.Global'

后端 未结 18 1790
萌比男神i
萌比男神i 2020-12-01 07:06

Migrating a project from ASP.NET 1.1 to ASP.NET 2.0 and I keep hitting this error.

I don\'t actually need Global because I am not adding anything to it, but after I

18条回答
  •  死守一世寂寞
    2020-12-01 07:52

    In my case, a AfterBuild target in the project to compile the web application was the reason for this error.

    See here for more info

提交回复
热议问题