NiyaShy / XB1ControllerBatteryIndicator

A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
GNU General Public License v2.0
722 stars 52 forks source link

I can't compile the solution in Windows 10 #36

Closed juanmiguel431 closed 4 years ago

juanmiguel431 commented 4 years ago

The compiler can't find the reference for Windows.Data, Windows.Foundation and Windows.UI.

using Windows.UI.Notifications; using Windows.Data.Xml.Dom;

image

Please, how can I fix this?

I have windows 10 Pro. Version 1909. And Visual Studio 2019.

NiyaShy commented 4 years ago

Hey,

that's a "known bug" (or maybe intentional) with Visual Studio 2019, it can't access the folder where previous versions of VS could still find info about those references.

Please check issue #28, a solution was discussed there.