In the previous project, I've already developed an application with Ms Visual Studio 2005 and use SQLCE 3.1. Now, I have to add some feature there. Today I want to use SQLCE 2008(3.5). my sdf file still didnt work. How do I upgrade it?
my error:
{"The database file has been created by an earlier version of SQL Server Compact. Please upgrade using SqlCeEngine.Upgrade() method."}
I already tried and get some source in here and here, but it still doesn't work.
What should I do? Must I downgrade my VS and DB or have another way to do it?
@joshua
of course i already try it, but the error message still like before i put it there. the output still detail:
"unhandeled exception has occured in your application. if you click continue. the application will ignore this error and attempt to continue". if you click quit, the application will close immidiately the databe file has been created by an earlier version of SQL server compact. please upgrade using SqlCeEngine.Upgrader() method it still display.
what should i do now?