tangchaoliziyo
tangchaoliziyo
open files no problem in Fixed Version runtime distribution mode ``
> > The same HTML code performs normally in WebView2 runtime. > > Do you mean that using the Evergreen WebView2 runtime with same version, `126.0.2592.56`, it works? yes same...
@LiangTheDev winform 使用普通权限启动 这个问题我测试了好几台机器,Win10、win11自带有runtime 常青版不管使不使用代码设置固定版本网页打开文件夹都是正常的,但是没有安装过runtime的机器(Windows server 2019/2022数据中心)上用固定版本点击打开文件夹按钮后都会出现进程崩溃 设置固定版本代码: `var browserExecutableFolder = $"{Application.StartupPath}\\x64";_webview.CreationProperties = new Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties(){BrowserExecutableFolder = browserExecutableFolder};`
> @LiangTheDev winform 使用普通权限启动 这个问题我测试了好几台机器,Win10、win11自带有runtime 常青版不管使不使用代码设置固定版本网页打开文件夹都是正常的,但是没有安装过runtime的机器(Windows server 2019/2022数据中心)上用固定版本点击打开文件夹按钮后都会出现进程崩溃 设置固定版本代码: `var browserExecutableFolder = $"{Application.StartupPath}\\x64";_webview.CreationProperties = new Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties(){BrowserExecutableFolder = browserExecutableFolder};` 也有可能是server系列的问题,我在winserver上安装常青版runtime后使用两种方式打开都会出现进程崩溃 `错误模块名称: EmbeddedBrowserWebView.dll,版本: 126.0.2592.61,时间戳: 0x666d3606 异常代码: 0x4000001f 错误偏移量: 0x0025dff0 错误进程 ID: 0x2250...