cjarman66 wrote:
Isn't System.dll general to .Net? I wasn't aware that that the CF.Net SDK had its own version.
Anyway the System.dll is sourced from
C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll
So yes it is the default assembly.
I have the CF SDK but it does not include a System.dll.
I'm using version 3 of the SQLServer CE. The SDK is installed using the SSCE31SDK-ENU.msi installer from MS.
Is there a specialised System.dll?
C
I think we're talking about completely different things.
SqlCE is only currently supported on the compact framework, thus on handhelds/smartphones. We're not currently supporting SqlCE on the desktop.
If you're using Sqlserver CE on the desktop, you've to wait till we update the DQE for sqlserver CE for the desktop in the upgrade version of v2.0 currently in development.
Are you developing a compact framework application or a normal desktop application? If you're developing a compact framework application, you have to start your application in vs.net with a different project type.