Why WebBrowser doesn't show up in toolbox?

Ocean 0 Reputation points
2024-04-19T08:05:06.3166667+00:00

I want to make an own custom web browser so i looked for tutorial, when i at the insert WebBrowser extension, it's not shown up. I tried to reset and added it again, but it shows up "Added sucessfully but can't see or use in designer". I tried to make another project with older frameworks but i can't because my studio don't let me

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,874 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,895 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 29,451 Reputation points Microsoft Vendor
    2024-04-22T10:01:51.54+00:00

    Hello @Ocean,

    Welcome to Microsoft Q&A forum.

    Maybe it's caused by framework mismatch. For example, the control is based on .NET Framework(like .NET Framework 4.7.2), but the project you are going to drag and use this control is based on .NET(.NET 8). .NET Framework is different from .NET, so this error may occur.

    You can try to create a project, target to the same framework and test again.

    User's image

    User's image

    Best Regards,

    Tianyu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.