Installing "SQL Server Express 2005" via ClickOnce

J

Jason

Hello,

I'm having problems installing "SQL Server Express 2005" via
ClickOnce. The database does not seem to be coming over with it. I
would have thought that ClickOnce would have been smart enough to have
included in the setup strategy the database that the WPF Application
was compiled against (i.e.: via connection string in the config
file). What is the best way to include the database that you want to
have installed along with the WPF application in once ClickOnce
Deployment routine?

Thanks
Jason
 
J

Jason Keats

Jason said:
I'm having problems installing "SQL Server Express 2005" via
ClickOnce. The database does not seem to be coming over with it. I
would have thought that ClickOnce would have been smart enough to have
included in the setup strategy the database that the WPF Application
was compiled against (i.e.: via connection string in the config
file). What is the best way to include the database that you want to
have installed along with the WPF application in once ClickOnce
Deployment routine?

If
http://msdn.microsoft.com/en-us/library/bb264562(SQL.90).aspx
doesn't work for you, then you could try
http://msdn.microsoft.com/en-us/library/aa983326(v=VS.90).aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top