Need More Info
Last Updated: 21 Jul 2026 12:19 by ADMIN
Andrew
Created on: 16 Jul 2026 18:43
Category: UI for WinForms
Type: Bug Report
0
Microsoft.Web.Webview2 issue

When is the Microsoft.Web.Webview2 issue expected to be resolved? 

Even after adding in the Microsoft.Web.WebView2 1.0.4078.44 nuget dependency to my project, as suggested here: https://feedback.telerik.com/winforms/1714837-radpdfviewer-could-not-load-microsoft-web-webview2-winforms-in-q2-2026I get a runtime exception because WebView2 is targeting .NET 10 10.0.0.17763.10 and my .NET 10 version is 10.0.201.

Should I downgrade to earlier version of Telerik UI for WPF or is there another workaround?

The Telerik dependencies I'm using are as follows:

Telerik.Windows.Controls.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Data.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Diagrams.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Docking.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.FileDialogs.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.GridView.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Navigation.for.Wpf.Xaml.2026.2.701

 

 

5 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 21 Jul 2026 12:19

Hello Andrew,

I appreciate you sharing more details regarding the reported scenario. I also want to thank you for sharing your workaround. Your findings are quite interesting. We are not aware of such an error or why it is happening. In my previous post, the reference item was related to WinForms. I overlooked your first reply as the share feedback item and the Product for the ticket was marked for WInForms, however, you are using WPF. Please excuse me for that.

The latest WPF version is 2026.2.701, as you have already found. However, errors with the WebView2 version are not reported in our WPF components. I see that you have found a workaround; however, I would appreciate it if you could help isolate this error so that we can consider updating our controls that use the WebView2 DLL. 

From what I understand, a newer version of .NET 10 is installed on your machine. On my machine, I have .NET 10 10.0.300 version:

In my test project, I added the RadSpeechToTextButton control that requires the WebView2 NuGet. When I run the project, no errors appear. Could I ask you to check the project and share what I need to modify to reproduce this error?

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Modernizing a WinForms application? Use the AI-powered WinForms Converter to simplify migration to Telerik UI for WinForms.
Attached Files:
Andrew
Posted on: 20 Jul 2026 20:26

I was able to resolve my issue.  Due to the Telerik dependency on Microsoft.Web.WebView2, I needed to explicitly set the WindowsSdkPackageVersion to 10.0.26100.84 and TargetFramework to net10.0-windows10.026100.

Maybe if Telerik UI for WPF does need to continue to use Webview2, you can make it a compile time dependency instead of a runtime dependency so we won't have to explicitly set the TargetFramework and WindowsSdkPackageVersion when using MEF.  

Andrew
Posted on: 20 Jul 2026 18:08
The Telerik UI for WPF version I'm using 2026.2.701. I do not see a 2026.2.702 version available in Downloads.

As I noted in the original submission, these are only Telerik nupkg's I'm directly referencing in my application:

Telerik.Windows.Controls.for.Wpf.Xaml.2026.2.701
Telerik.Windows.Controls.Data.for.Wpf.Xaml.2026.2.701
Telerik.Windows.Controls.Diagrams.for.Wpf.Xaml.2026.2.701
Telerik.Windows.Controls.Docking.for.Wpf.Xaml.2026.2.701
Telerik.Windows.Controls.FileDialogs.for.Wpf.Xaml.2026.2.701
Telerik.Windows.Controls.GridView.for.Wpf.Xaml.2026.2.701
Telerik.Windows.Controls.Navigation.for.Wpf.Xaml.2026.2.701

Because one or more of these packages has a dependency on Microsoft.Web.WebView2, when my application attempts to load DLLs at runtime via MEF I get a runtime exception, as shown as below:

- $exception {"Unable to load one or more of the requested types.\r\nCould not load file or assembly 'Microsoft.Web.WebView2.Core, Version=1.0.3650.58, Culture=neutral, PublicKeyToken=2a8ab48044d2601e'. The system cannot find the file specified."} System.Reflection.ReflectionTypeLoadException

When I add Microsoft.Web.WebView2.Core as a dependency, it is still unable to load it because it is specifically targeting .NET SDK 10.0.17763.10 and my application is using .NET SDK 10.0.301.

- $exception {"Unable to load one or more of the requested types.\r\nCould not load file or assembly 'Microsoft.Windows.SDK.NET, Version=10.0.17763.10, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified."} System.Reflection.ReflectionTypeLoadException
Andrew
Posted on: 20 Jul 2026 18:07

The Telerik UI for WPF version I'm using 2026.2.702.

As I noted in the original submission, these are only Telerik nupkg's I'm directly referencing:

 

Telerik.Windows.Controls.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Data.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Diagrams.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Docking.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.FileDialogs.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.GridView.for.Wpf.Xaml.2026.2.701

Telerik.Windows.Controls.Navigation.for.Wpf.Xaml.2026.2.701


 

 

ADMIN
Dinko | Tech Support Engineer
Posted on: 17 Jul 2026 13:52

Hello Andrew,

Thank you for reaching out to us.

The reported behavior in this feedback item: RadPDFViewer: Could not load Microsoft.Web.WebView2.WinForms in Q2 2026 is already fixed. In the upper-left corner, the item status is set to Complete. Below the status, it specifies which version of our controls contains the fix. In this case, the 2026.2.702 version. You can download the version from your account. The Download Product Files help article lists the steps to navigate to the download page of your account. 

May I ask you to check this version of our assemblies and let me know if the reported behavior is still observed on your side?

Regards,
Dinko | Tech Support Engineer
Progress Telerik

Modernizing a WinForms application? Use the AI-powered WinForms Converter to simplify migration to Telerik UI for WinForms.