EdgeView2 SDK for Rad Studio

816 views Asked by At

I'm using Rad Studio 11 and can't download EdgeView2 SDK, it gives an error: interal check error. Can anyone give a direct link to download the SDK or the WebView2Loader.dll file?

ERROR

1

There are 1 answers

0
Silver On

Dear friend,

The link you need to download the official WebView2Loader.dll libraries for both 32bit and 64bit is as follows:

https://www.nuget.org/packages/Microsoft.Web.WebView2/

Once on this page you can select the following action: --- Open in NuGet Package Explorer

Then you will see both libraries inside the following directories, if we talk for example about Windows development:

Runtimes\winx-64\native\WebView2Loader.dll

Runtimes\winx-86\native\WebView2Loader.dll

Location view

In order to use TwebBrowser in Edge mode, you must include the WebView2Loader.dll library (32 or 64 as needed) in the directory where your application executable is located.