Exception when using FolderBrowserDialog
A thread is either STA or MTA it can’t be specified just for one method so the attribute must be present on the entry point. From STAThreadAttribute in MSDN : Apply this attribute to the entry point method (the Main() method in C# and Visual Basic). It has no effect on other methods. If this … Read more