When I try to execute my wpf application, Visual Studio breaks with this exception:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in WindowsBase.dll
Additional information: Impossibile trovare il componente. (Eccezione da HRESULT: 0x88982F50)
https://i.stack.imgur.com/Ro1GX.png
What should I do to avoid it? I tried to restore all the references and there are no errors in the error list, project builds correctly
Thanks for the replies
User contributions licensed under CC BY-SA 3.0