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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:48:18+00:00 2026-06-11T15:48:18+00:00

In class Employee I’ve got some methods, which work fine. Now I wanted to

  • 0

In class Employee I’ve got some methods, which work fine. Now I wanted to add new method, for example

public void ExampleMethod()
{         
}

Then I call it

Employee employee = new Employee();
employee.ExampleMethod();

ExampleMethod is present in IntelliSense displayed after dot, when I hit F12 it also redirect me to that method, but while starting project I’ve got an error: ‘Employee’ does not contain a definition for ‘ExampleMethod’ and no extension method ‘ExampleMethod’ accepting a first argument of type ‘Employee’ could be found (are you missing a using directive or an assembly reference?)

I don’t know why this error is caused, because all other earlier methods work fine. What’s the problem?

  • 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-11T15:48:19+00:00Added an answer on June 11, 2026 at 3:48 pm

    There are three possibilities:

    1. If you are referring an old DLL then it can’t be used. So you have to refer to a new DLL.

    2. If you are using it in a different namespace and trying to use the other namespace’s dll then it won’t refer to this method.

    3. You may need to rebuild the project.

    I think third option might be the cause for you. Please post more information in order to understand exact problem of yours.

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

Sidebar

Related Questions

First class which got the enum: public class EnumTest { private Employee empl; public
I have class Employee which is something like this. class Emp { int EmpID;
As a simplified example, I have the following data classes: public class Employee {
Let's say I have a class Employee and a class Company which holds a
In the following example class Employee { var $name; var $city; protected $wage; function
I saw an example that try to explain inheritance in Java. The class Employee,
I got an Employee class and each employee has a list of applied leaves.
Assume we have class Employee . I want to have a field which references
I have a class : class Employee{...} then : Employee aEmployee = new Employee(...);
suppose employee is a class....print is its non-static member function which prints the value

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.