Hi All,
I am getting error while compiling a project, which contains one extension class, report design and temp table. Below is the error:
The "CopyReferencesTask" task could not be loaded from the assembly Microsoft.Dynamics.Framework.Tools.BuildTasks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35. Could not load file or assembly 'Microsoft.Dynamics.Framework.Tools.BuildTasks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
I have already checked the rnrproj file and it has got the following line:
Also, I have checked the folder C:\Program Files (x86)\MSBuild\Microsoft\Dynamics\AX and it contains the following files, as suggested by Martin Drab in another community post:

Can someone please let me know how to resolve the above issue ?