raibow maan

raibow maan

  • NA
  • 1
  • 883

How to install app created with Entity Framework?

Aug 14 2014 7:44 AM
Hello everyone,

I am interested in creating WPF applications with EntityFramework. I am new in this stuff and my main problem is how to install this kind of applications on other computers.

I have created my first app with Entity Framework:

First of all, I have created my database with SQL Server Management Studio. Then I generated Data Model in Visual Studio from previously created database. Everything works fine on my PC (database exists, my app uses it successfully). Anyway I would like to install my application on other computer where my database doesn't exist but my app strictly needs it. Is there any complex method to install this app on other PC immediately with this database? Or do I need first to run a database service manually, then install an application?

I hope you give me some good instructions how to do it. I would be really grateful...

Answers (1)