CefSettings.BrowserSubprocessPath not found while Enabling Self-Contained and PublishSingleFile #5023
Shiroiame-Kusu
started this conversation in
General
Replies: 1 comment
-
You must use your own applications exe for Self-Contained, PublishSingleFile builds. See https://github.com/cefsharp/CefSharp/wiki/SelfHost-BrowserSubProcess for latest instructions.
Your code is incorrect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing issue for this?
CefSharp Version
131.3.50
Operating System
Windows 11
Architecture
x64
.Net Version
.Net 6.0
Implementation
WPF
Reproduction Steps
This issue is not really reproducible, only presistently occurs on some of the computers without any reasons.
Maybe Similar to #4151 ?
Expected behavior
Runs Normally.
Actual behavior
And the fact is, I already defined the BrowserSubprocessPath in the setting.
Regression?
Not really, previous build also has this problem.
Known Workarounds
Nop.
Does this problem also occur in the CEF Sample Application
No
Other information
The code I execute to compile:
dotnet publish "Kairo/Kairo.csproj" -f net6.0-windows -r win-x64 -p:PublishSingleFile=true -p:RuntimeIdentifier=win-x64 -p:IncludeContentInSingleFile=true -p:Configuration=Release --sc -p:IncludeAllContentForSelfExtract=true -p:EnableCompressionInSingleFile=true
Beta Was this translation helpful? Give feedback.
All reactions