agamemnus wrote:I have the same problem with the same error code and memory location as the first post.
I'm confused. What you subsequently posted in your reply is nothing like what was in the first post

The issue in the first post is because it can't find the XML parser DLL (or perhaps the image codec DLL).
For the issue you actually posted, that exception is thrown when it fails to open / load the file. We can see in the message the name of the file it attempted to load was "ÈD" - so it appears that the String holding the filename does not contain valid data, and certainly not "data/gui/schemes/TaharezLook.scheme".
The kind of thing in the code you posted is used all over the place by us and everybody else, so that definitely is valid code; there's obviously something else going wrong, though I have no idea what. It could be some memory issue of some kind, which might point to a configuration error for the project being built (the fact that you're having so many of these issues with - what can only be described as - 'common uses' of the system, almost certainly indicates this).
CE.