TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
raibow maan
NA
1
936
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...
Reply
Answers (
1
)
Drag Drop betwwen WPF DataGrid and WPF treeView
Raise event to WPF app from sql changes