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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:30:35+00:00 2026-05-28T14:30:35+00:00

I am using C#, WinForms, In VS2010 Pro and trying to run one line

  • 0

I am using C#, WinForms, In VS2010 Pro and trying to run one line of code:

var count = before.Count(c => c == '/');

which I got from here: How would you count occurrences of a string within a string?

but it doesn’t recognize Count method on Strings, so it gives error and doesn’t compile.
How should I fix it? what is missing?

  • 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-28T14:30:37+00:00Added an answer on May 28, 2026 at 2:30 pm

    Most likely, you are missing a using directive for the System.Linq namespace or less likely, a reference to the System.Core.dll assembly.

    Try inserting this at the top of your file:

    using System.Linq;
    

    If that doesn’t fix it, right-click on your project from “Solution Explorer”, choose “Add Reference” from the context-menu and then ensure that System.Core.dll is referenced.

    Also ensure that you are targeting .NET 3.5 or later (there are workarounds for .NET 2.0, such as LinqBridge).

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

Sidebar

Related Questions

I'm using winforms and I've got a comboBox that represents an IQueryable. Below the
When I create a new project of any kind (winforms app/classlib ..) using VS2010
I am trying to use Crystal Reports ActiveX Viewer 13 from within Winforms. While
I'm developing WinForms application using VS2010. I have about 15 projects in the solution.
I've created a C# WinForms application using VS2010. I'm new to creating user controls
Using VS2010 Express, C# and it's WinForms Application. Here I have three text boxes(aTextBox,
I am trying to execute JavaScript using Winforms & I would like to fetch
I'm using VS2010 and WinForms, and needs lots of forms for creating/updating data entities.
I'm using C# for WinForms app in VS2010 and I needed to create a
(Using WinForms and C#. -> .Net 2.0) I am adding nodes to a TreeView

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.