I'm trying to access a schema file as such:
Dim settings As XmlReaderSettin gs = New
XmlReaderSettin gs()
settings.Schema s.Add(webServic eNamespace, schemaFileName)
settings.Valida tionType = ValidationType. Schema
Even though the webServiceNames pace value above is set to an intranet
address, I keep getting this error:
Could not find file 'C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\X mlCommand.xsd
Why is it looking for the XSD file there? Is there a way to have it
look in the actual spot I put in my code?
Dim settings As XmlReaderSettin gs = New
XmlReaderSettin gs()
settings.Schema s.Add(webServic eNamespace, schemaFileName)
settings.Valida tionType = ValidationType. Schema
Even though the webServiceNames pace value above is set to an intranet
address, I keep getting this error:
Could not find file 'C:\Program Files\Microsoft Visual Studio
8\Common7\IDE\X mlCommand.xsd
Why is it looking for the XSD file there? Is there a way to have it
look in the actual spot I put in my code?
Comment