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

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
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top