Hi,
I have an existing project which is written using some older version of Visual Web GUI.
I'm trying to open it, compile it and see whether it works.
I'm getting the following issues when I'm trying to open the VB Form, about which I don't have any idea about.
Please help me with this.
1) 'Gizmox.WebGUI.Forms.Control+ControlCollection.Add' not found.
2) Object of type 'Gizmox.WebGUI.Forms.Component[]' cannot be converted to type 'Gizmox.WebGUI.Forms.Component[]'.
When I try to debug the solution, I get the error:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Please help me with this...It is a priority issue.
Thank you!
GS
More information:
Object of type 'Gizmox.WebGUI.Forms.Component[]' cannot be converted to type 'Gizmox.WebGUI.Forms.Component[]'.
Instances of this error (2)
Call Stack :
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement, CodePropertyReferenceExpression propertyReferenceEx, Boolean reportError)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
___________________________________________________________________________
Method 'Gizmox.WebGUI.Forms.Control+ControlCollection.Add' not found.
Instances of this error (2)
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(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)