an error while loading xml schema.
I created a xml schema in visual studio.net then I created a xml file. But I got an error saying "An error occured while loading schema from targetNamespace "http://tempurl.org/mySchema.xsd referenced in this document. index must be greater than or equal to zero and less than the size of argument list."
What does that mean? In addition, why is targetNamespace http://tempurl.org? Thanks.
[394 byte] By [
dullboy] at [2007-11-18 19:14:29]

# 1 Re: an error while loading xml schema.
When you get this error? How dose the XML and XSD (Schema) looks like? What you want to do? Can't help you cuz I'm short of info.
# 2 Re: an error while loading xml schema.
Originally posted by Mr. Tomaszek
When you get this error? How dose the XML and XSD (Schema) looks like? What you want to do? Can't help you cuz I'm short of info.
I think I got the error because of namespace I specified, which is
http://tempuri.org/mySchema.xsd. I don't really understand how to set namespace. Thanks.