I have Mappoint 2004, and had a nice app working with VB.NET 2003
I have just installed VS 2005.
Registering the mappoint control was slightly different from how it was in 2003, but it appeared in the toolbox seemingly correctly.
I create a main form, with nothing else on. It runs OK.
I add a mappoint control from the toolbox. No code, just the control.
I press F5 to run, and the error produced is:
An error occurred creating the form. See Exception.InnerException for details. The error is: ActiveX control '8f78d7fc-bae4-46a4-a79a-052356ab3dd4' cannot be instantiated because the current thread is not in a single-threaded apartment.
I can't get past this first very basic hurdle. Any ideas?
James