The problem is here: I double checked the name on model (Entity Set Name property) and copied the names and still didn't work You should look at the Department entity for example and copy the name of the navigation property that represents State Probably something like this will work (each Department has only one State and NOT many which makes sense): context.Documents. Include("Workers.Departments.State. Companies").ToList() Also, you should look into State entity and discover the name for Company navigation property and put it in your Include method.
The problem is here: I double checked the name on model (Entity Set Name property) and copied the names and still didn't work You should look at the Department entity for example and copy the name of the navigation property that represents State. Probably something like this will work (each Department has only one State and NOT many which makes sense): context.Documents. Include("Workers.Departments.State.
Companies").ToList(); Also, you should look into State entity and discover the name for Company navigation property and put it in your Include method.
I've tried both plural and singular and it didn't work, but as I said above with this labda version it works ;) – Pax0r Nov 14 '10 at 20:06.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.