MVC2 Data Annotation Buddy Classes Doesn't seem to work when Classes and EOM Model is in separate Project
- by Danish Ali
Dear All
Iam new to MVC2 and having a little problem with implementing validation via buddy classes.
Iam using Repository pattern with dependency injection.
My Entity Object Model is in Data Layer Project and Buddy Classes are in Business Layer project and MVC 2 Project as a separate Presentation Layer Project.
Can any one help me out with implementing Buddy Classes in this Architecture.
Thanks and Regards
Dani