D
David A. Coursey
Guest
Everything went smoothly after I upgraded. I had tons of errors and warnings but I'm getting them all sorted out. This one, though, I can't track down. When I open one of my forms I get this error message:
Object of type 'System.Drawing.Size' cannot be converted to type 'System.Drawing.SizeF'.
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.InheritedPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
Clicking the error doesn't take me to the line of code like the error header says. I can't even find that code anywhere in my solution when I do a global find.
What could this be from?
dave
Continue reading...
Object of type 'System.Drawing.Size' cannot be converted to type 'System.Drawing.SizeF'.
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.InheritedPropertyDescriptor.SetValue(Object component, Object value)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
Clicking the error doesn't take me to the line of code like the error header says. I can't even find that code anywhere in my solution when I do a global find.
What could this be from?
dave
Continue reading...