CF 3.5 generate code

Posts   
 
    
iannick
User
Posts: 4
Joined: 10-Jan-2007
# Posted on: 01-Jun-2010 16:54:38   

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

MTrinder
User
Posts: 1461
Joined: 08-Oct-2008
# Posted on: 01-Jun-2010 20:22:55   

Please see http://www.llblgen.com/documentation/2.6/compactframeworksupport.htm#notavailable

Design time data-binding is not supported using the CF, I'm afraid.

Matt