Click here to Skip to main content
15,896,730 members
Home / Discussions / C#
   

C#

 
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 
Questioncreating file on remote site c# Pin
shamsallana1-Apr-06 9:25
shamsallana1-Apr-06 9:25 
QuestionForbid to enter backspace in a textbox Pin
Ralf Hägenläuer1-Apr-06 9:16
Ralf Hägenläuer1-Apr-06 9:16 
AnswerRe: Forbid to enter backspace in a textbox Pin
Ed.Poore1-Apr-06 10:14
Ed.Poore1-Apr-06 10:14 
QuestionReturning from a modal form? (never mind) Pin
Ravi Bhavnani1-Apr-06 7:36
professionalRavi Bhavnani1-Apr-06 7:36 
QuestionQuestion about polymorphism.. Pin
e-laj1-Apr-06 5:52
e-laj1-Apr-06 5:52 
AnswerRe: Question about polymorphism.. Pin
leppie1-Apr-06 6:07
leppie1-Apr-06 6:07 
GeneralRe: Question about polymorphism.. Pin
ricardojb1-Apr-06 12:04
ricardojb1-Apr-06 12:04 
NewsRe: Question about polymorphism.. Pin
leppie1-Apr-06 16:40
leppie1-Apr-06 16:40 
GeneralRe: Question about polymorphism.. Pin
ricardojb1-Apr-06 16:43
ricardojb1-Apr-06 16:43 
GeneralRe: Question about polymorphism.. Pin
leppie1-Apr-06 17:00
leppie1-Apr-06 17:00 
GeneralRe: Question about polymorphism.. Pin
ricardojb1-Apr-06 17:03
ricardojb1-Apr-06 17:03 
GeneralRe: Question about polymorphism.. Pin
ricardojb1-Apr-06 17:13
ricardojb1-Apr-06 17:13 
GeneralRe: Question about polymorphism.. Pin
leppie1-Apr-06 23:26
leppie1-Apr-06 23:26 
GeneralRe: Question about polymorphism.. Pin
ricardojb1-Apr-06 17:01
ricardojb1-Apr-06 17:01 

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.