Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CreateEntityList error
Message
From
14/10/2008 11:18:34
Sid Meyers
Omegaware Consulting, Inc.
Minnesota, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
CreateEntityList error
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01354843
Message ID:
01354843
Views:
71
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.
Next
Reply
Map
View

Click here to load this message in the networking platform