Try press Ctrl + F5, see if you can run your application with a Full Compile?
If it passed means you should able to compile your vb application into an EXE.
regards
Main Topics
Browse All Topicshello,
I would like to know where do you check why the project has failed to build, like when you
try to compile in c++ it gives you the line with errors, I am using visual basic v6 does this
exists in this program?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
When you try to compile inside the VB6 IDE and an error is found the compiler shows a message box with the description of the error and take you to the line of code where the error is found.
You won't get a complete list of errors as in VC++, instead, every time you try to run or compile the program you'll be taken to the first error the compiler finds, then you fix it and try to compile again.
Business Accounts
Answer for Membership
by: PaulHewsPosted on 2005-06-17 at 10:15:19ID: 14243092
If you are building in the IDE then you will see a message box for the first compile error. When you start compiling again, you will see the next error. If you are building from the command line, you can output the error to a file with the out switch, but you will still only see the first error.