FolderDialog Box Crashing Only in Debug Mode VSD2008
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-04-01T13:57:32Z
Indexed on
2010/04/01
17:13 UTC
Read the original article
Hit count: 329
c#
|openfiledialog
I have a folderBrowseDialog box in an application. It has been working for a month. Lately when I run the project from VS 2008 and I click on a button that opens the box the command ShowDialog() runs. The browser box shows up for a second and then I get "Windows encountered a problem box".
Now here is the interest thing, if I compile the project, whether it be in the Debug or Release profile, and navigate to the exe, everything runs fine.
Has anyone have this issue before?
I can post the details of the error report if it helps.
Mike
© Stack Overflow or respective owner