Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting error on OrderDetailEntities
Message
De
06/12/2010 12:33:54
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Getting error on OrderDetailEntities
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Divers
Thread ID:
01491864
Message ID:
01491864
Vues:
80
In MM 4.0
In Jump Start: Creating Entity Framework Business Objects - VB
In Step 10: Enhancing the OrderDetail Business Object
In code:
Dim query As IQueryable(Of OrderDetailEntity) = _
From o In Me.ObjectContext.OrderDetailEntities _
Where o.OrderID = orderID _
Select o
"Me.ObjectContext.OrderDetailEntities" is underlined with the message
" not a member of Acme.OrderSystem.BusinessEF.EntityDataModelContainer"

Any idea why this should be occurring?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform