please can anyone help me to fix this error in vs 2019 :
<< 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 "Emoji_Keybord" at compile time, or that all the satellite assemblies required are loadable and fully signed.' >>
https://i.postimg.cc/TPBVRj6C/Untitled.png
I'm use vs 2019 .
What I have tried:
just search in google but I found nothing
This problem occurs when the default name space of your project mismatch with your Resources.Designer.cs namespace.
In order to resolve this issue -
Right click on project , go to properties check default namespace(it should be same with your Resources.Designer.cs namespace)
Read the question carefully.
Understand that English isn't everyone's first language so be lenient of bad
spelling and grammar.
If a question is poorly phrased then either ask for clarification, ignore it, or
edit the question
and fix the problem. Insults are not welcome.
Don't tell someone to read the manual. Chances are they have and don't get it.
Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
But there is no such type as 'button1', you need to use the BITMAP type, which requires the source in .BMP format.
I am not sure whether you are taking a course or teaching yourself. If you are teaching yourself then I suggest you switch to C# which is a much better platform for Windows Forms.