Link to home
Start Free TrialLog in
Avatar of ross13
ross13Flag for United Kingdom of Great Britain and Northern Ireland

asked on

vb net 2012 there were build errors would you like to continue and run the last successful build

Hi,

I hope that someone is able to help. I have opened a project that I have not used in a while and when I try to run it receive the message "vb net 2012 there were build errors would you like to continue and run the last successful build". I do not receive any critical messages so why wont it build?

Best Regards,

Ross
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

To your statement, ""vb net 2012 there were build errors would you like to continue and run the last successful build"", we will not be able to answer that type question without getting more information.

We can tell that it is a compile error and not a runtime error. So I would ask the last time you had this program open, did the program compile and run without errors? Since the last time you ran this solution did you upgrade VS to VS2013?
ASKER CERTIFIED SOLUTION
Avatar of it_saige
it_saige
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What do you call a critical message? When the application cannot compile, this is the only message that you usually get. You need to look somewhere else to get the information.

Problems that prevents an application are usually called Errors, not "critical messages". When you receive the message that you got, you should usually give a look at the Errors section of the Error List window that is available at the bottom of the Visual Studio screen by default.

If you do not see it, it can be activated through the View menu.