Closed AleksandrRogov closed 2 years ago
I had to manually add the following two libraries to:
C:\Users\
It started working after that.
@AleksandrRogov I will be investigating this tonight.
@AleksandrRogov will it be correct to assume that you are using the latest version of XrmToolBox - v1.2021.5.47 or higher? It would seem from this version, XrmToolBox removed its dependency on Nuget.Core and started using NuGet.Packaging. Please let me know if this is the case so we can best tailor the resolution.
@realekhor I have upgraded XrmToolBox since then, but I think I was using 1.2021.5.49, so your assumption is probably correct.
@AleksandrRogov where do I get these two libraries from? How do I add them besides copy them into the plugin folder? thanks for your help!
@BabaMalaika dotnet add package NuGet.Core --version 2.14.0 dotnet add package XmlTransform --version 1.0.0
It will save dynamic libraries in appdata dir, then you can copy/paste them in plugins dir.
@zunic97 thanks mate!
Describe the bug When I select an Export Config path and then click on Save Export Config, I am getting an error: Could not load file or assembly "NuGet.Core, Version 2.14.0.832".
To Reproduce I am pretty sure you need to have a clean XrmToolBox installation to reproduce this properly. So the step 0 will be to download and unpack XrmToolBox.
Expected behavior Successfully save Export Config json file.
Additional context Details: