B
bern11
What does the above error mean? I put a menu onto a form, now it will
not run and it kicks out the above error. I did not rename any classes
(as referenced in the only help I could find on the subject). It fails
when trying to load the image for the menu items:
this->newToolStripMenuItem->Image =
(cli::safe_cast<System:rawing::Image^
But the resX file is there with the appropriate image. The error also
states:
"Could not find any resources appropriate for the specified culture or
the neutral culture."
Where is culture specified?
not run and it kicks out the above error. I did not rename any classes
(as referenced in the only help I could find on the subject). It fails
when trying to load the image for the menu items:
this->newToolStripMenuItem->Image =
(cli::safe_cast<System:rawing::Image^
(resources->GetObject(L"newToolStripMenuItem.Image")));
But the resX file is there with the appropriate image. The error also
states:
"Could not find any resources appropriate for the specified culture or
the neutral culture."
Where is culture specified?