1
votes

I'm encountering the following error message when I build/rebuild my MVC .NET 4.0 solution in Visual Studio 2012:

The "EnsureBindingRedirects" 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.

Don't know how to fix this. Any help would be appreciated.

1

1 Answers

0
votes

One of the three following steps could help:

  • Cleaning the solution
  • restarting VS
  • restarting Windows