I am new to LLBLGEN and I am messing around with the demo and trying to build a grid by assign datasource to the grid programmatically.
I am having issues when I am doing this in the page load.
Dim fields As ResultsetFields = New ResultsetFields(3)
fields.DefineField(CategoriesFieldIndex.AmountOfFields, 0)
It says that
Value of type "Northwind.CategoriesFieldIndex" canoot be converted to "SD.LLBLGEN.Pro.ORMSupportClasses"
I am not able to figure out whats causing this issue. I hope someone will help me out with this issue.
Thank you,
Harish