Following the tutorials from the MS site, we've been able to download and modify the standard Field Service Technicians report PCF control. However, when using either Visual Studio or the PCF Builder from XRM Tool Box, when trying to add the modified control to a solution using the msbuild /t:build /restore, we are met with the following errors:
Microsoft.PowerApps.MSBuild.Solution.targets(134,5): error : Value cannot be null.
Microsoft.PowerApps.MSBuild.Solution.targets(134,5): error : Parameter name: type
This appears to be pointing to the MSBuild location SolutionPackagerTask.
In the CDSPROJ - I've added entries for all the variables needed for Solution Packager - but this has not resolved the issue.
I've tried the following - with no success:
1. dotnet restore --interactive then msbuild /t:restore on the component folder
2. dotnet restore --interactive then msbuild /t:restore on the solution folder
Then running the msbuild command.
This has been done with the latest version of the Power Apps CLI 1.9.9, and NPM version 8.1.0
Any help would be appreciated.
Thanks
Paul