Designer fails - My.Resources.Resources' has no property named

.net, winforms

Solution

It appears that you are missing items required to load this form in your application Resources.

You can access the Resources of a project by right-clicking the project and selecting Properties. Then, clicking on Resources from the left pane.

The errors you receive indicates that items required to load this form in your application which is supposed to be loaded from the Resources are not found. In most cases, these items can be Images

You may want to change the designer code or restore the items missing back to Resources.

Notice: Resources might be Strings, Images, Icons, Audio, Files or Others.

Thanks, I hope you find this helpful :)

Problem

I have a problem that the designer won't display forms. It fails with the error Designer giving a warning as follows: How can I fix this problem ?

Original source