NerdDinner
Hi all,
I am very new to MVC. just started learning from past few days. Was previously java developer. I am using professional ASP.NET MVC 2 . I was designing NerdDinner site and when i designed this Dinner.cs as told in the book, i started getting erros in DinnerRepository.cs saying
Error 1 Cannot implicitly convert type 'System.Data.Objects.ObjectSet<NerdDinner.Dinner>' to 'System.Linq.IQueryable<NerdDinner.Models.Dinner>' . An explicit conversion exists (are you missing a cast?)
i know i am missing something simple but i am not able to put it right. can anyone help me?
Thanks in advance
|