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
Zone:
Microsoft
Question Asked By:
MrDerp
Question Asked On:
05.09.2008
Participating Experts:
1
Points:
500
Views:
0
Translate:
20080723-EE-VQP-34 / EE_QW_2_20070628