Skip to content

How to compile

Rubén Vallejo edited this page Aug 20, 2017 · 1 revision

WPF_Example wiki

How to compile

  • Do you need to open the project in Visual Studio (2017 is preferred) (Target framework version is 4.6.2)

  • Build solution

  • If failed, try to open the NuGet Console: Tools > NuGet Package Manager > Open NuGet Console and enter the following command:

Update-Package

Press enter and wait the packages to be installed.

  • Then you can Build/Run project, it should work.
Clone this wiki locally