I upgraded my development machine to Windows 7 and my project to .NET 3.5. When I try to run the project, I now get this error:
Unable to get the window handle for the 'AxVt' control. Windowless ActiveX controls are not supported.
The project is using the Dart Emulation for ActiveX Vt control, which emulates a terminal control. I double-checked and the program launches fine under Windows XP SP2 with .NET 3.5, so it's not the Framework causing the issue. Setting compatibility mode to Windows XP SP2 doesn't help either. This exception occurs when the designer code calls EndInit on the control.
Is there any way to work around this or does it just mean I have to remove Windows 7 from my machine and go back to Windows XP?