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")));
1 Réponse
+ 1
narges ghanbari
without your whole code, we cannot help you accuratly ^^
... share a link to it, preferabily from sololearn code playground ;)