Hi,
Im testÃng a Windows CE + SQLCE application with Windows CE emulator.
Building and deploying works fine, but when i do the following:
FeatureCodeEntity fce = new FeatureCodeEntity();
i get the following message:
An unhandled exception of type 'System.MissingMethodException' occurred in SD.LLBLGen.Pro.ORMSupportClasses.CF11.dll
in:
public FeatureCodeEntity()
InitClassEmpty(new PropertyDescriptorFactory(), CreateEntityFactoryInstance(), CreateValidator());
I'm using "SelfServicing, two class scenario (Full) Vs.Net 2003 CF.NET" with "C# template set for SqlServerCe and CF.NET (Windows CE) (1.0.2005.1)"
All required DLL's are correctly installed in program dir
Anyone knows what it is wrong ?
Regards,
Jan