VB 2005 should come with sql server 2005 mobile the version for sql
server 2005.
Ken
---------------------
"Titeuf" <z.titeuf@chauv e.com> wrote in message
news:JVQGf.1147 $1U6.94170@webe r.videotron.net ...[color=blue]
>
> ok I start programming mobile application with VB.NET (VS 2005)
> I am interested work with Sqlce
> Also I look for add reference in my project
>
> I search "System.Data.Sq lServerCe" but not found.
> Where is? Sqlce is not installed by default?
>
> Thanks
>
>[/color]
I use last MSDN Visual Studio 2005 (I have no exact version here)
But, I suppose I would reinstal (?)
"Cor Ligthert [MVP]" <notmyfirstname @planet.nl> wrote in message
news:OEppBggLGH A.1028@TK2MSFTN GP11.phx.gbl...[color=blue]
> Titeuf,
>
> What version of VB.Net(2005)
>
> Cor
>
>[/color]
"Titeuf" <z.titeuf@chauv e.com> wrote in message
news:JVQGf.1147 $1U6.94170@webe r.videotron.net ...[color=blue]
>
> ok I start programming mobile application with VB.NET (VS 2005)
> I am interested work with Sqlce
> Also I look for add reference in my project
>
> I search "System.Data.Sq lServerCe" but not found.
> Where is? Sqlce is not installed by default?
>
> Thanks[/color]
Ok. My probleme is solved.
In fact.
First not use Microsoft Desktop Search for search "System.Data.Sq lServerCe"
Just use the old search with Explorer ;-)
After, I found - just Projet/Add Reference with Browse - etc. for others
*.dll
Last, my big problem:
I have problem with System.Data.Sql ce.common.dbCon nection
Il juste create a small program and compare *.vbproj file:
The difference is probably because I start with a project created with VS
2003.
I gess replace the BAD ItemGroup with GOOD ItemGroup
Bingo!
I create database, table etc. with Sqlce
Comment