.NET app is changing current directory

  • Thread starter Thread starter John Bauer
  • Start date Start date
J

John Bauer

Our windows forms app appears to be changing its current directory without
any code performing this action. At some random time during the day, the
current directory will be switched to:
C:\Program Files\Common Files\System\Mapi\1033

There is no code in the app to do this. Any ideas what could be causing
this to occur?

Thanks,
John
 
Just a guess...maybe it looking at an environment
variable, i.e. Temp or something, that is being reset by
another app.

Sounds like you may need to specify the path in an .ini
file.

Good luck.
 
Back
Top