Error: System.ArgumentException: Culture ID 2155 (0x086B) is not a supported culture.

I run a small program to show all installed win32 cultures on my PC. After running this, program shows me exception like “System.ArgumentException: Culture ID 2155 (0x086B) is not a supported culture. Parameter name: culture

Anyone having idea of fixing this problem I want to ger rid of this error and because of this, I am started getting some other errors.

I have Dot Net Framework 2.0 installed on my PC. Is this because of some installation problem of Dot Net Framework To fix this up, I tried uninstalling and Reinstalling Dot_Net_Framework_2_0 but still it did not work.




Answer this question

Error: System.ArgumentException: Culture ID 2155 (0x086B) is not a supported culture.

  • Rajesh batchu

    This error was because my PC(Windows XP) was not having SP 2 installed.

    After installing the SP2 and its related patches, the error is gone and now everything is perfectly working fine.

    Thanks to everyone.



  • Jabs

    Culture ID #2155 doesn't match any supported cultures. It doesn't match any code pages either. Hebrew is 1255...


  • QWERTYtech

  • ahmedilyas

    It sounds like the function using the "culture " parameter is not referencing the correct .dll or is not fully qualified.

    Adamus



  • Error: System.ArgumentException: Culture ID 2155 (0x086B) is not a supported culture.