Hi
-
What is the difference between build and rebuild vijay
-
What is the difference between build and rebuild vijay
A build will compile the current project. A rebuild will build/compile all referenced projects as well. So if you have two projects in your solutions. If you change on project forget to build it. The go to the other project make some changes and build it, when you build it, it is still using the old build of the first project. If you do a rebuild both projects will get built. Hope that helps. Ben
-
A build will compile the current project. A rebuild will build/compile all referenced projects as well. So if you have two projects in your solutions. If you change on project forget to build it. The go to the other project make some changes and build it, when you build it, it is still using the old build of the first project. If you do a rebuild both projects will get built. Hope that helps. Ben