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

  • SEARCH
  • Home
  • 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 8455865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:23:52+00:00 2026-06-10T12:23:52+00:00

We are beginning to use VS2012 for our solution. One of the projects is

  • 0

We are beginning to use VS2012 for our solution. One of the projects is SQL CLR. When I try to compile it, I get the following error:

CS0234: The type or namespace name ‘Linq’ does not exist in the
namespace ‘System’ (are you missing an assembly reference?)

However, the same code compiles fine in VS2010. The project has a reference to the System.dll. What could be going on?
Thanks.

  • 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. Editorial Team
    Editorial Team
    2026-06-10T12:23:53+00:00Added an answer on June 10, 2026 at 12:23 pm

    Please refer to:

    • LINQ in CLR Integration
    • VS2012 problems with SQL CLR items in database project

    You need to add a reference to System.Core.dll (Use .NET 3.5 for MS-SQL 2008):

    // ...    
    using System.Linq;
    
        public partial class StoredProcedures
        {
            [SqlProcedure]
            public static void MyProcedure()
            {
                // ...
                List<string> list = new List<string>();
                var result = list.Where(x => x == "string");
                // ...
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just beginning to use Linq-to-SQL and it's just wonderful to use. The problem
I am beginning to use MongoDB with C# and through following a few tutorials
I'm beginning to use DotNetOpenAuth and want to understand what the following members of
i currently use the context.timestamp function to get the time in the beginning of
Beginning to use perl RegExp.I am using the following RegExp to catch unwanted blank
I am following the Mhartl Ruby on Rails tutorial and beginning to use Rspec.
I use the following at the beginning of all modules in my Python project:
Please consider the following class. I'm beginning to use JQuery. function AutoHide(elemControl, elemContent) {
Since beginning to use VB.NET some years ago I have become slowly familiar with
I'm beginning to use the swtbot to test my reccent eclipse rcp projekt. A

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.