954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Error Type: Microsoft VBScript runtime (0x800A01C9)

i came across this error and i dont seem to understand what actually cause the error to occur.. Can anyone explain the error if you know or have any idea.. THANKS~

Error Type:
Microsoft VBScript runtime (0x800A01C9)
This key is already associated with an element of this collection
<strong>Loader.asp, line 210</strong>

Line 210 is :

dict.Add byteToString(nameN), intDict

The loader page is for uploading file and it is taken from http://www.stardeveloper.com/articles/display.html?article=2001042501&page=2

ohgosh
Light Poster
41 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

Thats an easy one =)

You specified a key for a collection member that already identifies another member of the collection.

Choose a different key for this member.

techniner
Posting Pro
527 posts since May 2005
Reputation Points: 12
Solved Threads: 19
 

:?: what do u mean? i dont get it.. could you explain further more? or give any example.. honestly, i don't know how the loader page works.. :rolleyes:

ohgosh
Light Poster
41 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You