Hi i am getting Error Failed to locate dotnet.exe or msbuild.exe to build the temporary solution when running pac pcf push... ,
After this error I again tried to build solution using msbuild but getting following error
C:\Users\surendar\.nuget\packages\microsoft.powerapps.msbuild.solution\0.4.3\build\Microsoft.PowerApps.MSBuild.Solution
.targets(132,5): error : Control directory with publisher name E:\SurendarWork\PcfControls\TestControl\FieldControls\La
testCli\FrameworkExplore\FrameworkExplore_Solution\obj\Debug\Controls\sg_FieldControl.FrameworkTestClass already exists
[E:\SurendarWork\PcfControls\TestControl\FieldControls\LatestCli\FrameworkExplore\FrameworkExplore_Solution\FrameworkE
xplore_Solution.cdsproj]
Thanks both issue's are solved
For this error "Error Failed to locate dotnet.exe or msbuild.exe to build the temporary solution when running pac pcf push... "
Can you ensure that you either have dotnet cli installed on your machine or you are running from a Visual Studio 2017/2019 Developer Command Prompt.
For this Error
"C:\Users\surendar\.nuget\packages\microsoft.powerapps.msbuild.solution\0.4.3\build\Microsoft.PowerApps.MSBuild.Solution
.targets(132,5): error : Control directory with publisher name E:\SurendarWork\PcfControls\TestControl\FieldControls\La
testCli\FrameworkExplore\FrameworkExplore_Solution\obj\Debug\Controls\sg_FieldControl.FrameworkTestClass already exists
[E:\SurendarWork\PcfControls\TestControl\FieldControls\LatestCli\FrameworkExplore\FrameworkExplore_Solution\FrameworkE
xplore_Solution.cdsproj]"
This is a bug fix that is scheduled for next release with this workaround "msbuild /t:rebuild" instead of "msbuild" temporarily. Can you please try this ?
WarrenBelz
87
Most Valuable Professional
mmbr1606
71
Super User 2025 Season 1
Michael E. Gernaey
65
Super User 2025 Season 1