Question

I was using Telerik ORM in Reverse Mapping Mode using SQL Server Compact 3.5. I upgraded the database to SQL Compact 4.0 and the reverse mapping started giving errors.

So i tried to recreate Reverse Mapping Model using Telerik ORM wizard and its says "Invalid database type".

I have the latest version of Telerik ORM I have Visual Studio 2010 SP1 installed I have Visual Studio Tools for SQL Compact 4.0 SP1 Installed. I have all the necessary components installed for creating and managing SQL Compact 4.0 Telerik ORM created in a standard way works fine with SQL Comapct 4.0 but when i try to create model from SQL Compact 4.0 database using Reverse Mapping Wizard, it gives errors.

Has anyone experienced this issue? Can anyone confirm that Reverse Mapping is supported with SQL Compact 4.0 or not?

An expert's response is highly appreciated. Thanks

Steve

Was it helpful?

Solution

It looks like you are trying to create your data layer using the Classic API approach.

You could use the new approach for generating a domain model in your application, where the problem does not arise and SQL CE 4.0 can be used.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top