Our application currently running on X86 mode with SQL Server CE 3.5. I need to move to ANYCPU mode. I tried to upgrade SQL Server CE 4.0 since I heard that SQL Server CE 3.5 doesn't support for ANYCPU. Change my project to ANYCPU already but gave me following errors when try to open SQL Server Compact file. Please help.
Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8080. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details.
Unable to load DLL 'sqlceme35.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)