I have a project with all my Interface definitions: RivWorks.Interfaces I have a project where I define concrete implmentations: RivWorks.DTO
I\'ve done this hu
Try this instead:
List myList = new List((new List()).Cast());