Toast Notifications Help #4765
Unanswered
fperugini
asked this question in
Questions & Help
Replies: 1 comment
-
@fperugini not too familiar about VSTO add-in's and that environment, so I'm not sure if that's a supported scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to use the
Microsoft.Toolkit.Uwp.Notifications
NuGet package to show notifications from a VSTO add-in. The project is set to target .NET Framework 4.7.2. I cannot get it to build due to this error:Could not load file or assembly 'file:///C:\Users\myuserid.nuget\packages\microsoft.windows.sdk.contracts\10.0.19041.1\ref\netstandard2.0\Windows.AI.MachineLearning.MachineLearningContract.winmd' or one of its dependencies. Operation is not supported.
If I use this NuGet package in a standalone .NET 4.7.2 Windows Forms application, it compiles and works OK.
Any ideas why I get this error?
Beta Was this translation helpful? Give feedback.
All reactions