I\'m using Visual Studio 2012 Ultimate version.
I\'ve got this error and I don\'t know how to solve it.
Culture is not supported. Parameter name: name en-UK
Go to Debug -> Options -> Debugging and tick "Enable Just My Code"
In my case with IIS Express, it was caused by its inability to write to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
as IIS Express runs by a current user. So I've added permission to write to it for the current user to solve the error.
You should try en-GB
for English (United Kingdom)
List of Cultures