version 1.0.2005.1 final (self-servicing)
VS2005 asp.net 2.0
hiya,
I am trying to add an llblGenProDataSource to my asp.net 2.0 webform.
I can add the llblGenProDataSource from the toolbox.
In the IDE, the DataContainerType is correctly set to "EntityCollection"
However, when I try to add the entityCollection type, I get an error:
<<Unable to cast object of type
'dalHamShopEquip.CollectionClasses.EntCskStoreProductCollection' to type 'SD.LLBLGen.Pro.ORMSupportClasses.IEntityCollection'.>>
I know that it is a valid dll, because I can programmatically create an instance of this class and populate it:
dalHamShopEquip.CollectionClasses.EntCskStoreProductCollection entProductCollection = new EntCskStoreProductCollection();
entProductCollection.GetMulti(null);
I assume that the llblgenProDatasource functionality is available in the version that I have bought?
Can anyone help?
cheers,
yogi