WE FOUND THIS LIBRARY DIDN’T WORK, GOT INSTALL ERROR “NU1202: Package elmah.corelibrary 1.2.2 is not compatible with uap10.0.15063 (UAP,Version=v10.0.15063)”

This is based on the instructions at: https://lvcharts.net/App/examples/v1/uwp/Install

Visual Studio menu > Tools > NuGet Package Manager > Package Manager Console

In the console window that opens (bottom window of VS) find the package using:

Find-Package elmah

Run the install command for your project:

Install the Elmah package to the project named MyProject (change “MyProject” to match your project name)

Install-Package Elmah -ProjectName MyProject
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *