Chapter 2, Compile Error's
Dear,
I am following the instructions to develop the project. After completing the data access layer, when i try to compile the solution, the following errors pops up:
Error 3 'V2.PaidTimeOffDAL.CustomizedEntities.ENTUserAccou nt' does not implement interface member 'V2.PaidTimeOffDAL.Framework.IENTBaseEntity.Update ENTUserAccountId' E:\Naveed Projects\PaidTimeOffSolution\V2.PaidTimeOffDAL\Cus tomizedEntities.cs 7 30 V2.PaidTimeOffDAL
The above error with all four other properties is propagated.
The second error is:
Error 7 The type 'V2.PaidTimeOffDAL.ENTUserAccount' cannot be used as type parameter 'T' in the generic type or method 'V2.PaidTimeOffDAL.Framework.ENTBaseData<T>'. There is no implicit reference conversion from 'V2.PaidTimeOffDAL.ENTUserAccount' to 'V2.PaidTimeOffDAL.Framework.IENTBaseEntity'. E:\Naveed Projects\PaidTimeOffSolution\V2.PaidTimeOffDAL\Fra mework\ENTUserAccountData.cs 8 18 V2.PaidTimeOffDAL
Please help me to resolve the problem.
Regards
|