CLR | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

CLR

Hello! i use clr for my c++programs graphic.at first i could set an image as a background of my app.but now i see this error and i realy dont know how can i solve this problem.can you help me? error::(exeption unhalded) System.Resources.MissingManifestResourceException: 'Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "CppCLRWinformsProjekt.Form1.resources" was correctly embedded or linked into assembly "CppCLR_WinformsProjekt7" at compile time, or that all the satellite assemblies required are loadable and fully signed.' and that line is: this->pictureBox1->Image = (cli::safe_cast<System::Drawing::Image^>(resources->GetObject(L"pictureBox1.Image")));

3rd Jun 2021, 6:28 PM
narges ghanbari
narges ghanbari - avatar
1 Answer
+ 1
narges ghanbari without your whole code, we cannot help you accuratly ^^ ... share a link to it, preferabily from sololearn code playground ;)
3rd Jun 2021, 8:15 PM
visph
visph - avatar