Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The control does not exist in tools. First, please explain how to add it. Thanks. #1826

Closed
JavierAparicioGP opened this issue May 9, 2024 · 1 comment
Labels
dotnet-framework/svc Pri3 Low priority product-question Product usage related questions [org][type][category] winforms/subsvc

Comments

@JavierAparicioGP
Copy link

Type of issue

Typo

Description

The control does not exist in tools. First, please explain how to add it. Thanks.

Page URL

https://learn.microsoft.com/es-es/dotnet/desktop/winforms/controls/how-to-add-web-browser-capabilities-to-a-windows-forms-application?view=netframeworkdesktop-4.8

Content source URL

https://github.com/dotnet/docs-desktop/blob/main/dotnet-desktop-guide/framework/winforms/controls/how-to-add-web-browser-capabilities-to-a-windows-forms-application.md

Document Version Independent Id

be89c649-d099-fc47-6711-fcfaf3948b27

Article author

@adegeo

@adegeo
Copy link
Contributor

adegeo commented May 14, 2024

If the control is missing then you're using .NET 6-8 and not .NET Framework. This article was written for .NET Framework and the web browser control is based on the deprecated Internet Explorer. Since .NET 6-8+ doesn't support Internet Explorer, add the https://www.nuget.org/packages/Microsoft.Web.WebView2 package to your project and use that browser control. This package is based on the Edge browser.

@adegeo adegeo closed this as completed May 14, 2024
@dotnet-bot dotnet-bot added ⌚ Not Triaged Not triaged and removed ⌚ Not Triaged Not triaged labels May 14, 2024
@adegeo adegeo added product-question Product usage related questions [org][type][category] and removed ⌚ Not Triaged Not triaged labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-framework/svc Pri3 Low priority product-question Product usage related questions [org][type][category] winforms/subsvc
Projects
None yet
Development

No branches or pull requests

3 participants