To run without compiling

  • Thread starter Thread starter Eddy Soeparmin
  • Start date Start date
E

Eddy Soeparmin

Hi there,

Is there a way to run the app without recompiling each time? Every time when
I need to run the app, I press F5 or click on the debug icon (Play) to run
it. Then VS .NET recompiles every thing then run it. Can we bypass that?
Please let me know. Thanks.

Eddy
 
Go into the Solution Properties dialog (right-click the Solution and select
"Properties"), click on the "Configuration" item, and uncheck the "Build"
check box for any project you don't want rebuilt.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 
Thanks Kevin.

Kevin Spencer said:
Go into the Solution Properties dialog (right-click the Solution and select
"Properties"), click on the "Configuration" item, and uncheck the "Build"
check box for any project you don't want rebuilt.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top