FolderBrowserDialog does not display the directory structure after installing .NET Framework SP1

  • Thread starter Thread starter Michael Hoehne
  • Start date Start date
M

Michael Hoehne

It only contains the buttons to create a new folder, Ok and Cancel. Is there
any main thread where issues regarding to SP1 of the .NET Framework 1.1 are
assembled?

This is the second UI bug I found after installing the SP a few hours ago.
If I find more, I would like to remove it, but I don't see an uninstall
feature. Is it possible to remove SP1 or do I have to reinstall the
framework from scratch?

Thanks
Michael
 
Michael,
It only contains the buttons to create a new folder, Ok and Cancel. Is there
any main thread where issues regarding to SP1 of the .NET Framework 1.1 are
assembled?

The most common reason for this to happen is that you're missing the
STAThread attribute on your Main method (assuming the dialog is
created from the main thread). And this can happen with or without SP1
installed.



Mattias
 
Back
Top