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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:52:44+00:00 2026-05-14T05:52:44+00:00

I have a question regarding a problem with L2S, Autogenerated DataContext and the use

  • 0

I have a question regarding a problem with L2S, Autogenerated DataContext and the use of Partial Classes. I have abstracted my datacontext and for every table I use, I’m implementing a class with an interface. In the code below you can see I have the Interface and two partial classes. The first class is just there to make sure the class in the auto-generated datacontext inherets Interface. The other autogenerated class makes sure the method from Interface is implemented.

namespace PartialProject.objects
{

public interface Interface
{
    Interface Instance { get; }
}

//To make sure the autogenerated code inherits Interface
public partial class Class : Interface { }

//This is autogenerated
public partial class Class
{
    public Class Instance
    {
        get
        {
            return this.Instance;
        }
    }
}

}

Now my problem is that the method implemented in the autogenerated class gives the following error:
-> Property ‘Instance’ cannot implement property from interface ‘PartialProject.objects.Interface’. Type should be ‘PartialProjects.objects.Interface’. <-

Any idea how this error can be resolved? Keep in mind that I can’t edit anything in the autogenerated code.

Thanks in advance!

  • 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-14T05:52:45+00:00Added an answer on May 14, 2026 at 5:52 am

    You can solve this by implementing the interface explicitly:

    namespace PartialProject.objects
    {
      public interface Interface
      {
        Interface Instance { get; }
      }
    
      //To make sure the autogenerated code inherits Interface
      public partial class Class : Interface 
      {
        Interface Interface.Instance 
        {
          get
          {
            return Instance;
          }
        }
      }
    
      //This is autogenerated
      public partial class Class
      {
         public Class Instance
         {
            get
            {
              return this.Instance;
            }
         }
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question regarding the following code: abstract class a { public static
Hi I have question regarding cin and buffer. I want to make a simple
Hey, I have a question regarding code structure, and was wondering what the best
I have a quick question regarding the scale effect... I have a crude animation
I got a question regarding C++ Object & Javascript Object life cycle mis-synchronization and
as i am facing problem here: Installing application on SD-card in Android sdk 2.2
I have ( http://science.users.anapnea.net ) a section of html/js that isn't playing well in
I would like to know whether its possible to open Open word 2003 (doc)
So I am working on constructing a lexer/parser pair using parser combinators which leaves
First of all: this is not a homework assignment, it's for a hobby project

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.