trying to write to c:\temp in my console app
Posted
by rod
on Stack Overflow
See other posts from Stack Overflow
or by rod
Published on 2010-05-27T16:59:45Z
Indexed on
2010/05/27
17:01 UTC
Read the original article
Hit count: 265
c#
I have a very simple console app where I'm using dataset.WriteXml(@"c:\temp") but I'm getting message "Access Denied". What do I need to do?
Using Visual Studio 2008 on XP Pro.
© Stack Overflow or respective owner