I am trying to open a .sdf file (SQL Server Compact) from my C# WinForm program and I get 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 = \?\C:\inetpub\wwwroot\WS\bin\PC.sdf ]}
I need to have the possibility to open version 4 and 3.5
How to do it?
Thanks