Compilation Error: The type 'ASP.global_asax' exists in both DLLs

后端 未结 10 1063
一个人的身影
一个人的身影 2020-12-04 23:06

I have just integrated another project pages and its dlls into my existing project\'s Bin/ folder. My project framework is 3.5. When i am trying to build the project or solu

10条回答
  •  -上瘾入骨i
    2020-12-04 23:55

    In my case the problem was caused by accidentional removal of "PrecompiledApp.config". As soon as i returned the file everything started working normally.

提交回复
热议问题