Problem with xml files and editor

Hi guys, I’m reading some xml files perfectly from both editor and device, but from other machine (another imac) the xml files are giving me this error in the editor UriFormatException: URI scheme must start with a letter and must consist of one of alphabet, digits, '+', '-' or '.' character.
This error is only in the editor, if I build the game, it runs fine on the device, but makes harder the testing if each time I need to build the game to test.

Is someone else experiencing these problems with xml files? I’m using unity 1.7

Can you post the URL you are using? There are some characters commonly used in URLs typed into browsers, etc, which should strictly be escaped rather than used directly.

Delete Temp files. and Restart your project.