Can't open a form designer. Visual Basic

я да 41 Reputation points
2022-11-14T15:14:39.377+00:00

I made a Visual Basic application in Visual Studio 2022. I downloaded the 2019 version, opened the application in it, wanted to redo the form, but instead I got a DesignToolServer.exe error saying that I need to install .NET Core. After clicking "yes" I was redirected to the .NET Core 3.1 download page. I downloaded it, but the error did not disappear. Also, there is no version of .NET Core in the project settings. Tell me what should I do?

260203-screenshot-2.jpg260177-screenshot-3.jpg

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,461 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,083 questions
0 comments No comments
{count} votes

Accepted answer
  1. Albert Kallal 3,801 Reputation points
    2022-11-14T18:11:52.17+00:00

    Did not think you can download vs2019 anymore.

    however, you need/want/should/good idea to install the .net framework tools for using and designs for a .net framework "desktop" application.

    I don't think they are installed by default.

    So, from vs2019, use tools->get tools and features. The installer/setup page will launch. You can close the topmost page, and then you want to select these options:

    (I'm using 2022 for this, but 2019 should be the same).

    So, choose this:

    260130-image.png

    And then choose to add/install these things:

    260178-image.png

    scroll down a bit, make sure these are also selected:

    260138-image.png

    Once done, exit VS, and re-launch. You should now have the .net framework bits and parts.

    0 comments No comments

0 additional answers

Sort by: Most helpful