GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET

 Print  |  
Question:  AppDevRight Modify Visual Studio .NET Application

Answer: You company AppDevRight assigns you to modify a Visual Studio .NET application that was created by a former colleague. However, when you try to build the application, you discover several syntax errors.
You need to correct the syntax errors and compile a debug version of the code so the application can be tested.
Before compiling, you want to locate each syntax error as quickly as possible.
What should you do?

A. Select each error listed in the Task List window.

B. Open the Application event log from the Visual Studio .NET Server Explorer
window. Select each error listed.

C. Run the application in Debug mode. Each time an error is encountered,
correct it and continue debugging the application.

D. Select Build Solution from the Build menu. When the build fails, correct
each error listed in the Output window.

E. Select Build Comment Web Pages from the Tools menu. Select each
function listed in the report that is generated.


April 04, 2009 14:15:23 #1
 rafabenitez5   Member Since: April 2009    Total Comments: 1 

RE: AppDevRight Modify Visual Studio .NET Application
 
Run the application in Debug Mode. Each time an error is encountered, correct it and continue debugging the application
     

 

Back To Question