I encountered the same problem and I resolved it by settings:
openFileDialog1.RestoreDirectory = false;
openFileDialog1.ShowReadOnly = false;
Zilverspin