Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy app with cefsharp as ClickOnce #106

Closed
renatotozzi opened this issue Mar 2, 2023 · 1 comment
Closed

Deploy app with cefsharp as ClickOnce #106

renatotozzi opened this issue Mar 2, 2023 · 1 comment

Comments

@renatotozzi
Copy link

Hi all,

I have an application WindowsForms and I use ClickOnce to deploy, but after using cefsharp my pipeline in Azure DevOps stoped working because the app have now two .exe files (MyApp.exe and CefSharp.BrowserSubprocess.exe).

Somebody know if there is a way to fix this issue? There is a way to not use the subproccess.exe or it is really necessary to the cefsharp works? All I need from cefsharp is show PDF files which comes from a .net core API.

That's all, hope somebody can help me

Thank you

@amaitland
Copy link
Member

In future please use Discussions to ask support related questions.

You can use your own application exe to as the BrowserSubProcess see https://github.com/cefsharp/CefSharp/wiki/SelfHost-BrowserSubProcess

You can add a <Target/> to your proj file to exclude CefSharp.BrowserSubprocess.exe from your build output.

@amaitland amaitland closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants