Failed to Load Task "Microsoft. Build. Tasks." From assembly D: \ windows \ Microsoft. NET \ framework \ v3.5 \ Microsoft. Build. Tasks. dll.

Source: Internet
Author: User

 

Failed fromProgramSet D: \ windows \ Microsoft. NET \ framework \ v3.5 \ Microsoft. Build. Tasks. DLL to load the task "Microsoft. Build. Tasks. Delete ". The file cannot be loaded or the Assembly "file: // D: \ windows \ Microsoft. NET \ framework \ v3.5 \ Microsoft. Build. Tasks. dll" or one of its dependencies. The system cannot find the specified file. Make sure that the <usingtask> declaration is correct and that the Assembly and all its dependencies are available.

This error occurs because the version of The. Targets file referenced by the project file seqwkflow. csproj is incorrect.

Solution:

Open seqwkflow. csproj in the text editor and remove the following lines of text (which can be found in row 86th of the file ):

<Import project = "$ (msbuildextensionspath) \ Microsoft \ Windows Workflow Foundation \ V3.0 \ workflow. Targets"/>.

Add the following lines:

<Import project = "$ (msbuildextensionspath) \ Microsoft \ Windows Workflow Foundation \ v3.5 \ workflow. Targets"/>

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.