Hi - I am using VS2008 Pro. I am trying to create a new xml using the below FileStream statement.
FileStream stream =
new FileStream(@"C:\employee11.xml", FileMode.Create);
I am getting the error - IOException was unhandled by user code
A required priviledge is not held by the client.
in the output windows I have seen error message
A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll.
I have googled to resolve this one. But didn't get anything relevant to this problem. Help me please..