English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I developed a winform application that uses a SQL Server 2005 database. When the application was deployed (using the deploy wizard in Visual Studio .NET 2005) and installed on the user's machine, the application failed to run because the database file(.mdf) was not installed along with the application. I guess this was because the SQL server 2005 database was not included in the deployment folder.

So I want to know how I can deploy the application together with the database and I would also like to know whether SQL Server Express Edition should be installed on the user's machine in order to use this database. Thank you very much.

2006-09-10 17:37:33 · 1 answers · asked by Hello World 1 in Computers & Internet Programming & Design

my friend said I can use the ClickOnce and XCopy feature but I could not find how to use them. (by the way, the XCopy feature is the xcopy dos command? )

2006-09-10 17:42:08 · update #1

I have SQL Server 2005 express edition and Visual Studio .NET 2005 installed on my machine.

2006-09-10 17:43:18 · update #2

1 answers

Use the Microsoft Deployment tools

2006-09-10 17:43:27 · answer #1 · answered by mdigitale 7 · 0 0

fedest.com, questions and answers