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

后端 未结 10 698
我在风中等你
我在风中等你 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条回答
  •  悲哀的现实
    2020-12-10 01:47

    I had the same error but my web app was running on framework v2.0. Changed my application pool from v2.0 to v4.0. all working...happy days

提交回复
热议问题