scottdurow / SparkleXrm

An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
267 stars 197 forks source link

Deploying plugins to CRM 8.2 on-prem fails with error #480

Open Martype opened 11 months ago

Martype commented 11 months ago

Microsoft Dynamics 365 -Version 1612 (8.2.2.112) (DB 8.2.3.8) lokal

command: .\deploy-plugins.bat /l

Error message:

Deploying Plugins Searching for plugin config in 'C:\Users*.spkl..' Using Config 'C:\Users******.Plugins' Checking assembly 'Microsoft.Bcl.AsyncInterfaces.dll' for plugins The application terminated with an error. Die Datei oder Assembly "System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. bei SparkleXrm.Tasks.DeployPluginsTask.DeployPlugins(OrganizationServiceContext ctx, ConfigFile config) bei SparkleXrm.Tasks.DeployPluginsTask.ExecuteInternal(String folder, OrganizationServiceContext ctx) bei SparkleXrm.Tasks.BaseTask.Execute(String folder) bei SparkleXrmTask.Program.RunTask(CommandLineArgs arguments, IOrganizationService service, ITrace trace) bei SparkleXrmTask.Program.Run(CommandLineArgs arguments) bei SparkleXrmTask.Program.Main(String[] args) Drücken Sie eine beliebige Taste . . .

Translation:

The file or assembly "System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" or a dependency on it was not found. The system can not find the stated file.

Any idea how to fix this?