Struggling with the entity framework.....

Mark Nicholls <[email protected]>
Newsgroups gmane.comp.windows.devel.dotnet.advanced
Message-ID <LISTSERV%[email protected]>
Has anyone managed to get anything that is not completely trivial to work?

I've done an msdn walkthrough with courses and departments...seemed to
work, and implemented a very simlpe inheritance of course.

Problem now is that if I try to create something myself with is one step
up from completely trivial, I get things like...

"Problem in Mapping Fragment starting at line 249: Potential runtime
violation of table" ...bla bla bla

Is it me? or is this a beta in release clothing?

My slightly non trivial case is just...(in class terms)...

class Expression
{
}

class ListExpression : Expression
{
}

class ListExpressionElement
{
    public Expression expression;
    public ListExpression isMemberOfList;
}

i.e. a pretty simple recursive composite pattern.

===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.