when I build Asp.net MVC Application in TFS Server.
I am getting this error
Compling sources for any CUP/Release
Project TFSBuild.proj is building ‘A.sln’ with default traget
What is this casue?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like you’re using TFS2008/5 so open the TFSBuild.proj file from source control and look for something in it like this:
Change the A.sln to the name of your MVC solution and then try again. Don’t forget that the path to the solution will be relative to where the TFSBuild.proj file is located.