Re: How to distribute desktop application which will access sqlserver ce database?



I discuss the details of how you CAN create a desktop application using the
SQL Server 2005 Compact Edition in my EBook. Basically, you either have to
install the SQLCe MSI that places the current version of the engine in the
GAC or simply include the 7 DLLs into the project.

I have no idea why "cod" said it could not work on a desktop...

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------

"laoyu119" <yuxingliang@xxxxxxxxx> wrote in message
news:1176354969.773081.292590@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi everybody!

I developed an application that generate sql server ce database(sdf
file) from a desktop database(sql server desktop). The sdf file was
distributed to the PDA users and used by an application on PDA(which
was deveoloped using C#.net).

In vs2005 develope environement, my application run well and the sdf
database was generated correctly, but when I got a setup package,
which was generated by using clickone tool, the application didn't
run. The error came from the statement of starting the sqlceengin.

How can I distribute my application on desktop correctly?



.



Relevant Pages

  • Re: What are OleDbParameter names with Original_ prefix?
    ... Hitchhiker's Guide to Visual Studio and SQL Server ... and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ... Since the table has a primary key column, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ADO.NET Transaction
    ... Hitchhiker's Guide to Visual Studio and SQL Server ... and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ... Client transactions put too much schema-dependent, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: data provider
    ... provider that your Foxpro app will use. ... When I talk about a sdf file in my mind its a SQL Server Compact edition ... create a SSCE database that contains all of my tables ...
    (microsoft.public.sqlserver.ce)
  • Re: Very slow
    ... Hitchhiker's Guide to Visual Studio and SQL Server ... and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook) ...
    (microsoft.public.sqlserver.ce)
  • Re: How To Add/Update Record In ADO.NET
    ... If the row is already there (there is already someone with the same name in the database), ... Hitchhiker's Guide to Visual Studio and SQL Server ... "Jeff Gaines" wrote in message ... SQL Server Compact Edition or Express Edition come to mind. ...
    (microsoft.public.dotnet.framework.adonet)

Loading