localized exception messages

L

leibnizster

hello,

how do I set ADO.NET exceptions to be thrown in a particular language?
I downloaded the dutch language pack, set current culture etc.
Everything works OK for regular System exceptions (ex. Divide by zero
=> it shows "Poging door nul te delen."). But the exception related to
ADO are still in english (ex. "Could not find stored procedure
'whatever' ".)


Thanks.
 
A

Alexey Smirnov

hello,

how do I set ADO.NET exceptions to be thrown in a particular language?
I downloaded the dutch language pack, set current culture etc.
Everything works OK for regular System exceptions (ex. Divide by zero
=> it shows "Poging door nul te delen."). But the exception related to
ADO are still in english (ex. "Could not find stored procedure
'whatever' ".)

Thanks.

ADO.NET requires MDAC 2.6 or later, I think you need to download MDAC
in Dutch
http://www.microsoft.com/downloads/...FamilyID=6c050fe3-c795-4b7d-b037-185d0506396c
 
A

Alexey Smirnov

Tried to install. Says this: "MDAC 2.8 RTM is incompatible with this
version of Windows. All of its features are currently part of Windows.
". Other ideas?

Thanks

it seems that you have XP SP2

Found this in the internet

locate the mdac.inf file in c:\windows\inf right click and install
when prompted for a location, point to
c:\windows\servicepackfiles\i386 then when promtpet for the XPcd,
either load the cd or point to c:\i386
 
L

leibnizster

it seems that you have XP SP2

Found this in the internet

locate the mdac.inf file in c:\windows\inf right click and install
when prompted for a location, point to
c:\windows\servicepackfiles\i386 then when promtpet for the XPcd,
either load the cd or point to c:\i386


it installed it, but the messages are still in english. How could it
have worked anyway sice what I need is managed exceptions from .NET
and what i installed has nothing to do with .NET?. Shouldn't it be in
some .NET language pack? Why isn't it in the standard one? Thanks for
your trouble.
 
O

oscar.acostamontesde

it installed it, but the messages are still in english. How could it
have worked anyway sice what I need is managed exceptions from .NET
and what i installed has nothing to do with .NET?. Shouldn't it be in
some .NET language pack? Why isn't it in the standard one? Thanks for
your trouble.

There is a language pack for spanish, i have it installed and my
messages shows in spanish, search for language pack at msdn

best regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top