i just finished developping a WPF application on visual studio. I want to deploy it with ClickOnce to allow other users to use this application. I tried to deploy it, so I installed the app on my computer but i can't run it. The app doesnt even open, it seems to instant crash when executing. The app works fine in Visual Studio, but doesnt work when deployed.
Is there a way to debug the app after it is deployed? Or is there any other better way to deploy the app?
Thanks