I'm new in C# and I have created a new project in visual studio 2010. I build this one and I have this error in my View Error List:
Error 1 The "Output" 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 in the project file, or in the *.tasks files located in the "C:\windows\Microsoft.NET\Framework\v4.0.30319" directory.
And in my output view I have :
C:\windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1580,7): error MSB4036: The "Output" 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 in the project file, or in the *.tasks files located in the "C:\windows\Microsoft.NET\Framework\v4.0.30319" directory.
Can someone help me.
Regards,