I have implemented a custom BuildTask and set the build engine in it. But while executing the code, I am getting this exception
Method not found: 'Void Microsoft.Build.Utilities.Task.set_BuildEngine(Microsoft
.Build.Framework.IBuildEngine)'.
What can be possible cause of this?