The code defines a global AssemblyCulture attribute for the assembly, which is not allowed since executables cannot be localized.
To correct this error
-
Make sure the AssemblyCulture attribute is not specified for an executable file.
The code defines a global AssemblyCulture attribute for the assembly, which is not allowed since executables cannot be localized.
Make sure the AssemblyCulture attribute is not specified for an executable file.