Possible Duplicate:
How write a file using StreamWriter in Windows 8?
I'm developing a Metro App and I want to serialize my data to an XML file. when I want to create a new StreamWriter
, It doesn't get an string data as address and it just get stream. I closed and reopened VS but I couldn't see any change.