You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im embedding the WebView control in a .Net based Outlook addin.
On my machine and some customer systems everything runs fine. But on some other customer Systems I get the following exception:
Unable to find an entry point named 'GetAvailableCoreWebView2BrowserVersionString' in DLL 'WebView2Loader.dll'.
at Microsoft.Web.WebView2.Core.CoreWebView2Environment.GetAvailableCoreWebView2BrowserVersionString(String browserExecutableFolder, String& versionInfo)
at Microsoft.Web.WebView2.Core.CoreWebView2Environment.GetAvailableBrowserVersionString(String browserExecutableFolder)
[Remaining stack trace truncated]
The runtime version on the system where the exception happens is: 90.0.818.42
But I believe the runtime version should not matter, as I am delivering WebView2Loader.dll with my Setup?
Could there be some Bitness issue (I think on some systems outlook is 32Bit and not 64Bit). But I am not completely sure about that.
This discussion was converted from issue #1250 on October 10, 2023 18:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im embedding the WebView control in a .Net based Outlook addin.
On my machine and some customer systems everything runs fine. But on some other customer Systems I get the following exception:
The runtime version on the system where the exception happens is: 90.0.818.42
But I believe the runtime version should not matter, as I am delivering WebView2Loader.dll with my Setup?
Could there be some Bitness issue (I think on some systems outlook is 32Bit and not 64Bit). But I am not completely sure about that.
What can I try to diagnose this issue?
Beta Was this translation helpful? Give feedback.
All reactions