|
HansKarlsen
|
Posted 2012-02-19 00:36:07
|
|
Group: Administrators
Last Active: Yesterday @ 18:25:39
Posts: 446,
Visits: 2 654
|
The SqlCe is the inprocess variant of SqlServer. It has some differences from SqlServer ofcourse - The SqlServerPMapper has now been updated to support the SqlCe.
|
|
Dmitry
|
Posted 2012-03-16 04:20:07
|
|
Group: Forum Members
Last Active: 2012-03-16 18:35:55
Posts: 52,
Visits: 1 649
|
Hello,
We have a Silverlight/WCF ECO app that now fails when trying to evolve its database:
Exception data
Type: System.IO.FileNotFoundException
Date: 3/14/2012 7:58:01 PM
Module name: Eco.Persistence.SqlServer.dll
Module version: 6.0.0.5915
Message: Could not load file or assembly 'System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
The app does not need any CE. However, the mapper seems to love having it. ECO build 5915.
It seems, we will have to install CE on the server... Would be nice to eliminate the need.
Regards,
Dmitry
|
|
HansKarlsen
|
Posted 2012-03-16 14:21:26
|
|
Group: Administrators
Last Active: Yesterday @ 18:25:39
Posts: 446,
Visits: 2 654
|
This is just the client driver for sqlce - no need to install anything but just make the client driver available.
|
|
Dmitry
|
Posted 2012-03-16 17:33:35
|
|
Group: Forum Members
Last Active: 2012-03-16 18:35:55
Posts: 52,
Visits: 1 649
|
Well, since the application does not need SQL CE, it would be great if no CE dlls would be required. After all, CE is not just a different SQL Server version - it is a completely separate product in terms of provided functionality. For example, you do not require Firebird client installed when using SQLite mapper. Also, this breaks existing installations which it should not.
|
|
HansKarlsen
|
Posted 2012-03-16 17:41:09
|
|
Group: Administrators
Last Active: Yesterday @ 18:25:39
Posts: 446,
Visits: 2 654
|
Correct I just pointed out that you need not install the compact db on the server - but we should find some way to remove the requirement to have the ce driver...
|
|
Dmitry
|
Posted 2012-03-16 18:36:52
|
|
Group: Forum Members
Last Active: 2012-03-16 18:35:55
Posts: 52,
Visits: 1 649
|
Ok, thank you.
|