I created a form which worked just fine. Then I moved the form to the namespace Global.My.NameSpace by adding a namespace statement to the vb and designer.vb file (so everything is still in the same project, but in different namespaces). After that I got the MissingManifestResourceException at runtime complaining that form's resources should be properly embedded into the root namespace of my application.
I checked several solutions here at SO like suggested here, but nothing worked.
Any idea what to do to solve the problem?
Sascha