H
HVE
Hello,
I have a very simple C# WindowsForms app accessing a file. Framework 1.0
SP2. The filename is used without any path reference. On 99% of machines I
tested, the file is correctly located in the applications startup
directory.
On one machine however, it looks for the file in c:\winnt\system32.
I can of course reference the path by using Application.StartupPath, but I
would like to know what is causing this, since the one machine is a
production server...
Any clues?
Hans
I have a very simple C# WindowsForms app accessing a file. Framework 1.0
SP2. The filename is used without any path reference. On 99% of machines I
tested, the file is correctly located in the applications startup
directory.
On one machine however, it looks for the file in c:\winnt\system32.
I can of course reference the path by using Application.StartupPath, but I
would like to know what is causing this, since the one machine is a
production server...
Any clues?
Hans