System.windows.forms.form couldnt be loaded

federico La Volpe 1 Reputation point
2021-02-10T13:42:19.903+00:00

Hi
I am using Visual Studio 2019 Blend programming in Visual Basic.

I programmed a simple form and at once I start not being able to see the Form designer and I received the error "System.windows.forms.form couldnt be loaded"
I tried to find if there was a solution for this but I could not find it.

thanks for any help

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,756 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 55,501 Reputation points
    2021-02-10T15:16:53.103+00:00

    If the designer cannot load the form then it tells you what is wrong in the yellow bar at the top. If you click that area it will jump to the problem code. The issue is almost always related to a change that prevents the form code from compiling. Please post the error information.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.