Source: stackoverflow.com --- Friday, April 22, 2016
I am validating a xml against a xsd. following this example - https://msdn.Microsoft.com/en-us/library/ms762787%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 I am adding a xsd into schema collection. pXS->add(L"urn:books", L"sc.xsd"); However it throws error on this line during execution saying The system cannot locate the object specified. I tried giving absolute path of sc.xsd file, still no luck. Thanks in advance! ...
from Microsoft http://ift.tt/22V0q8t
No comments:
Post a Comment