Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CreateEntityList error
Message
De
14/10/2008 11:18:34
Sid Meyers
Omegaware Consulting, Inc.
Minnesota, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
CreateEntityList error
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01354843
Message ID:
01354843
Vues:
70
VS2008 & MM.NET 2008

I'm trying to use the CreateEntityList() found in the documentation:
Public Function GetCategoriesEntityList() As List(Of CategoriesEntity)

    Dim DataReader As IDataReader = Me.ExecSprocReader("CategoriesSelect")

    Return Me.CreateEntityList(Of CategoriesEntity)(DataReader)

End Function
I get the error that mmbindinglist can't be converted to generic.list.

Bug or Operator Error?

Thanks,
-Sid.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform