assembly (technical problem)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I was added an ActiveX control (MSChart) to my C# project and during running an exception is raised: An unhandled exception of type 'System.Resources.MissingManifestResourceException' occurred in mscorlib.dll Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. Make sure "MainForm.resources" was correctly embedded or linked into assembly "Analyzer". baseName: MainForm locationInfo: Analyzer.View.MainForm resource file name: MainForm.resources assembly: Analyzer, Version=1.0.854.24542, Culture=neutral, PublicKeyToken=null What should I do (step by step solvation if possible, please)