
Difference between build and rebuild in VB.NET?
Hi Rubbrecht,
The difference is pretty minor. Rebuild starts from scratch, whereas
build may use parts that are cached and don't need re-doing. Rebuild
comes in handy when you encounter an error in the build and it doesn't
seem toi want to clear, such as if you have a file lock or similar. So
normally you can use Build, but if you get into trouble try ReBuild.
Quote:
> Hi there,
> Can anybody explain to me what the difference is between building and
> rebuilding a project or solution in Visual Basic .NET?!
> Best regards,
> Philippe