borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (VBA loop counter)Next Topic (fingerprint coding problem..) New Topic New Poll Post Reply
AndreaVB Forum : VB General : runtime error 14 type mismatch and class loader error in vb
Poster Message
sajithkannur
Level: Trainee

Registered: 05-04-2009
Posts: 1

Ads by Lake Quincy Media
icon 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

05-04-2009 at 03:48 AM
View Profile Send Email to User Show All Posts | Quote Reply
admin
Level: Administrator


Registered: 04-04-2002
Posts: 637
icon Re: runtime error 14 type mismatch and class loader error in vb

maybe the project used some third part controls that you didn't reinstall when the PC was formatted...this MaskEdBox seems not a standard Microsoft Control so maybe you installed it on the old machine and now it is missing...you should replace it with a different standard control or try to reinstall the original one used in the past

____________________________
AndreaVB

Ads by Lake Quincy Media
06-04-2009 at 07:59 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : VB General : runtime error 14 type mismatch and class loader error in vb
Previous Topic (VBA loop counter)Next Topic (fingerprint coding problem..) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder