The type or namespace name 'Linq' does not exist in the namespace 'System'

后端 未结 10 700
我在风中等你
我在风中等你 2020-12-10 01:02

I have a wcf service hosted in a website in IIS and I seem to have this issue. In my web.config I have this:


        
          


        
10条回答
  •  猫巷女王i
    2020-12-10 01:28

    the problem is you didn't add

    debug="true|false" targetFramework="4.0"
    

    in compilation tag.

提交回复
热议问题