|
From: Vadim M. <vad...@ho...> - 2003-01-08 12:35:41
|
> That's terrible, WinForm doesn't play nicely with thread, that worry me. > Anyway, trying to be helpfull, have you tried to tag your Main() method with > [STAThread] attribute ? Yes, I've tried that, but that hasn't helped. To be honest, I'm begininning to suspect the trouble is caused by the managed C++ dlls I'm using in my app, I ran into some problems back when I was building those (they refused to get unloaded, or maybe VS NET refused to unload them, not quite sure). Cheers, Vadim. |