MSflex grid errors in Vb.net 2005, needs reboot (Resolved)
has anyone else had trouble with VB.net 2005 losing controls while your working on it? After a reboot it comes back but I cant reboot every 5 minutes just to do a simple project.
I am trying to use the MS flex grid control, all seems well and then the design view on my form comes up with this text
Quote:
Method 'System.Windows.Forms.Form.InitFlexGrid' not found.
Hide
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSeri alizationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSeria lizationManager manager, CodeStatement statement)
Any ideas?
Re: MSflex grid errors in Vb.net 2005, needs reboot
It was me being a noob
I put some code in the design module of the form when it should have been in the main form code :blush:
Why does vb.net need to be soooo different :mad: