I have problem with application installer. Program contains element described on this blog: https://www.thomasclaudiushuber.com/2019/04/26/calling-windows-10-apis-from-your-wpf-application/?fbclid=IwAR0OBjimalnMkyF29unxHZyBlaylB2VuyZ7v7e0lcTgnroKbbdoXzPpaGcc
So i'm giving the image to win10 notification using ToastNotification
. and adding to project Windows Application Packaging Project
.
Then I execute application using this 'Windows Application Packaging Project`.
And now my problem is:
I have installer from this side: https://marketplace.visualstudio.com/items?itemName=visualstudioclient.MicrosoftVisualStudio2017InstallerProjects&fbclid=IwAR25ZnjY3zSREN548Rm-v8j1RNXzRaMfcuKuV0oMlNQ3W0Cu2VkWa_pvc0g
I added installer to project, normally creating installer file and everything works. Every features etc... But when I do thing which gonna execute ToastNotification
I have error cannot find the element hresult 0x80070490
What is going on?
User contributions licensed under CC BY-SA 3.0