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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T03:49:59+00:00 2026-05-15T03:49:59+00:00

Hey, I am very new to entity, sql, c#, and asp.net so this might

  • 0

Hey, I am very new to entity, sql, c#, and asp.net so this might be something easily fixed.

I am attempting to display all the inactive products stored in my table called products in a datagrid.

var productQuery = from b in solutionContext.Version
                   where b.Product.Name == search && b.Product.ActiveNumber > b.VersionNumber
                   select new Product
                   {
                                   Name = b.Product.Name,
                                   Description = b.Product.Description,
                                   ID = b.ID,
                                   LastNumber = b.Product.LastNumber,
                                   MiddleNumber = b.Product.MiddleNumber,
                                   RSTATE = b.RSTATE,
                                   ActiveNumber = b.Product.ActiveNumber,
                                   LastModified = b.Product.LastModified,
                                   ParentID = b.Product.ParentID,
                                   ProductType = b.Product.ProductType
                  };

                  ProductsGrid.DataSource = productQuery;
                  ProductsGrid.DataBind();

I am getting this error:

  • $exception {“The entity or complex type ‘SolutionsModel.Product’ cannot be constructed in a LINQ to Entities query.”} System.Exception {System.NotSupportedException}

Thanks for any advice!

  • 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-05-15T03:50:00+00:00Added an answer on May 15, 2026 at 3:50 am

    The error is saying that you cannot generate a LINQ to Entities object of type Product. But you can return it. Can you try to return b.Product that might work correctly?

    var productQuery = from b in solutionContext.Version
                       where b.Product.Name == search && b.Product.ActiveNumber > b.VersionNumber
                       select b.Product; 
    
                      ProductsGrid.DataSource = productQuery;
                      ProductsGrid.DataBind();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey I am very new to jquery using asp.net, and I was wondering how
This is probably a very easy question. Hey I'm a student and relatively new
Hey all I am attempting to learn MVC 2 and ASP etc through the
Hey all i am VERY new to a Oracle DB and i am trying
Hey all, I'm very new to mongodb, mongoose and node.js. I would like to
Hey I'm aware this question isn't very technical, but I'm new to the Delphi
Hey all, my Computational Science course this semester is entirely in Java. I was
Hey I am very new to PHP, I come from a design background, but
Hey, I'm very new to Ruby and Rails. I was wondering if I was
hey guys, this is very confusing... i am trying to find the minimum of

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.