Hi! After a lot of internet search, i'm still not able to find the solution
for this problem "Value of type 'System.Drawing.Size' cannot be converted
to 'System.Drawing.Size'." this happens when i try to compile a windows forms
application and happens in the following lines, this also happens on the
point object:
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.ClientSize = New System.Drawing.Size(584, 275)
Me.Label2.Location = New System.Drawing.Point(200, 112)
The project is in vs2003 Framework 1.1, i have dereferenced all the references
and put then back in the project but still get this error. I just don't understand
it. Thanks for the help if anyone answer it
waheed iqbal - 27 Dec 2006 07:55 GMT
Its working fine .Check your GAC may be Drawing dll's are damaged by virus
etc.
Check this code on other Workstation
> Hi! After a lot of internet search, i'm still not able to find the
> solution for this problem "Value of type 'System.Drawing.Size' cannot be
[quoted text clipped - 7 lines]
> references and put then back in the project but still get this error. I
> just don't understand it. Thanks for the help if anyone answer it.