I try to use the FolderBrowserDialog from WPF like this:
public static bool BrowseFolder(out string folderName) { using (System.Windows.Forms.FolderBrowserDia
I would try doing it without using the "using" statement, perhaps it is getting cleaned up too quickly.