| Author |
Thread |
| Error Type: Microsoft VBScript runtime (0x800A01C9) |
|
Posted in tutorial: Uploading Files to the Server Hard Disk using plain ASP |
· neo_joanne
Joined: 24 Jul 2005 Total Posts: 2 |
Error Type: Microsoft VBScript runtime (0x800A01C9) Posted: 24 Jul 2005
Error Type: Microsoft VBScript runtime (0x800A01C9) This key is already associated with an element of this collection Loader.asp, line 210 line 210: dict.Add byteToString(nameN), intDict Thank You Very Much!
Thanks ;p
|
· neo_joanne
Joined: 24 Jul 2005 Total Posts: 2 |
ehh?? Posted: 27 Jul 2005
is it wad ive listed is nt clear enuff? hence, no 1 replied to this error ive occured? im reali in a hurry to solve this error but ive gt no idea wad dis error is gt into.. haha~
pls try to help out.. THANKS ;op
Thanks ;p
|
· raji3649
Joined: 8 Nov 2005 Total Posts: 1 |
Please Help Posted: 8 Nov 2005
Even I am facing the same problem.Can anyone please help me in finding a solution.This article is great.Thanks for providing on such.
Thanks, RAJI
|
· llomelih
Joined: 21 Jul 2006 Total Posts: 1 |
Error Type: Microsoft VBScript runtime (0x800A01C9) Posted: 21 Jul 2006
That error occurs when you have two input names with the same name.
Example:
Name <input type='text' name='name' maxlength='100' size='50' value='' />
Lastname <input type='text' name='name' maxlength='100' size='50' value='' />
You know what you have to do!!!.
|