I\'ve got a .NET 3.5 class lib that I am trying to write some automated tests for but I\'m getting the following error when running any tests in the solution:
Found the problem, I had set the AssemblyCultureAttribute in the AssemblyInfo.cs file in my Library.Common project. Once removing it the tests run.
Now to actually learn how to use that attribute!