hi..
i downloaded the .net version of the project and when i tried to build it, it showed an error about the xml reader and writer classes
here is one of the errors:
The type or namespace name 'DbXmlReader' could not be found (are you missing a using directive or an assembly reference?)
here are some of the lines of code that i am getting errors from:
DbXmlReader reader = new DbXmlReader();
DbWriter dbw = new DbWriter();
why is that?
any help would be apreciated :)