Exception initializing SplitContainerDesigner
-
I am playing with the custom form designer example application posted here: http://support.microsoft.com/default.aspx?scid=kb;en-us;813808 I extended the for tool box to include a 'SplitContainer' control, but the container fails to create the control. The failure occurs when the container calls SplitContainerDesigner.Initialize(component). The exception is {"Object reference not set to an instance of an object."}, which doesn't make sense since both the designer and component seem to be initialized properly. I don't seem to be the only one having this problem. I saw a similar question posted here: http://www.developmentnow.com/g/32\_2005\_9\_0\_0\_602525/VS2005b2-SplitContainerDesigner--designer-Initialize-throw-an-exception.htm Thanks Aaron Stibich