Suddenly when I opened by Visual Studio 2008 solution today and tried to rebuild all, I got the following error:
The "Message" 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 "D:\WINDOWS\Microsoft.NET\Framework\v3.5" directory
I don't understand anything of this. Can you please guide.