I have a new problem with SQL CE 3.5 SP1 that I did not have with 3.5. Now
my Pocket PC programs can no longer run on XP.
Is this a new SP1 feature? Guess I need to write real desktop apps to
manage the data. It was nice while it lasted to use the same app on both
PPC and XP Desktop.
,,,Donald
Are you facing the issue decribed in the SQL Compact 3.5 SP1 KB article
here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;955965&sd=rss&spid=2855#
knownissues
under the heading: Visual Studio for Devices backward compatibility

Signature
Erik Ejlskov Jensen, Mobile App Dev MCTS
Check out my SQL Compact blog at
http://erikej.blogspot.com
> I have a new problem with SQL CE 3.5 SP1 that I did not have with 3.5.
> Now my Pocket PC programs can no longer run on XP.
[quoted text clipped - 3 lines]
>
> ,,,Donald
Donald Adams - 13 Aug 2008 11:44 GMT
I could not find it in the page, but when I went back to view the error one
last time... it was gone. I guess it fixed itself. Maybe after installing
VS2008 sp1... numerious hotfixes and reboots.
Both the Referenced version and the version of the file in my program folder
were 3.5.1.0... so not sure why it would not load.
Here was the error:
System.IO.FileLoadException was unhandled
Message="Could not load file or assembly 'System.Data.SqlServerCe,
Version=3.5.1.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3,
Retargetable=Yes' or one of its dependencies. The given assembly name or
codebase was invalid. (Exception from HRESULT: 0x80131047)"
Source="PocketMiTasker"
FileName="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral,
PublicKeyToken=3be235df1c8d2ad3, Retargetable=Yes"
FusionLog="WRN: Assembly binding logging is turned OFF.\r\nTo enable
assembly bind failure logging, set the registry value
[HKLM\\Software\\Microsoft\\Fusion!EnableLog] (DWORD) to 1.\r\nNote: There
is some performance penalty associated with assembly bind failure
logging.\r\nTo turn this feature off, remove the registry value
[HKLM\\Software\\Microsoft\\Fusion!EnableLog].\r\n"
StackTrace:
at Cana.FormMain.LoadDB()
at Cana.FormMain..ctor() in
C:\Backups\Work\Projects\PPC\PocketMiPAL\FormMain.cs:line 201
at Cana.Program.Main() in
C:\Backups\Work\Projects\PPC\PocketMiPAL\Program.cs:line 15
,,,Donald
> Are you facing the issue decribed in the SQL Compact 3.5 SP1 KB article
> here:
[quoted text clipped - 10 lines]
>>
>> ,,,Donald