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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:40:48+00:00 2026-05-23T20:40:48+00:00

I am trying to use the code below to group employees by department. I

  • 0

I am trying to use the code below to group employees by department. I get the error

The type ‘<>f__AnonymousType1’ exists in
both ‘Interview.Web.dll’ and ‘System.Web.dll’

when trying to enumerate the employees in a department in the default visualizer (the + icon when you hover over the variable name). I can enumerate the departments properly though.

var employees = from emp in db.Employees
                join dep in db.Departments
                    on emp.DepartmentID equals dep.ID
                select new
                            {
                                DepartmentName = dep.Name,
                                EmployeeName = emp.FullName
                            };
var depEmps = employees.GroupBy(de => de.DepartmentName);

If I add a watch on depEmps, the watch window correctly enumerates both collections, and actual code also works properly.

Grouping is something I have always avoided in LINQ, always chickening out by doing it in the DB and including a view in my model, but I suppose I have to deal with it some time.

  • 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-23T20:40:50+00:00Added an answer on May 23, 2026 at 8:40 pm

    On closer inspection, I only get the error inspecting the grouping with the default visualizer. Even in a proper watch window, and also in code, the enumerating works properly, so the grouping is working fine, just the visualizer seems a bit funny.

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

Sidebar

Related Questions

The code below is what I am trying to use in order to get
I've been trying to use the code below to get the list of AD
I am trying to use the code below to select all values of notableWork,
I'm trying to use the code below, but it's not working: UPDATED WORKING: $(document).ready(function()
I'm trying to use the code below to add an entry in the 'UserAlertSubscriptions'
I'm trying to use the code below to send messages via System.Net.Mail and am
I am trying to use the code below to convert an integer in ax
Trying to use this code to connect the AD PrincipalContext context = new PrincipalContext(ContextType.Domain,
i am trying to use this code: <%= File.ReadAllText(Server.MapPath(Members/newsletters/welcome.html))%> which works great but now
I am trying to use this code in my QT app QMap<QString,QMap> but there

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.