Hello,
I have an issue with the CF 3.5 generated code. Really simple two table schema, this was just a test for CF generation to know if I'm going to use LLBLGen or not for my CF project.
Generated the code has CF 3.5 / Adapter.
Everything compile fine, project references SqlServerCe 3.5.1.0.
I get the EntityCollection control available in the designer as expected but it throws an exception whenever it is placed on a form:
Microsoft Visual Studio
GenericArguments[0], 'SD.LLBLGen.Pro.ORMSupportClasses.EntityBase2', on 'SD.LLBLGen.Pro.ORMSupportClasses.EntityCollectionBase2`1[TEntity]' violates the constraint of type 'TEntity'.
OK
Am I missing something? Isn't it supposed to have CF 3.5 support?
LLBLGen Pro 2.6 Final (October 9th, 2009)
VS 2008, Smart device project targeting WM 5 PocketPC