Hi ,
I have the following asp code
dim DocumentSchema
set DocumentSchema = Server.CreateObject("MSXML2.XMLSchemaCache.4.0")
DocumentSchema.add "http://www.api.org/pidXML/v1.2","c:\OrderResponse.xsd"
on execution of the following line
"DocumentSchema.add "http://www.api.org/pidXML/v1.2","c:\OrderResponse.xsd"
I am recieving the following error
Error Type:
msxml4.dll (0x800C0007)
file:///c:/SASI/OrderResponse.xsd#/schema[1]/include[1] No data is available for the requested resource.
the above code works fine with no errors in a standard
VB exe project.
any help is very much appreciated....
regards
sasi
thanks,
Sasidhar