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 8709419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:21:32+00:00 2026-06-13T04:21:32+00:00

I have been using Entity Framework and now wanted to query with LINQ code.

  • 0

I have been using Entity Framework and now wanted to query with LINQ code. I assumed that my code would just compile if i copied it almost verbatim from my reference book “Entity Framework 4 In Action”.

here is my code:

from a in db.addresses
where a.accountId == 1
Select o;

unexpectedly, intellisense did not accept any of my code. So I did a little research and added projects references, web.config assembly reference and using reference to LINQ

using System.Data.Linq;

and have edited web.config to include

<assemblies>
<add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

Even Still, Intellisense and the compiled do not accept the keyword “in” or db.addresses (db is the context and elsewhere in my file i have no problem making calls like:

users currentUser = db.users.Single(m => m.email == User.Identity.Name);

so the problem is NOT my db context either. I’ve searched stack, asp.net, and googled “LINQ syntax not compiling” but can’t find any further clue.

here are my compiler errors:

Error 14 ; expected 147 20 AdamsStore

Error 15 ; expected 147 23 AdamsStore

Error 16 ; expected 148 23 AdamsStore

Error 17 ; expected 148 39 AdamsStore

Error 13 Invalid expression term ‘in’ 147 20 AdamsStore

Error 8 Only assignment, call, increment, decrement, and new object expressions can be used as a statement 147 18 AdamsStore

Error 10 Only assignment, call, increment, decrement, and new object expressions can be used as a statement 148 23 AdamsStore

Error 7 The type or namespace name ‘from’ could not be found (are you missing a using directive or an assembly reference?) 147 13 AdamsStore

Error 11 The type or namespace name ‘select’ could not be found (are you missing a using directive or an assembly reference?) 149 21 AdamsStore

  • 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-13T04:21:33+00:00Added an answer on June 13, 2026 at 4:21 am
    1. select needs to be lowercase
    2. You still need using System.Linq even if you have using System.Data.Linq
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background I have been now using Entity Framework + Linq for about year and
I have been using Entity Framework CTP with Code-First as in this tutorial by
I have been using linq in combination with entity framework for a few months
Can anyone help? I have been using the entity framework and its going well
I've been trying to implement POCO over WCF (using Entity Framework 4.0) - just
I have an ASP.NET MVC 3 application using an Entity Framework (4.3.1) Code First
I have recently been learning MVC3 using Entity Framework 4.3 and Dependancy Injection so
I have been looking into using the Entity Framework in my C# game server
The code I have inherited is using the three Entity Framework installers from here:
I have been using Entity Framework in a .NET 4.0 solution for a few

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.