I must always rebuild my solution

  • Thread starter Peter Stojkovic
  • Start date
P

Peter Stojkovic

I have a Solution with 3 projects all in VB.

If I make Changes in project A in one file, and say run,
than the compiler finds always errors in a other forms, that should be
correct.

After a full rebuild of the solution everything is OK.

But that needs too much time, to make ALWAYS a full rebuild of the soultion.

What can be the problem ??

The Application is working well.

Thanks for any help
Peter
 
W

Wade Coonrod

From what I can tell you have project dependy issues

I have a solution with 2 projects

If you right-click on the solution you can set the dependencies and build
order.

Also, out on www.thecodeproject.com there is a macro that you can download
that will stop the build when it encounters an error an NOT build any other
project. This can reduce build times.

Let me know if that helps...
Wade
 

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

Top