Re: How to distribute desktop application which will access sqlserver ce database?
- From: "William \(Bill\) Vaughn" <billvaRemoveThis@xxxxxxxxx>
- Date: Thu, 12 Apr 2007 09:07:38 -0700
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?
.
- Follow-Ups:
- References:
- Prev by Date: Re: Need realy help! Nobody there who knows a solution for my memory-error on WM5??
- Next by Date: Re: How to distribute desktop application which will access sqlserver ce database?
- Previous by thread: Re: How to distribute desktop application which will access sqlserver ce database?
- Next by thread: Re: How to distribute desktop application which will access sqlserver ce database?
- Index(es):
Relevant Pages
|
Loading