I'm facing the CA1824 warning on my non-web application.
The solution provided by MSDN at the following address applies only to web applications. https://msdn.microsoft.com/en-us/library/bb385967(v=vs.100).aspx
I've found an alternative solution to the same warning but again it is about web projects (web applications) and not about normal asp.net websites: c# warning - Mark assemblies with NeutralResourcesLanguageAttribute
Is there any way I can resolve this warning for my ASP.net (non-web application) website?
What causes the warning exactly is: 'App_GlobalResources.dll'. It seems that the compiler is creating a single assembly for the website's WebResources.resx located inside the folder App_GlobalResources.