Click here to Skip to main content
15,902,736 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Data Caching Doubt Pin
moon_stick11-Feb-08 20:34
moon_stick11-Feb-08 20:34 
GeneralRe: Data Caching Doubt Pin
Not Active11-Feb-08 11:48
mentorNot Active11-Feb-08 11:48 
GeneralCreate a windows explorer toolbar in .NET Pin
Yevgeny Efter7-Feb-08 21:40
Yevgeny Efter7-Feb-08 21:40 
Questiontriggers Pin
Member 47080777-Feb-08 17:37
Member 47080777-Feb-08 17:37 
GeneralRe: triggers Pin
Giorgi Dalakishvili7-Feb-08 19:57
mentorGiorgi Dalakishvili7-Feb-08 19:57 
GeneralRe: triggers Pin
Paul Conrad10-Feb-08 8:15
professionalPaul Conrad10-Feb-08 8:15 
QuestionFile.Exists() Problem Vista [modified] Pin
SamM7-Feb-08 9:33
SamM7-Feb-08 9:33 
GeneralRe: File.Exists() Problem Vista Pin
Tony Richards7-Feb-08 12:51
Tony Richards7-Feb-08 12:51 
I haven't ever had a problem with File.Exists in Vista. Are you sure the path actually exists and you aren't using an older format path, for instance trying to access 'Documents and Settings' instead of 'Users' (that is assuming Vista doesn't automatically handle this sort of thing.)

Also, I would point you in the direction of the MSDN documentation, specifically:

If the caller does not have sufficient permissions to read the specified file, no exception is thrown and the method returns false regardless of the existence of path.


Are you sure the user the program is running under has the correct permissions? Try running the IDE as an administrator and see if you get the same problem.

Finally, if you're entering the path as a hard coded string, make sure the slashes are correctly escaped, e.g:

"c:\\path\\file.ext" or @"c:\path\file.ext" not "c:\path\file.ext"

Normally the compiler will pick up this sort of problem. These examples work in C#, I can't say with confidence whether the same applies to VB .NET or Managed C++.
GeneralRe: File.Exists() Problem Vista Pin
SamM7-Feb-08 21:22
SamM7-Feb-08 21:22 
QuestionHow to configure VS2005 to use 64 bit csc.exe Pin
raks357-Feb-08 7:05
raks357-Feb-08 7:05 
AnswerRe: How to configure VS2005 to use 64 bit csc.exe Pin
Michael P. Scherer9-Feb-08 5:18
Michael P. Scherer9-Feb-08 5:18 
AnswerRe: How to configure VS2005 to use 64 bit csc.exe Pin
Mike Dimmick12-Feb-08 0:06
Mike Dimmick12-Feb-08 0:06 
QuestionRaise VB6 event from C# Com (dll) [modified] Pin
MayyMagdy6-Feb-08 11:29
MayyMagdy6-Feb-08 11:29 
GeneralRe: Raise VB6 event from C# Com (dll) Pin
led mike7-Feb-08 5:04
led mike7-Feb-08 5:04 
GeneralRe: Raise VB6 event from C# Com (dll) Pin
MayyMagdy7-Feb-08 11:52
MayyMagdy7-Feb-08 11:52 
General.NET Reference Code Downloader For Debugging With Visual Studio 2005 Pin
Izzet Kerem Kusmezer6-Feb-08 8:57
Izzet Kerem Kusmezer6-Feb-08 8:57 
GeneralRe: .NET Reference Code Downloader For Debugging With Visual Studio 2005 Pin
Pete O'Hanlon7-Feb-08 22:17
mvePete O'Hanlon7-Feb-08 22:17 
GeneralRe: .NET Reference Code Downloader For Debugging With Visual Studio 2005 Pin
Vasudevan Deepak Kumar11-Feb-08 23:36
Vasudevan Deepak Kumar11-Feb-08 23:36 
GeneralThread's processory affinity Pin
vijboy6-Feb-08 7:18
vijboy6-Feb-08 7:18 
GeneralNetwork connection staus Pin
vijboy6-Feb-08 6:57
vijboy6-Feb-08 6:57 
GeneralRe: Network connection staus Pin
Joachim Kerschbaumer6-Feb-08 22:36
Joachim Kerschbaumer6-Feb-08 22:36 
GeneralRe: Network connection staus Pin
vijboy7-Feb-08 7:57
vijboy7-Feb-08 7:57 
GeneralEditorBrowsable / Browsable Pin
AndrewVos6-Feb-08 6:42
AndrewVos6-Feb-08 6:42 
GeneralDataGridView (WinForms) Pagination Section Pin
Tristan Rhodes5-Feb-08 23:23
Tristan Rhodes5-Feb-08 23:23 
GeneralRe: DataGridView (WinForms) Pagination Section Pin
led mike6-Feb-08 5:21
led mike6-Feb-08 5:21 

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.