synchronization raise error for compact version 4 databse
-
Freitag, 30. März 2012 04:44
Hi,
I have update my compact databse to version 3.5 to version 4. Then my synchronization functionality raise this error
Incompatible Database Version. If this was a compatible file, run repair. For other cases refer to documentation. [ Db version = 4000000,Requested version = 3505053,File name = E:\Arruni\Arruni\Justing Jackson\Pop\POP\BMMWeb\App_Data\POP.sdf ]
How can i fix this
Alle Antworten
-
Freitag, 30. März 2012 05:58Moderator
Sync Framework is not supported in Sync Framework 4.
-
Freitag, 30. März 2012 08:25
My application is Entity framework 4, compact 3,5 not working correctly with EF 4 code first. How can i sue EF4 and synchronization framework with any sql related databse
lakmal
-
Freitag, 30. März 2012 08:36Moderator
out of the box, Sync Framework comes with database providers that work with SQL CE 3.5 , SQL Server/Express and SQL Azure.
if you want it to work with any sql related database, you will have to build your own database provider for those databases.
-
Freitag, 30. März 2012 15:20
How can i develop databse provider for sql express .mdf file? when i goto Syntrhonization clientProvider its saw only compact provider
-
Freitag, 30. März 2012 15:30Moderatori already gave you a link on your other post, here you go again: http://msdn.microsoft.com/en-us/library/bb902853(v=sql.110).aspx