Hi,
I am trying to download the tools for Dynamics 365 v9.0.
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/download-tools-nuget
but I'm getting the following errors:
move : Cannot find path 'D:\SDK\Tools\tools' because it does not exist.
At line:1 char:1
+ move .\Tools\$prtFolder\tools\*.* .\Tools\PluginRegistration
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\SDK\Tools\tools:String) [Move-Item], Ite
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.MoveItemCommand
I manually created the folder Tools\tools,then I'm getting the following error
Unhandled Exception: System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.
at NuGet.Common.CommandLineResponseFile.ParseArgsResponseFiles(String[] args, Int32 parseArgsResponseFileRecursionDepth
)
at NuGet.CommandLine.Program.Main(String[] args)
PS D:\SDK> md .\Tools\PluginRegistration
Does anyone know how to fix this?
*This post is locked for comments
I have the same question (0)