Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 171843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:03:35+00:00 2026-05-11T13:03:35+00:00

I added a reference to the System.Core assembly. The web.config now has: <add assembly=System.Core,

  • 0

I added a reference to the System.Core assembly. The web.config now has:

<add assembly='System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089'/> 

The IIS is set to use ASP.NET version 2.0.50727

Though intellisense shows the extension methods, the compiler does not understand the linq syntax. I can use Linq in other class libraries in the solution.

How do I fix this?

**EDIT: I have the following already in the web.config

<system.web>  <compilation     <assemblies>     <!-- references here //-->     </assemblies>       <compilers>         <compiler language='c#' type='Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089' extension='.cs' compilerOptions='/d:DEBUG;TRACE' />       </compilers>     </compilation> </system.web> 

I don’t have the <system.codedom> node. This is a project that has been migrated from 1.x to 2.x to 3.5. Do I remove the <compilers> from the and add it to <system.codedom> ?

Please note that I want to do minimal change necessary to get this to work as this is a large scale Enterprise project (and I dont want to mess with the web.config too much) **

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T13:03:35+00:00Added an answer on May 11, 2026 at 1:03 pm

    Just adding the assembly creates a reference, but you have to specify which version of the compiler you are using.

    You need to update the <system.codedom> element in the web.config file:

    <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>   </compilers> </system.codedom> 

    The important part you have to make sure is in the <compiler> element is this child element:

    <providerOption name='CompilerVersion' value='v3.5' /> 

    This makes sure that you are using v3.5 of the C# compiler.

    The <system.codedom> element is a child of the <configuration> element, as per the documentation:

    http://msdn.microsoft.com/en-us/library/k6bttwes.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 312k
  • Answers 312k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Like this? http://sysadminsjourney.com/content/2010/01/26/display-cck-filefield-or-imagefield-upload-widget-your-own-custom-form May 13, 2026 at 10:32 pm
  • Editorial Team
    Editorial Team added an answer I think this SO question answers your question May 13, 2026 at 10:32 pm
  • Editorial Team
    Editorial Team added an answer That's because it's KeyEvent.VK_SLASH with a modifier for shift. Personally,… May 13, 2026 at 10:32 pm

Related Questions

I have a donet 3.5 dll which I want to use in my old
I'm trying to use Subsonic 3.0.0.3 with an existing web site created in vb.net.
I spent this morning in trying to figure out where the system.linq.expressions namespace is.
I'm using NAnt 0.85 to build a legacy project. The script itself uses the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.