2
I am not a developer in VB. I took a project for 5 days, through a consulting, but it should be all in SQL Server
. Well, it turns out, that some changes on screen should be made. I opened VB 6 (Compiler) and selected the.vbp project and when loading, it generated several errors. I went to give the F5 to run and is giving the following message:
Several error logs were generated, which I select these:
frmCadBeneficios.log
Line 242: Class Msmask.Maskedbox of control mskDtInicioPlano was not a Loaded control class. Line 267: Class Mscomctl2.Dtpicker of control dtpDataContract was not a Loaded control class. Line 288: Class Msmask.Maskedbox of control mskDataOpcaoContract was not a Loaded control class.
frmRelRelatoryMedical.log
Line 131: Class Mscomctl2.Dtpicker of control dtpInicio was not a Loaded control class. Line 152: Class Mscomctl2.Dtpicker of control dtpFinal was not a Loaded control class.
frmRelPortaria.log
Line 151: Class Mscomctl2.Dtpicker of control dtpDataPeriodo was not a Loaded control class. Line 172: Class Mscomctl2.Dtpicker of control dtpDataPeriodo_Fim was not a Loaded control class. Line 193: Class Mscomctl2.Dtpicker of control dtpDataAdmissao was not a Loaded control class.
I think these are enough, but there are more than 20 forms. I don’t know what it is, and I don’t even know what to do.
Waiting for my colleagues..
VB is installed on a VM with Windows XP
– pnet
Tried to install Service Pack 6 on the VM?
– William Costa Rodrigues