Error Creating Window Handle
-
Well, basically I'm getting this error message when calling .Show() on a child form. Before anything is displayed, this exception is thrown. Now it's in the slightly unusual situation, that the MDI window is in a VB.NET application, and all the child forms are supplied in a C# library. So I'm wondering if it's something to do with this?? Any suggestions, hints or tips?
-
Well, basically I'm getting this error message when calling .Show() on a child form. Before anything is displayed, this exception is thrown. Now it's in the slightly unusual situation, that the MDI window is in a VB.NET application, and all the child forms are supplied in a C# library. So I'm wondering if it's something to do with this?? Any suggestions, hints or tips?
Problem sorted - it was down to dumb user error :-(