Share via

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

Developer technologies | VB

1 answer

Sort by: Most helpful
  1. Michael Taylor 61,221 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.

    Was this answer helpful?

    0 comments No comments

Your answer

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