Problem with XCopy deployment of SQL Server CE 4.0-Collection of common programming errors
Hi, all!
In my previous post I wrote about X-Copy poblems with SQL Server CE 3.5, and SQL Server CE team created article which contains fix for this problem. Same problem appears in 4.0. The difference is that DLLs in Private folder have 4.0.0.1 version, while DLLs in Desktop folder they have 4.0.0.0 version. Changing 4.0.0.0 to 4.0.0.1 solved this problem. Also in References tab I pointed to DLLs in Private folder.
Here’s my App.Config: