manofsteel00
Nov 12th, 2009, 08:40 AM
Hello all! I have a question for you. Upon opening my embedded Visual Basic 3.0 program, that has been working correctly for 3+ years, for pocketPC I receive the following error message:
"Errors during load. Refer to 'C:\Projects\Bar Code Scanner Project\MasterLabelScan\frmMain.log' for details"
Below is the contents of the log:
Line 431: Class VBCE.CommandButton of control cmdCancelPick was not a loaded control class.
Line 453: Class VBCE.CommandButton of control cmdScan6 was not a loaded control class.
Line 477: Class VBCE.CommandButton of control cmdLogout was not a loaded control class.
Line 499: Class VBCE.Label of control lblPrevScanCaption was not a loaded control class.
Line 527: Class VBCE.CommandButton of control cmdScan5 was not a loaded control class.
Line 550: Class VBCE.CommandButton of control cmdScan4 was not a loaded control class.
Line 573: Class VBCE.CommandButton of control cmdScan3 was not a loaded control class.
Line 596: Class VBCE.CommandButton of control cmdScan2 was not a loaded control class.
Line 619: Class VBCE.Label of control lblPrevScan was not a loaded control class.
Line 647: Class VBCE.Label of control lblCaption was not a loaded control class.
Line 675: Class VBCE.CommandButton of control cmdScan was not a loaded control class.
Line 698: Class VBCE.CommandButton of control cmdExit was not a loaded control class.
When I open the eVB development environment, I notice that I no longer have the ability to create command buttons, labels, or text boxes. These objects usually are available by default.
When I go to references to add a reference, I recieve an error message stating, "Error acessing system registry".
I have asked fellow coworkers, and surfed the web but to no avail. Can someone point me in the right direction as to what may be causing me not to be able to use command buttons, labels, and text boxes in eVB 3.0?
Thanks!
"Errors during load. Refer to 'C:\Projects\Bar Code Scanner Project\MasterLabelScan\frmMain.log' for details"
Below is the contents of the log:
Line 431: Class VBCE.CommandButton of control cmdCancelPick was not a loaded control class.
Line 453: Class VBCE.CommandButton of control cmdScan6 was not a loaded control class.
Line 477: Class VBCE.CommandButton of control cmdLogout was not a loaded control class.
Line 499: Class VBCE.Label of control lblPrevScanCaption was not a loaded control class.
Line 527: Class VBCE.CommandButton of control cmdScan5 was not a loaded control class.
Line 550: Class VBCE.CommandButton of control cmdScan4 was not a loaded control class.
Line 573: Class VBCE.CommandButton of control cmdScan3 was not a loaded control class.
Line 596: Class VBCE.CommandButton of control cmdScan2 was not a loaded control class.
Line 619: Class VBCE.Label of control lblPrevScan was not a loaded control class.
Line 647: Class VBCE.Label of control lblCaption was not a loaded control class.
Line 675: Class VBCE.CommandButton of control cmdScan was not a loaded control class.
Line 698: Class VBCE.CommandButton of control cmdExit was not a loaded control class.
When I open the eVB development environment, I notice that I no longer have the ability to create command buttons, labels, or text boxes. These objects usually are available by default.
When I go to references to add a reference, I recieve an error message stating, "Error acessing system registry".
I have asked fellow coworkers, and surfed the web but to no avail. Can someone point me in the right direction as to what may be causing me not to be able to use command buttons, labels, and text boxes in eVB 3.0?
Thanks!