Entity Framework: "The element in the conceptual model is missing in OSpace"

I use RTP Services Services CUE in a Silverlight application, and when I change the name of the navigation property, I get the following error:

Error 119 Members of "TestUsers" in the conceptual model model "MyModel.UserGroup" are not present in the OSpace type "MyApp.Web.UserGroup".

Is there an additional step when changing a name to a navigation property?

+4
source share
1 answer

Well, when you say that you changed the name of the navigation property, so you changed it in the Designer / EDMX file of the EF model? Or just in the CLR?

You need to change it in both places.

Hope it's easy

Alex james

+5
source

All Articles