Do not use on any
shared computer
August 8, 2008 02:20pm pdt
 
[x]
Attachment Details

Method get_XXX from assembly YYYY does not have an implementation

Tags: ASP .NET C#, Visual Studio 2003
I am getting the above error message.

I have an abstract class which defines a method like so:

public abstract IContainer NewDal { get; }

-
Then I have a class which is implementing the abstract class like

public class PRegister : AbClass
{
public override IContainer NewDal
{
   get
   {
        return new Dal();
   }
}
}


-
Seems ok to me, but I am getting the error as mentioned above when i run my website

Method get_NewDal from assembly YYYY does not have an implementation


Anyone have any idea why this would be the case?
If it were not implemented, it would not compile in the first place, correct?
Start your free trial to view this solution
Question Stats
Zone: Microsoft
Question Asked By: MrDerp
Question Asked On: 05.09.2008
Participating Experts: 1
Points: 500
Views: 0
Translate:
Loading Advertisement...
 
[+][-]Expert Comment by AndrewVos
Expert Comment by AndrewVos:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Author Comment by MrDerp
Author Comment by MrDerp:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Author Comment by MrDerp
Author Comment by MrDerp:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080723-EE-VQP-34 / EE_QW_2_20070628