We just applied the SharePoint 2007 Feb CU and there were no errors in the update process. The problem is whenever we attempt to work with columns in a list (add or update) we get the following error:

Culture ID 1164 (0x048C) is not a supported culture. Parameter name: culture

This error happen on existing lists as well as newly created lists. Any assistance is appreciated.

link|improve this question
feedback

5 Answers

After a call to MS support, we managed to get this one resolved. I don't know if this is something others will run into, but for some reason a VERY old version of the Microsoft.SharePoint.ApplicationPages.dll was loaded into the GAC on the server. This DLL should be located in the app_bin folder of each web application on the farm. After we removed the DLL from the GAC everything started working. We could not come up with a reason for why that DLL was in the GAC, but the server had been around since January of 2007.

link|improve this answer
These kinds of problems are why we are iffy to do any updates... – Mike May 5 '10 at 13:29
Nice, this worked. – Janis Veinbergs Apr 26 at 8:09
feedback

Look for a Feb CU for the different language packs you have installed or uninstall the language packs you have installed.

link|improve this answer
Thanks for the suggestion, but I don't have any language packs installed on this farm. – Ben Apr 17 '10 at 1:15
feedback

We had recently updated the single server wss 3.0 version 6554 .and we faced the same issue . It resolved one of my customers issue as well , Thanks for the solution however i would like to reconfirm if it was Feb 2010 or 2011 update .

link|improve this answer
Being that the question was asked in 2010, i think you have your answer. – DanBig Apr 25 '11 at 16:21
feedback

Ben's Answer helped us. We had a newer version of the dll in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\CONFIG\BIN\ and an older version in C:\Inetpub\wwwroot\wss\VirtualDirectories\80_app_bin. I think there may have been a problem when I ran the Sharepoint Configuration Wizard after applying the Cumulitive updates. I replaced the older version with the newer, restarted iis, and it resolved the error.

You also need to check the dll on every web app, as I found some updated and others didn't and once I added the new dll to every _app_bin it worked, thanks.

link|improve this answer
feedback

I had to shutdown the IIS service before I was able to overwrite the Microsoft.SharePoint.ApplicationPages.dll file. One of the 7 .dll files was dated 2007 and all the others were dated 2011. Once I restarted the IIS service, the issue resolved itself.

Thanks again Ben and Jono.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.