Forum Moderators: open
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'CDbl'
...
dCalcMinX = CDbl(Request.Form("X1"))
...
We just switch from Windows 2000 server to Windows 2003.
The code is quite old but was working fine on the 2000 server.
Can it be some settings or vbscript functions?
Some how my server is not configured like it should.
Some decimal value had "," and some others had "." for delimeter.
That cause the mismatch.
I add this in my global.asa and work well.
session.lcid = 4105
Thank you for your comments