I am developing an application using Visual Studio for Windows. I am very new to Visual Studio and C# so I don't know much of what could be called basics. While developing using a external DLL I tried to implement a MessageBox from Windows.Forms and when I ran the program this error appeared in the error list,
Cannot find type System.Resources.ResourceSet in module CommonLanguageRuntimeLibrary
And this appeared in the outputs
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\WindowsXaml\v15.0\8.2\Microsoft.Windows.UI.Xaml.Common.targets(354,5): Xaml Internal Error error WMC9999: Cannot find type System.Resources.ResourceSet in module CommonLanguageRuntimeLibrary.
I tried to search for similar problems but I couldn't understand the answers at all. How can I resolve this kind of error? Thank you to all help that could be provided.