Web projects do not support the solution of LINQ.

Source: Internet
Author: User

My project is from. upgrade net2.0. net3.5, other projects can use LINQ, and only web projects cannot be used. I guess it is web. after comparison, you only need. add the following config:Code:

 

<System. codedom>

<Compilers>

compiler language =" C #; CS; CSHARP " extension =" . CS " WarningLevel =" 4 "

Type="Microsoft. CSHARP. csharpcodeprovider, system, version = 2.0.0.0, culture = neutral, publickeytoken = b77a5c561934e089">

<Provideroption Name="Compilerversion" Value="V3.5"/>

<Provideroption Name="Warnaserror" Value="False"/>

</Compiler>

compiler language =" Vb; vbs; VisualBasic; VBScript " extension =" . VB " WarningLevel =" 4 "

Type="Microsoft. VisualBasic. vbcodeprovider, system, version = 2.0.0.0, culture = neutral, publickeytoken = b77a5c561934e089">

<Provideroption Name="Compilerversion" Value="V3.5"/>

<Provideroption Name="Optioninfer" Value="True"/>

<Provideroption Name="Warnaserror" Value="False"/>

</Compiler>

</Compilers>

</System. codedom>

 

Hope to be useful to friends who have the same problem.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.