943,546 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Marked Solved
  • Views: 956
  • C# RSS
Mar 12th, 2009
0

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

Expand Post »
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.
Similar Threads
Featured Poster
Reputation Points: 854
Solved Threads: 127
Banned
serkan sendur is offline Offline
2,057 posts
since Jan 2008
Mar 12th, 2009
1

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

you could just run the .exe that it's in the Debug folder after each build.
Reputation Points: 15
Solved Threads: 5
Light Poster
miculnegru is offline Offline
33 posts
since Nov 2005
Mar 12th, 2009
0

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

Click to Expand / Collapse  Quote originally posted by miculnegru ...
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.
Featured Poster
Reputation Points: 854
Solved Threads: 127
Banned
serkan sendur is offline Offline
2,057 posts
since Jan 2008
Mar 19th, 2009
0

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

What tool are you using to build the project?
Reputation Points: 23
Solved Threads: 6
Junior Poster in Training
achristov is offline Offline
68 posts
since Mar 2008
Mar 19th, 2009
1

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

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
Reputation Points: 133
Solved Threads: 141
Veteran Poster
dickersonka is offline Offline
1,162 posts
since Aug 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: MSChart And DOTNET FRAMWORK 3.5
Next Thread in C# Forum Timeline: How to find my exe's path?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC