Here is the code i'm struggling with:
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditorPane));
this.editorControl = new EditorControl();
resources.ApplyResources(this.editorControl, "editorControl", CultureInfo.CurrentUICulture);
when the code is executing, it's throw a 'System.Resources.MissingManifestResourceException' the all error message is just bellow.
An exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll but was not handled in user code
Additional information: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Editor.EditorPane.resources" was correctly embedded or linked into assembly "Editor" at compile time, or that all the satellite assemblies required are loadable and fully signed.