Print Page | Close Window

i can't understand why this bug come out

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1200
Printed Date: 30-Apr-2025 at 2:49am


Topic: i can't understand why this bug come out
Posted By: monkeyking
Subject: i can't understand why this bug come out
Date Posted: 05-Apr-2009 at 7:47pm
before the program can run properly. but once i rewrite it and create entities again, it comes out such error, i don't know what's going on, because the coding are the same as before, but before could run, now it can't.





Replies:
Posted By: smi-mark
Date Posted: 06-Apr-2009 at 8:49am
Sounds like your database/ef model has changed. Refresh your EF model, go into the object mapper and run the name pluralizer then save and rebuild and see if that helps. It's saying that in your EF model you have a link from Category to Products but in DevForce EF's generated designer file, that link does not exist.



Print Page | Close Window