The problem occurs on a tester computer using a release build, so I haven't been able to debug into the issue yet. The platform is Windows Vista which is the same I am using to develop. Is there any context for this error? Is there some form of verbose debugging I can turn on to get more information about the failure?
Thanks, Bryan ________________________________ From: Boris Kolpackov <[email protected]> To: [email protected] Sent: Wednesday, May 13, 2009 10:40:01 AM Subject: Re: Question about Xerces C Error message Hi Bryan, Bryan Wilcox <[email protected]> writes: > I am seeing an error message come from our code that is using Xerces C > to parse an XML document. The error text reads "Fatal Error: Message: > unable to open primary document entity" and lists the file name of the > file we are trying to open. This error only occurs sporadically. I was > wondering if someone could tell me if there is anywhere I can find out > more about what might be the root cause of this error. You can try to set a breakpoint in the error handler and see what's going on up the stack. Also if you can create a small test case that reproduces this problem then I can take a look. BTW, which platform is it? Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
