Forums

This topic is locked

DMX and VDotNet French

Posted 28 Jul 2002 23:12:19
1
has voted
28 Jul 2002 23:12:19 Domao Bongo posted:
Hi All,
i've installed Dot Net ( the French Version ), DMX( English ) on my Computer ( XP Pro - French ) I also use IIS 5.1

My problem is the following:
When i try to create a new OLE DB connection in Dreamweaver MX i got an exception.
The Error occurs in dllhost.exe in the script:
svr = Request.ServerVariables("SERVER_SOFTWARE"
ix = Instr(svr, "/"
ver = CInt(right(svr, len(svr)-ix))
In fact, ix is 5.1, my IIS Version Number, but it seems that the CInt() Function cannot convert this number.

I copied then this code to a new Project in Dot Net and the same error occured.
I guessed that it was because of my french Version on Dot Net.
So i changed the culture in the globalization part of the file C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\CONFIG\machine.config into 'en-US'
I startet my project in VDotNet and everything went right.
But unfortunately, this did not resolve my problem in DMX.
I also changed the option on my computer settings so that the dot (.) represents the decimal instead of (,), but with no better result.

Did someone had the same problem ?
How can i solve this problem ?

Thanks for your help

Reply to this topic