TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Johan.Peeters
NA
13
0
Validating an xml file from a Windows service
Apr 5 2004 11:10 AM
I have a class that validates an xml file against an xsd schema and then returns "File valid or File not valid". The schema location is included in the xml files header. I very simply use a XmlTextReader to read the file and I pass this TextReader to an XmlValidatingReader. When I use this class in a windows or console application it works just fine. When I create an object of this class in a windows service and let it do it's job, even when I pass it a completely valid XML file it still returns "File not valid against schema". Can anybody tell me what the problem is? Thanks in advance, Johan.
Reply
Answers (
1
)
Treeview & form calling question.
how to iterate through controls