Click here to Skip to main content
15,892,480 members
Articles / Desktop Programming / WPF

Using the Microsoft Desktop Stack – Part 3: Using Entity Framework 4 in an MVVM Application

Rate me:
Please Sign up or sign in to vote.
4.73/5 (21 votes)
17 Apr 2011CPOL25 min read 73.6K   4.9K   56  
This article, shows how to integrate Entity Framework 4 into a WPF application using the MVVM pattern.
Library\SqlCompact\x86

Briefly, copy the following binaries from the 'Private\x86' folder of the global SQL Compact 4.0
installation on your machine to this folder:

� sqlceer40EN.dll
� sqlceme40.dll
� sqlceqp40.dll
� sqlcese40.dll

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Foresight Systems
United States United States
David Veeneman is a financial planner and software developer. He is the author of "The Fortune in Your Future" (McGraw-Hill 1998). His company, Foresight Systems, develops planning and financial software.

Comments and Discussions