Compile issues

  • Thread starter Thread starter rnair20
  • Start date Start date
R

rnair20

Hi All,

I am running VB.NET 2003 . The solution has several projects. Recently I am facing several issues with compilation. It forces me to rebuild the solution for a single and simple code line change. Also sometimes after I rebuild the solution, the execution or run generates errors which do not really make any sense. Closing the applcn or rebuilding the solution solves the issue. But with the slow speed this whole process takes a good amount of time.

Any ideas how I can improve the build or compile time..or what could be the issues??

Thanks,
-Rem


**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
what do you mean "forces you"? if you try only rebuilding the modified
project and try building the solution, doesn't it work?

what kind of projects are involved? could the IDE be locking any of them?
 
Back
Top