I'm trying to use the XP SP2 cultureInfo for Welsh (cy-GB) in an ASP.NET application. The application runs fine on the development machine, but fails on the test server that is running Windows Server 2003 (standard, SP1). The reason is obvious enough; cy-GB only ships in XP SP2, and does not support WS2k3.
However, Michael Kaplan has a whole load of stuff on using ELKs, and one article in particular on using the CultureAndRegionInfoBuilder (https://beta.blogs.msdn.com/michkap/archive/2006/04/20/579579.aspx) to "move" cy-GB (and others, by extension) onto WS2k3.
But, I can't get it to work. The code I have is exactly as written in the article, it just saves an ldml on Win XP SP2, then I move it to WS2k3 and try and register it. I just get an error of "System.Xml.Schema.XmlSchemaValidationException: Culture name 'cy-gb' is not supported" on the first line:
The details are below. Has anyone had any success with this technique Is there anything about my WS2k3 setup that could be causing this, or is there an alternative way to get Welsh CultureInfo onto my web server
Andy
.NET Development30
|