SQL Server CE Assembly question.

H

Hugo Pereyra

Hi, i´m making a mobile app with VS 2005, CF 2.0. and SQL CE 3.0 ( Sql
server 2005 Mobile edition )

When i add a reference to my project to System.Data.Sqlserce i notice that
the version is 3.0.3600.0
But when i browse with the File explorar to C:\Archivos de
programa\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0
i see that the version is 3.0.5206.0 ( right
click ---properties ---version )

Which is the correct version ??

Thanks a lot.!
 
G

Ginny Caughey MVP

Hugo,

This seems to be the definitive list (scroll to the bottom of the page):

http://blogs.msdn.com/sqlservercompact/

Ginny


Hugo Pereyra said:
Hi, i´m making a mobile app with VS 2005, CF 2.0. and SQL CE 3.0 ( Sql
server 2005 Mobile edition )

When i add a reference to my project to System.Data.Sqlserce i notice that
the version is 3.0.3600.0
But when i browse with the File explorar to C:\Archivos de
programa\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0
i see that the version is 3.0.5206.0 ( right
click ---properties ---version )

Which is the correct version ??

Thanks a lot.!

--

Ginny Caughey
Device Application Development MVP

www.wasteworks.com
Software for Waste Management
 
G

Ginny Caughey MVP

Hugo,

Here's a better link to just the version info:

http://blogs.msdn.com/sqlservercompact/archive/2008/02/08/sql-server-compact-release-versions.aspx

Ginny

Hugo Pereyra said:
Hi, i´m making a mobile app with VS 2005, CF 2.0. and SQL CE 3.0 ( Sql
server 2005 Mobile edition )

When i add a reference to my project to System.Data.Sqlserce i notice that
the version is 3.0.3600.0
But when i browse with the File explorar to C:\Archivos de
programa\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Mobile\v3.0
i see that the version is 3.0.5206.0 ( right
click ---properties ---version )

Which is the correct version ??

Thanks a lot.!

--

Ginny Caughey
Device Application Development MVP

www.wasteworks.com
Software for Waste Management
 
H

Hugo Pereyra

Thanks Ginnt for your help, but my duobt if why into VS (reference
properites) i get that the version is 3.0.3600.0 and in the file explorer i
get another version...
I´m working with SQL 2005 Mobile edition...not Compact edition...

Thanks!
 
H

Hugo Pereyra

Sorry, i forget write the version:

into VS the version is 3.0.3600.0

but when i browse with with the file explorer i get that
system.data.sqlsercerce.dll is 3.0.5602.0

thanks a lot!
 
S

Simon Hart [MVP]

Do you have SQL CE 3.1 installed on your machine? it sounds like you are
mixing up the desktop version and the mobile version. Do a search on your PC
for System.Data.SqlServerCe.dll ensure you add v3.0.5...
 
H

Hugo Pereyra

Hi Simon, thanks for your reply... i have SQL 2005 Mobile Edition on my
device....But my question is why i´ve different version when i see the DLL
from VS 2005 and another version when i browse with the file explorer....
That my problem...

Thanks a lot
 
S

Simon Hart [MVP]

I check my machine as I also have version 3.0 of SQL Server CE installed and
I have the same result. So I investigated. It turns out there is a difference
in the desktop and device builds, so the builds will be different. This is
partly fixed in 3.1 but fully fixed in 3.5.
--
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top