From unmanaged VC++ 6.0 I'm calling a COM visible .NET DLL. From this DLL, I want to show a dialog. I can get the DLL to register properly and work if the methods don't call Form.show(). However, if the methods DO call form show, I cannot instantiate the DLL (I get 'class not registered error").
Anybody know what I need to do?