Hello,
I recently am getting an error with a datasource control, in the designer view only. The application sometimes builds and runs just fine (data is displayed in the gridview), but I get the error with the icon in the design view. I tried deleting and recreating the datasource, and again it first appears fine and then I get the error.
I am using LLBLGenPro 2.6.0.0 and Visual Studio 2005 Sp1. (.NET 2.0.05727)
I generated my classes using Adapter, with Template bindings SD.TemplateBindings.OracleMSSpecific.NET20
The datasource was created from a database view that was added to LLBLGen Pro as an Entity.
The datasource at first appears fine and I am able to choose the source and configure properties. And the application builds and runs. But then the error below appears and I am not able to access the properties box.
Error Creating Control- _ContactInfoschoolinfoDS
'cep.FactoryClasses.Contactinfoschoolinfoview_EntityFactory, cep' could not be set on property 'EntityFactoryTypeName'
Thanks for any suggestions,
Carol