Hi, thanks for reading! I’m trying to load an xml file through the content pipeline, but it throws the following comletely useless error when I try to build the content project:
[FilePath]/TestLevel.xml(7,6): An error occured parsing.
There’s no detail about what is failing. Is the 7,6 a line and character number? Is there any way I can get more info about what failed?
I have the XnaContent node and the Asset node with the type. I’ve got a reference to my class library in the content project references. The xml file passes validation. I already fixed some issues with multi-dimensional rays in my class. What else can I look for?
Thanks for your help!