I must always rebuild my solution

  • Thread starter Thread starter Peter Stojkovic
  • Start date 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
 
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
 
Back
Top