Problem upgrading from 110.0.280 -> 112.2.70 or higher #4618
rocksdanister
started this conversation in
General
Replies: 2 comments 8 replies
-
What's required to run the app in debug? e.g Load a webpage like google. |
Beta Was this translation helpful? Give feedback.
0 replies
-
startArgs = new StartArgs
{
// .html fullpath
Url = @"http://google.com/",
//online or local(file)
Type = "online",
// LivelyProperties.json path if any
Properties = @"",
SysInfo = false,
NowPlaying = false,
AudioVisualizer = false,
}; |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What version are you using?
111.2.70
Are you using WPF/WinForms/OffScreen?
Winforms
Are you targeting .Net Core? If yes which version?
No, .NET Framework 4.7.2
Upgrading the project from 110.0.280 -> 111.2.70 is successful.
Upgrading from 111.2.70 or 110.0.280 -> 112.2.70 or higher results in runtime error:
Minimal Example
https://github.com/cefsharp/CefSharp.MinimalExample
Unable to reproduce it so far.
Source
https://github.com/rocksdanister/lively-cef
Beta Was this translation helpful? Give feedback.
All reactions