I am a part of TFS project. We use Visual Studio 2005. It was allright some days ago, I mean I used to be able to build a project with new changes. However, today!
For instance, I have a page under a web application. I add two text box component and I build the whole project but it does not build the project with two new text boxes. It all says "build succeded" but unfotunately without the new changes.
How can I configure the Visual Studio to do the excat job, I mean the right build operation.
Regards bk
One more information about this question which has an importance for me to keep working faster like before: So ;
- One of my collegue from the team that we work together said that: apperantely the build order has changed when someone has added a new project to the common solution that I want to build-up. Any idea to roll-back the configuration or whatever ? since I fed-up doing firstly clean the solution then build the solution to let Visual Studio consider the new changes that I made...