How to distribute a project in C # that uses "LocalDB" to a "other computer"?

1

I have a College project in C # to finish. The application works and all functionality has been implemented.

I'm using LocalDB v12 of Visual Studio 2015 in conjunction with the Entity Framework.

The teacher has promised extra points for anyone who can do Publish and it runs on other computer other than what was used to develop.

I was able to use the publish of Visual Studio 2015, however, when I try to run on another computer, it gives a database error. Connection Error with database.

How do I give publish in the project with the database together?

    
asked by anonymous 03.05.2016 / 19:14

0 answers