sajithkannur Level: Trainee
 Registered: 05-04-2009 Posts: 1
|
runtime error 14 type mismatch and class loader error in vb
Hi VB friends and experts,
My VB application what was developed in year 2006 with access 2000 at backend which was working fine till the pc had to be formatted is throwing error as follows:-
1. When adding a particular record, the application throws "runtime error 13, type mismatch" and it terminate itself.
2. Addition and deletion of data through other forms are still possible.
3. When attempted to re-compile, similar errors as following are generated even for those forms which are working well. I wonder what the problem is?
Line 88: Class MSForms.Image of control Image2 was not a loaded control class.
Line 680: Class MSMask.MaskEdBox of control t5 was not a loaded control class.
Line 94: The property name Size in Image2 is invalid.
Line 695: The property name _ExtentX in t5 is invalid.
Line 696: The property name _ExtentY in t5 is invalid.
Line 697: The property name _Version in t5 is invalid.
Line 700: The property name MaxLength in t5 is invalid.
Line 710: The property name Format in t5 is invalid.
Line 711: The property name Mask in t5 is invalid.
Line 712: The property name PromptChar in t5 is invalid.
loooking for a solution
|