I have a problem with File Dialogs in WPF. I used Microsoft.Win32.OpenFileDialog
and also Microsoft.Win32.SaveFileDialog
in a WPF Application.
In Visual Studio 2013 (either Debug or Release Build) everything runs smoothly. But if a run the application directly (.exe), all FileDialogs will lagging. I used the Windows.Forms.FileDialog
as well and tried out to outsource the FileDialogs into separated Tasks, but the lags are still there. (Other elements in the same gui are without lags)
The Window which call the FileDialogs has an Viewport3D and maybe the viewport produces the lags?