We have a C# application that instantiates the web browser control and navigates it to a few pages. Our application is definitely marked as STA, and I have no problems building/running the application in both my dev environment, and across all our test machines.
But another developer takes the same code, same version of Visual studio, and gets a run time exception stating that the web browser control cannot be instantiated because the current thread is not in a single-threaded apartment.
Anyone run into this previously?