2022-12-07, 09:15:37
Hi,
I got the WebView2Browser compiled with some amendments to the DPI calls to get the browser running on Windows 7 / and a Windows Server 2008 R2 and this example runs as expected, I see the bing homepage and can interact with the browser control.
I've triple checked and re registered the control and I still obtain the same errors.
2022-12-07 08:48:21.035 Setting environment options: chrome flags: [] Language [] Min. Browser version [95.0.1020.44] Single Sign On False
2022-12-07 08:48:21.035 Reading InstallPath = C:\Program Files (x86)\AntView
2022-12-07 08:48:21.036 Trying to load the loader DLL as C:\Program Files (x86)\AntView\Win32\WebView2Loader.dll
2022-12-07 08:48:21.038 Loading from InstallPath : success.
2022-12-07 08:48:21.039 Loaded as C:\Program Files (x86)\AntView\Win32\WebView2Loader.dll
2022-12-07 08:48:21.039 Version = 1.0.1108.44
2022-12-07 08:48:21.040 Assigned loader library procedures.
2022-12-07 08:48:21.734 CreateAsync completion failed, error -2147221164
2022-12-07 08:48:21.735 OnCreateWebviewCompleted HResult = $80040154 events: True
Any deeper dive diagnostics I can do, now we can confirm WebView2 appears to be working via .net calls?
Dave
I got the WebView2Browser compiled with some amendments to the DPI calls to get the browser running on Windows 7 / and a Windows Server 2008 R2 and this example runs as expected, I see the bing homepage and can interact with the browser control.
I've triple checked and re registered the control and I still obtain the same errors.
2022-12-07 08:48:21.035 Setting environment options: chrome flags: [] Language [] Min. Browser version [95.0.1020.44] Single Sign On False
2022-12-07 08:48:21.035 Reading InstallPath = C:\Program Files (x86)\AntView
2022-12-07 08:48:21.036 Trying to load the loader DLL as C:\Program Files (x86)\AntView\Win32\WebView2Loader.dll
2022-12-07 08:48:21.038 Loading from InstallPath : success.
2022-12-07 08:48:21.039 Loaded as C:\Program Files (x86)\AntView\Win32\WebView2Loader.dll
2022-12-07 08:48:21.039 Version = 1.0.1108.44
2022-12-07 08:48:21.040 Assigned loader library procedures.
2022-12-07 08:48:21.734 CreateAsync completion failed, error -2147221164
2022-12-07 08:48:21.735 OnCreateWebviewCompleted HResult = $80040154 events: True
Any deeper dive diagnostics I can do, now we can confirm WebView2 appears to be working via .net calls?
Dave