Search results for query: *

  1. S

    Access Denied Error In WinForms App

    I was able to find my problem. I was drilling to the path of the file but leaving out the name of the file itself. (SLAP as he hits his forhead with the palm of his hand) Thanks for your help!
  2. S

    Access Denied Error In WinForms App

    Hi, I have an Imports statement bringing in System.IO snippet <code> Dim fw As StreamWriter FilePath = "c:\" fw = New StreamWriter(FilePath, True) fw.Write("Hello World") fw.Close() </code>
  3. S

    Access Denied Error In WinForms App

    Hi, I have created a WinForms app that needs to save a file to my hard drive. Whenever I try to save a file I recieve an "access to the path <my path> is denied" error. I have used the .Net configuration wizard to check the permissions granted to my assembly. The wizard reports...
Back
Top