Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Strange Error

Strange Error

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netdatabasehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sebastien Lachance
    wrote on last edited by
    #1

    IErrorInfo.GetDescription failed with DB_E_NOLOCALE(0x80040E41). Is anyone know what is it, and how to prevent that in our ASP.NET app ? :confused: MTS & MSMQ ?

    J 1 Reply Last reply
    0
    • S Sebastien Lachance

      IErrorInfo.GetDescription failed with DB_E_NOLOCALE(0x80040E41). Is anyone know what is it, and how to prevent that in our ASP.NET app ? :confused: MTS & MSMQ ?

      J Offline
      J Offline
      Javier Lozano
      wrote on last edited by
      #2

      Hi, Are you using OLE DB for the db connection or SQL Server? I've researched this error and it appears to be tied with OLE DB. You can read more about the IErrorInfo.GetDescription method here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbierrorinfo__getdescription.asp[^] From the docs, it says the following about DB_E_NOLOCALE error code: DB_E_NOLOCALE The locale ID specified by the lcid parameter in IErrorRecords::GetErrorInfo was not supported by the provider. If you are trying to use the OleDbConnection object, check the connection string to see if there's something missing. For more info on the connection string, go here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataoledboledbconnectionclassconnectionstringtopic.asp[^] If you are using the SqlConnection object, read the connection settings here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdatasqlclientsqlconnectionclassconnectionstringtopic.asp[^] If you need more help, don't hesitate to ask. ~javier lozano (blog)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups