You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the samples. I have a reference problem in the UWP Systray sample
In SysSystrayComponent project Windows.ApplicationModel; Windows.ApplicationModel.Core; Windows.ApplicationModel.AppService; Windows.Foundation.Collections;
Cannot be found in SystrayApplicationContext class.
Thanks
The text was updated successfully, but these errors were encountered:
I had the same problem. To fix this I had to edit the csproj file manually. Do this:
Right-click on the SystrayComponent project, and select Unload Project
Right-click on the project again and select Edit SystrayComponent.csproj
In the project file, locate the <Reference Include="Windows"> element. Under that you will see a <HintPath> element. Point that to the correct path. In my case it looks as follows:
Hi, thanks for the samples. I have a reference problem in the UWP Systray sample
In SysSystrayComponent project
Windows.ApplicationModel; Windows.ApplicationModel.Core; Windows.ApplicationModel.AppService; Windows.Foundation.Collections;
Cannot be found in SystrayApplicationContext class.
Thanks
The text was updated successfully, but these errors were encountered: