If you mean, you have built a project in Visual Studio then press build again, will it recompile the project, then generally the answer is no. Visual Studio is intelligent enough to work out it doesn't need to, as the resulting IL will be the same. You can however force it to be built again by right-clicking on the project name in Solution Explorer and pressing Rebuild.
HTH
Phil
Last edited by philip_cole; March 21st, 2009 at 08:03 PM..
|