DuplicateCheck' is inaccessible due to it's protection level
I am working thru chapter 3. On page 64, I add the IsDuplicate method. This contains a reference to Execute<DuplicateCheck...
When I compile I get this error message
DuplicateCheck' is inaccessible due to it's protection level
I downloaded chtr 3 code.
I added :
DuplicateCheck.cs to the DAL
The two overloads I found in the ENTBaseData.cs
protected static bool IsDuplicate(...
Has anyone else run into this?...and found a fix?
|