I\'m trying to run my sample CefSharp WinForms project as a clickonceinstall application.
Everything is ok in the process of the creation, but when I try to install t
After a couple of days, finally I did it. The solution for the problem is the follow:
At the and of the file, just before the closing tag add the following code: http://codepaste.net/ir2h7s (The block code seems doesn't work right now :\ )
Right click on the project ---> Reload project