This is an archived thread from the StopByte developer forum —
browse all archived threads.
StopByte is now a payments & ecommerce toolkit — check out our
free calculators.
I’ve downloaded an example project for toast notifications made by Microsoft, but when i opened the project in VS2015 i found that it has some missing dependencies named
WindowsAPICodePack
When i visited the link provided by Microsoft i ended up into a “Retired” page, that library doesn’t exist anymore, where can i find it?
1 Like
Yassine
(Yassine)
#2
Unfortunately those Libraries were removed by Microsoft, And are not Officially available nor Maintained anymore, so it’s highly recommended that you avoid using them, and use some other alternatives, such us using pure WinRT or UWP frameworks instead of classic WPF.
1 Like
Sine
(Sine)
#3
I found these libraries in NuGet through Google search:
Those Nuget Packages aren’t released officially by Microsoft anymore, those were uploaded by some individuals who had the copies. so use them at your own risk.
3 Likes
Yassine
(Yassine)
#4
I wouldn’t personally do that on a production Application, but I’m going to mark this as a solution since it answers the exact question.