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

Re: FolderBrowserDialog does not display the directory structure after installing .NET Framework SP1 by Mattias

Mattias
Fri Sep 10 14:05:21 CDT 2004

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

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Re: FolderBrowserDialog does not display the directory structure after installing .NET Framework SP1 by Michael

Michael
Mon Sep 13 04:46:39 CDT 2004

Wow, you're right. I really missed that. Thanks for your help!

Michael

"Mattias Sjögren" <mattias.dont.want.spam@mvps.org> schrieb im Newsbeitrag
news:uWOLSj2lEHA.2588@TK2MSFTNGP12.phx.gbl...
> 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
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.