Wolfgang Schölmberger
Member
Hi everybody,
Win 10 x64, OE 12.8.11 / OE 11.7.15
I have a small program which uses Microsoft WebView2. Thanks to one of the posts on progress community (Progress Customer Community) I managed to make it work. It runs fine on OE 12.8, but throws a compile-error on 11.7. at the following line of code:
The error is: System.BadImageFormatException…. Full error is attatched.
Without this line of code the programm compiles and works, but the contens of the website is not displayed in WebView2, it stays empty.
Any ideas ?
Win 10 x64, OE 12.8.11 / OE 11.7.15
I have a small program which uses Microsoft WebView2. Thanks to one of the posts on progress community (Progress Customer Community) I managed to make it work. It runs fine on OE 12.8, but throws a compile-error on 11.7. at the following line of code:
Code:
Environment = Microsoft.Web.WebView2.Core.CoreWebView2Environment:CreateAsync("":U, "C:\Temp":U, EnvOptions):Result.
The error is: System.BadImageFormatException…. Full error is attatched.
Without this line of code the programm compiles and works, but the contens of the website is not displayed in WebView2, it stays empty.
Any ideas ?