M
Markus Rytterkull
Hi!
I have a basic form that has a menu, toolbar, an icon to
show if the user is offline/online and some basic
functionality that all my forms should have. All other
forms inherit my UIBase, instead of Form.
It works fine for a while but eventually I get some
errors:
- Object type cannot be converted to target type
- Member not found
- Specific cast not valid
These errors do not have a file or line associated with
them. And I get LOTS of them.
TO get rid of these errors, I change the inheritance to
Form and then when the errors disappear, change back to
UIBase again.
Anybody have a solution or explanation to this?
/ Markus
I have a basic form that has a menu, toolbar, an icon to
show if the user is offline/online and some basic
functionality that all my forms should have. All other
forms inherit my UIBase, instead of Form.
It works fine for a while but eventually I get some
errors:
- Object type cannot be converted to target type
- Member not found
- Specific cast not valid
These errors do not have a file or line associated with
them. And I get LOTS of them.
TO get rid of these errors, I change the inheritance to
Form and then when the errors disappear, change back to
UIBase again.
Anybody have a solution or explanation to this?
/ Markus