.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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top