Team,
I am trying to migrate a .NET framework 2.0 targetting solution to .NET 4.0 . I am facing a problem while i am doing a build.
The error is as such
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2869,13): error MSB4064: The "SourceFiles" parameter is not supported by the "Copy" task. Verify the parameter exists on the task, and it is a settable public instance property. C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2868,9): error MSB4063: The "Copy" task could not be initialized with its input parameters.
May i know how to get around this type of MSbuild issues? I know my converted solution should target the .NET framework 4.0 build. But how do we do it? Tried several ways editing the Microsoft.Common.Targets file but with no success. Please can anyone help me