DownloadFile Task in my project?

  • Thread starter Thread starter M.S.Smith
  • Start date Start date
M

M.S.Smith

Guest
I don't understand why I am getting this error when I build my project.

error:

Severity Code Description Project File Line Suppression State
Error The "DownloadFile" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with <UsingTask> in the project file, or in the *.tasks files located in the "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin" directory. OpenGL_ConsoleApp

I don't understand why, since I don't have this task in my project... at least, not to my knowledge.

My OpenGL project built, and ran fine, until I tried installing some nuget packages, which failed. After that, I keep getting the error.

Please can someone help me get rid of this error, so I can move on with y project.

PS : I got the problem in VS2015, and I recreated the project from scratch, in VS2017, getting the exact error. I'm on Windows.

Continue reading...
 
Back
Top