I am working on XNA with XML reading. While I'm debugging the code its shows file not found error, but I added my XML file in Content
reference folder. While I'm using this code I got the error.
System.IO.Stream stream = TitleContainer.OpenStream("ProductSchema");
Thanks in advance.
Bharathi.G