How to publish a C# windows forms application that uses a SQL Database?

Answered How to publish a C# windows forms application that uses a SQL Database?

  • Thursday, March 15, 2012 6:04 PM
     
     
    Hi. I just like to know how to publish my c# application which uses a SQL database. I have the database file here in my computer, but when I publish the application and install it in another computer, it doesn't work because the database file cannot be found in that computer. I think this has to do with the connection strings or something like that. Any help would be great.

All Replies