Deploying SQLce



I have a desktop app that uses 2 database files ATMobile.sdf and ATLog.sdf.
It works fine on my development pc but if I install it on another pc that
does not have VS2005, SQL express or full sql server installed I get the
follow error when I start the program.

"[App Name] has encountered a problem and needs to close. We are sorry for
the inconvenience"

I have also tried installing my application to a clean session of virtual pc
2007 running xp pro sp2 and I get the same issue. I install SQL express to
the virtual pc and started the app i see the same error.

Other than insuring the compact edition for sql server is included in my
deployment project are there other DLL's or anything else that I am missing?

Thank you

chuck


.



Relevant Pages

  • Re: Is SQL Server the right platform?
    ... In some cases my App is downloaded and purchased by a single user and both ... presumably attached to SQL Server or SQL Server Express. ... using the Compact Edition, can the Compact Edition database later be moved ... msi which can install the prerequisits required. ...
    (microsoft.public.sqlserver.setup)
  • Re: Why do I need to restart the SQL service?
    ... > I use Wise Installation utility to install MSDE 2000A. ... what I do within the app is: ... Check to see if the database exists. ... > SQL Server does not exist or access denied. ...
    (microsoft.public.sqlserver.msde)
  • Re: ClickOnce Nightmares
    ... your app need to install the settings. ... LAN) you could create a logon script that will automatically install the ... DownloadOptions options, ServerInformation& serverInformation) ... FileAccess access, Boolean asyncHint) ...
    (microsoft.public.dotnet.framework)
  • Re: Saving Back-End Data As mdf
    ... complete code of a VB.NET console app. ... It's just an example to illustrate how a connection string is used. ... so it doesn't appear to be a problem with how or what I install. ... you access to the Microsoft Office Online Beta site'. ...
    (microsoft.public.access.formscoding)
  • Re: Connection to SQL database at Client Sites
    ... client site will only connect to their own sql server. ... own SQL server w/ System DSN that the Access app connects to. ... to give them the abilty to encrypt the connection strings on install. ...
    (microsoft.public.dotnet.general)

Loading