7

I am getting below error, while execute build in TFS 2010:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.

Please suggest what to do?

2

2 Answers 2

12

Install the SDK or copy the contents of the following folder from a developer machine to the build server: C:\Program Files (x86)\Reference Assemblies\Microsoft\

Sign up to request clarification or add additional context in comments.

Comments

-10

Install VS 2013 on your build server.

3 Comments

Thanks. its a buil server VS 2013 issue. Thanks
You shouldn't need to install Visual Studio on a build server.
Yes, this can be done. You can also build and deploy directly from your development machine. Should you? No, not really.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.