Hi all;
My WinForms app is throwing the following exception.
Please keep in mind that this is one of the projects that I've
included into a new solution. (IOW: the project is shared between
two solutions.)
BTW: The form class is the only class in the file.
Can anyone tell me what went wrong here?
(OS is WinXP w/ VS2010.)
THANKS!!!
Message ---
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "BatGen_ListFile_Edit_02.BatGen_Listfile_Edit01.resources"
was correctly embedded or linked into assembly "BatGen_ListFile_Edit_LIB-02"
at compile time, or that all the satellite assemblies required are loadable
and fully signed.
HelpLink ---
Source ---
mscorlib
StackTrace ---
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
at System.Resources.ResourceManager.GetObject(String name)
at Gen_Edit_02.Gen_Edit.InitializeComponent() in n:\projects\gen-03\gen_edit-02.h:line 483
at Gen_Edit_02.Gen_Edit..ctor(SYSTEM_OBJECT p_sys_obj, ListBox_02 p_listbox)
in n:\projects\gen-03\gen_edit-02.h:line 155
at gen03.Form1.Edit_file_button01_Click(Object sender, EventArgs e) in n:\projects\gen-03\form1.h:line 2895
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.PerformClick()
at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.ContainerControl.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.SplitContainer.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.ProcessDialogKey(Keys keyData)
at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at main(String[] args) in n:\projects\gen-03\gen.cpp:line 94
TargetSite ---
Void HandleResourceStreamMissing(System.String)
----------------------------
----------------------------
Wally