From rgreger_its at gendig.com Wed Aug 22 22:18:27 2007 From: rgreger_its at gendig.com (Robert Greger) Date: Tue Jul 1 03:31:54 2008 Subject: [xsdbench-users] Problems running XSDBench Message-ID: <46CCEE73.6010902@gendig.com> I tried debugging the program and received the following error First-chance exception at 0x7c59bcb1 in structure-libxml2.exe: Microsoft C++ exception: std::ios_base::failure at memory location 0x0012f898.. at this code ifs.open (argv[1], ios::in | ios::ate); From boris at codesynthesis.com Thu Aug 23 02:44:15 2007 From: boris at codesynthesis.com (Boris Kolpackov) Date: Tue Jul 1 03:31:54 2008 Subject: [xsdbench-users] Problems running XSDBench In-Reply-To: <46CCEE73.6010902@gendig.com> References: <46CCEE73.6010902@gendig.com> Message-ID: <20070823064415.GA2194@karelia> Hi Robert, Robert Greger writes: > I tried debugging the program and received the following error > First-chance exception at 0x7c59bcb1 in structure-libxml2.exe: Microsoft > C++ exception: std::ios_base::failure at memory location 0x0012f898.. > at this code > ifs.open (argv[1], ios::in | ios::ate); Probably the file could not be opened. Can you make sure you pass a correct XML file path as argv[1]. -boris