Click here to Skip to main content
15,906,301 members
Home / Discussions / C#
   

C#

 
QuestionTELNET Pin
picasso21-Apr-06 22:01
picasso21-Apr-06 22:01 
QuestionMouse wheel settings API Pin
eligazit1-Apr-06 21:36
eligazit1-Apr-06 21:36 
QuestionWebRequest.GetResponse() Pin
mikker_1231-Apr-06 15:24
mikker_1231-Apr-06 15:24 
AnswerRe: WebRequest.GetResponse() Pin
Guffa2-Apr-06 0:25
Guffa2-Apr-06 0:25 
QuestionCode explain... Pin
KORCARI1-Apr-06 14:47
KORCARI1-Apr-06 14:47 
AnswerRe: Code explain... Pin
Kir Birger1-Apr-06 15:36
Kir Birger1-Apr-06 15:36 
QuestionC# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 14:25
Kir Birger1-Apr-06 14:25 
AnswerRe: C# SetEnvironmentVariable Pin
Robert M Greene1-Apr-06 14:55
Robert M Greene1-Apr-06 14:55 
GeneralRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 15:00
Kir Birger1-Apr-06 15:00 
AnswerRe: C# SetEnvironmentVariable Pin
Robert M Greene1-Apr-06 14:59
Robert M Greene1-Apr-06 14:59 
GeneralRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 15:33
Kir Birger1-Apr-06 15:33 
QuestionRe: C# SetEnvironmentVariable Pin
leppie1-Apr-06 16:44
leppie1-Apr-06 16:44 
AnswerRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 16:47
Kir Birger1-Apr-06 16:47 
GeneralRe: C# SetEnvironmentVariable Pin
Robert M Greene1-Apr-06 17:24
Robert M Greene1-Apr-06 17:24 
GeneralRe: C# SetEnvironmentVariable Pin
Kir Birger1-Apr-06 17:45
Kir Birger1-Apr-06 17:45 
QuestionC# Cannot find file Pin
tjDieHard1-Apr-06 13:51
tjDieHard1-Apr-06 13:51 
AnswerRe: C# Cannot find file Pin
ricardojb1-Apr-06 14:14
ricardojb1-Apr-06 14:14 
GeneralRe: C# Cannot find file Pin
tjDieHard1-Apr-06 14:19
tjDieHard1-Apr-06 14:19 
AnswerRe: C# Cannot find file Pin
Guffa1-Apr-06 14:35
Guffa1-Apr-06 14:35 
GeneralRe: C# Cannot find file Pin
tjDieHard1-Apr-06 14:45
tjDieHard1-Apr-06 14:45 
GeneralRe: C# Cannot find file Pin
cbhkenshin1-Apr-06 18:29
cbhkenshin1-Apr-06 18:29 
GeneralRe: C# Cannot find file Pin
Guffa2-Apr-06 0:39
Guffa2-Apr-06 0:39 
If you don't have permission to access a file, the error message you get is that it doesn't exist.

This is commonly found when someone tries to make a web application access a file in a user folder, like for an example the desktop. As the web application is not run under the user's account it can not access files in a user folder.

I still think that it might be a permission problem, especially if you moved the file from some other folder. Then it might still have permission settings from the previous place.

Create a new folder somewhere that you know the application has access, put the file in the folder, and in the advanced security properties of the folder choose to replace all security settings of child objects. That will remove any specific settings on the file. Now try to access the file.

---
b { font-weight: normal; }

AnswerRe: C# Cannot find file Pin
mav.northwind1-Apr-06 19:16
mav.northwind1-Apr-06 19:16 
GeneralRe: C# Cannot find file Pin
tjDieHard2-Apr-06 8:45
tjDieHard2-Apr-06 8:45 
QuestionViewing large database Pin
Pius__X1-Apr-06 10:17
Pius__X1-Apr-06 10:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.