Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 404 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 404 Bytes

MvvmLightTestEF

研究 Entity Framework

  1. Tools / Entensions and Updates / install "MVVM Light for VS2017"
  2. Close the VS, and the installation process of "MVVM Light for VS2017" will start.
  3. Open the VS, and click the References to update the "CommonServiceLocator" and "MvvmLightLibs".
  4. In ViewModelLocator.cs, adjust the "using Microsoft.Practices.ServiceLocation" to "CommonServiceLocator".