is there any way to run .net project without compiling?

Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jan 2008
Posts: 2,052
Reputation: serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light 
Solved Threads: 118
Featured Poster
serkan sendur serkan sendur is offline Offline
Postaholic

is there any way to run .net project without compiling?

 
0
  #1
Mar 12th, 2009
Having a big project and having to compile it in order to run it each time, takes long time.
I want to run it without build stage if possible(provided that i didnt make any change to source codes).

Any ideas?

Thanks.
Due to lack of freedom of speech, i no longer post on this website.
Reply With Quote Quick reply to this message  
Join Date: Nov 2005
Posts: 33
Reputation: miculnegru is an unknown quantity at this point 
Solved Threads: 5
miculnegru miculnegru is offline Offline
Light Poster

Re: is there any way to run .net project without compiling?

 
1
  #2
Mar 12th, 2009
you could just run the .exe that it's in the Debug folder after each build.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 2,052
Reputation: serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light serkan sendur is a glorious beacon of light 
Solved Threads: 118
Featured Poster
serkan sendur serkan sendur is offline Offline
Postaholic

Re: is there any way to run .net project without compiling?

 
0
  #3
Mar 12th, 2009
Originally Posted by miculnegru View Post
you could just run the .exe that it's in the Debug folder after each build.
good idea, maybe i can add that .exe as a link to my project to get around browsing and locating it.
Due to lack of freedom of speech, i no longer post on this website.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 68
Reputation: achristov is an unknown quantity at this point 
Solved Threads: 5
achristov's Avatar
achristov achristov is offline Offline
Junior Poster in Training

Re: is there any way to run .net project without compiling?

 
0
  #4
Mar 19th, 2009
What tool are you using to build the project?
Alexander Christov,
www.achristov.info
Reply With Quote Quick reply to this message  
Join Date: Aug 2008
Posts: 1,162
Reputation: dickersonka will become famous soon enough dickersonka will become famous soon enough 
Solved Threads: 137
dickersonka dickersonka is offline Offline
Veteran Poster

Re: is there any way to run .net project without compiling?

 
1
  #5
Mar 19th, 2009
The exe is the compiled solution, all exes have already been compiled as well

if you are in a winforms app, it needs to be compiled before running it, if you are in asp.net you can set the project not to be built until specifically build the project

if your project is getting to be that large, then possibly separate your reference dlls out into a separate solution, and build those when necessary, and have the main app reference the dlls rather than projects
Custom Application & Software Development
www.houseshark.net
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC