Giter VIP home page Giter VIP logo

xrm-datamigration-xrmtoolbox's Introduction

CDS Data Migrator Guide

Content


CI Build status Nuget

Introduction

The CDS Data Migrator tool provides an easy to use interface that enables you to generate an XML schema file that can be used to export data from one CRM environment and import into another. The tool not only supports the ability to add entity attributes and many-to-many relationships to the schema, but beyond that, it supports the creation of filters and GUID mappings which are stored as JSON file formats.

Video Intro

CDS Data Migrator - Intro

Use Cases

A major benefit of the CDS Data Migrator is that it has data obfuscation built in. For example, sample production data might contain confidential information such as names, email and GUIDs which should not exist in other environments. When import this data into another environment such as test or UAT then the tool can be configured to scrabble select entity fields during the import. Strings are scrabbled by replacing a value with a new value of the same length but with random characters (A-Z a-z 0-9). Numbers are scrabbled to another random number. If you need to move reference/configuration data from development into other environments such as test, UAT or production then this tool saves time as the configuration would only need to be done once and then can be replicated in other environments seamlessly using the tool. This includes entities such as Calendars, Business Units, Teams, and Organisation Settings.

Feature Comparison

Below is a table comparing the CDS Data Migrator tool with Microsoft's.

Feature MSFT Configuration Migration Tool CDS Data Migrator
Supports attributes in schema Yes Yes
Supports many to many relationships in schema Yes Yes
Schema Validation Yes No
Modification of existing schema Yes Yes
Exporting of data from a single environment using schema Yes Yes
Error logging on data export / import process Yes Yes
Colour coded sorting applied to attributes No Yes
Apply GUID Mappings included in export / import process No Yes
Apply Filters included in the export / import process No Yes
Ability to migrate Teams Yes Yes
Ability to migrate Calendars No Yes
Ability to migrate Business Units Yes Yes

Installation

Before using the CDS Data Migrator, you will need to install XrmToolBox which can be downloaded from here

Once XrmToolBox is installed, launch it and then select the Tool Library through Configuration menu as shown below: Select Tool Library

Then search for "CDS Data Migrator", select and Install it: Search for CDS Data Migrator

Once the installation has completed successfully, you will see the CDS Data Migrator listed in the Tools windows as shown below: CDS Data Migrator

Click the data migrator to launch it. You will be prompted for a connection to Dynamics 365 organization as shown below:

Connectionstring prompt

Connect to an environment and you will be taken to the Schema Configs page as shown below: Schema Configs page

Data Import and Export Schema Generation

The data migrator adheres to a predefined import export schema and the tool can be used to generate the respective schema for import and export. Note that for each of these, both the JSON and CSV formats are supported.

To generate or modify a schema, please follow the steps below:

  1. Select Schema Config from the top ribbon if you are not on this page already.

  2. If you have an existing schema, you can click on Load Schema to edit that file. This will pre-select the entities, attributes and relationships stored in that file.

  3. Select/unselect the entities, attributes, and relationships to export/import. In this example, we are creating a schema file for Accounts although you can select multiple entities. Select Schema Configs

  4. To save the file, click on Save Schema. Save Schema File

Your schema file will be saved at the specified location. This file will contain all selected entities and their respective selected attributes and relationships.

Below shows an example schema file:

Schema Config Example

Export Config File

The export config file gives you additional control and features over Microsoft's Configuration Migration Tool. You can understand these options further here.

To create or update an export config:

  1. Select Data Export from the top ribbon which will bring you to the below page: Initial Export Page

  2. If you have an existing export config file, you can click on Load to edit that file. This will pre-input the configs that you had stored in that file. Load Export Config file

  3. Adjust the fetch and write settings accordingly and ensure you add a schema file. Edited Export Config file

  4. To save the new or updated export config file, click on Save. Save Export Configs

Your export configs file will be saved at the specified location.

Below shows an example export config file:

Export Config Example

Import Config File

The import config file gives you additional control and features over Microsoft's Configuration Migration Tool. You can understand these options further here.

To create or update an import config:

  1. Select Data Import from the top ribbon which will bring you to the below page: Initial Export Page

  2. If you have an existing import config file, you can click on Load to edit that file. This will pre-input the configs that you had stored in that file. Load Import Config file

  3. Adjust the fetch and write settings accordingly, including a schema file if importing from CSV. Edited Import Config file

  4. To save the new or updated import config file, click on Save. Save Import Configs

Your import configs file will be saved at the specified location.

Below shows an example import config file:

Import Config Example

Data Export

Once all the schema and config files are saved the next step is to export the data from D365.

  1. Select Data Export from the ribbon and select format type of JSON or CSV.

  2. Select the location to save the data.

  3. If you have a saved export config from Export Config File, click Load to open this. Alternatively, adjust these settings now or leave the defaults.

  4. Select the Environment if different then verify the location of the schema file.

The Data Export page should look something like this: Run Export

  1. Select Run and the data will be exported to the specified location. You will also see a success message confirming that data export is complete:

Data Export Complete

The Data is now extracted into a JSON file which you can see an example of below: Data Export Output

In this example 3 Account records have been extracted with the attributes ‘Account Name’, ‘Email Address’ & ‘Account Number’

Data Import

To import the exported data into an environment, follow the instructions below

  1. Select Data Import from the ribbon and select format type of JSON or CSV.

  2. Select the location of the source data.

  3. If you have a saved import config from Import Config File, click Load to open this. Alternatively, adjust these settings now or leave the defaults.

  4. Select the Environment if different then select the location of the schema file (schema is only required for CSV).

The Data Import page should look something like this: Run Import

  1. Select Run and the data will be imported into D365. You will also see a success message confirming that data import is complete:

Data Import Complete

You will then be able to view your data in D365. Imported Accounts

xrm-datamigration-xrmtoolbox's People

Contributors

danroche10 avatar dependabot[bot] avatar felixnupa avatar ksulikow avatar markcunninghamuk avatar realekhor avatar satyarkar avatar tdashworth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xrm-datamigration-xrmtoolbox's Issues

Plugin cannot be installed/updated

Describe the bug
The plugin shows as installed without a version number and can't be installed (even though it say "done")

image

To Reproduce
Open XRM ToolBox Plugin Store (clean or not-clean install)

Expected behavior
To be able to install/update.

Additional context
Version: 1.2022.11.59
Internal team discussion: https://teams.microsoft.com/l/message/19:[email protected]/1674810230045?tenantId=76a2ae5a-9f00-4f6b-95ed-5d33d77c4d61&groupId=2deb0a4a-53a1-42e2-8086-b7da26e91a57&parentMessageId=1674810230045&teamName=Capgemini%20UK%20Microsoft%20Community&channelName=Accelerators&createdTime=1674810230045&allowXTenantAccess=false

No file/schema validation on data import

Describe the bug
When importing a csv file there is no validation on the schema file that os selected. you can select any type of file the tools will try to import and report no errors.

To Reproduce
Tab "Data Import" , Select CSV, select a txt file and continue

Expected behavior
File Schema validation and error

.

ERROR: NuGet.Core

When attempting to run a basic data export, receiving the error: Could not load file or assembly 'NuGet.Core, Version=2.14.0.832 or one of its dependencies, the system cannot find the file specified.

This is a new installation of CDS Data Migrator in the XRMToolBox and first attempt at using it. Version is 2.0.0.0

There are no stated prereqs to install nuget client

Data Migrator does not work with self referential many to many entity relationships

Describe the bug
If an out of the box N:N relationship is set up between a table and itself, the data migrator cannot export it, as it assumes the primary key for records will always be "schema name" + id, but with self referential N:Ns the primary key on the link table is is "schema name" +
"schema name" + id, with the guids of the two records to be linked stored as "schema name" + idone and "schema name" + idtwo.

To Reproduce
Create an OOB self referential many to many relationship between a table and itself.
Add this relationship to the schema in CDS Data Migrator.
Attempt to export data using the schema.

Expected behavior
CDS data migrator should export the records with the relationship and model it correctly in JSON.

Additional context
This is something that the base configuration migration tool handles so we have been using that just for this one table relationship and CDS Data Migrator for everything else. I assume these parameters in the CM schema are used to manage this scenario: manyToMany="true" isreflexive="true"

At start, all 3 controls "Import Config", "Export Config" and "Schema File Path" are disabled

As a first time user of "CDS Data Migrator", when I start it and if I choose "All of the above":
image
I'm getting the following:
image
where the 3 controls "Import Config", "Export Config" and "Schema File Path" are disabled as well as their corresponding button "...".
Same behaviour even if I select an entity and attributes.

By the way, I found a work around : click on button "Back", re-select option "All of the above" and click "Next"... and magically the 3 previously disabled controls are now enabled!

Thks in advance.

Dirty form notifications

Is your feature request related to a problem? Please describe.
It would be nice to receive a notification when loading a file/closing the tab if there are dirty (unsaved changes) on either of the three pages.

Describe the solution you'd like
Give I am a user of the plugin
And I have opened the schema/export/import page
And I make a change from the default config
When I close which page/close plugin/load a file
Then a yes/no message will open warning to lose of changes and if I want to continue

Give I am a user of the plugin
And I have opened the schema/export/import page
And I load a file
And make a change to the config
When I close which page/close plugin/load a file
Then a yes/no message will open warning to lose of changes and if I want to continue

Give I am a user of the plugin
And I have opened the schema/export/import page
And I optional load a file
And I make a change to the config
And I click save
When I close which page/close plugin/load a file
Then there will be no message and the action continues

Basically the form is not dirty when first opened, file loaded, or file saved. Any other change should make it dirty.

Something to consider would be unsaveable fields like data type or environment. Since these would be lost when closing anyway, they shouldn't make the form dirty.

Longer file/folder input

Is your feature request related to a problem? Please describe.
It is frustrating that the inputs to file and folder paths do not use more screen real estate. This would be useful to verify the paths are correct.

Describe the solution you'd like
Dynamically make the widths of these inputs fill the available screen.

Data Import:

  • Schema
  • Import Config
  • Source directory

Data Export:

  • Schema
  • Export Config
  • Target directory

Schema Config:

  • Import Config
  • Export Config
  • Schema Config

No error logging

It appears that if the engine crashes due to an unexpected, the UI never presents this to the user. I've seen two case of this:

  1. When an Office365 connection string has been used but not supported.
  2. When the batch limit is exceeded for writes to Dataverse.

This results in the process looking frozen or paused which is quite confusing for the user.

Command buttons are not visible

When XrmToolbox is not maximized or when used on computer screens with lower resolution, command button are not visible.
See image below

To Reproduce
image

For critical bugs error is not propagated to user

When data migration fails with critical error, it is not logged to log window and there is no notification, it looks as it has just hangs. The reason is no exception handling for the worker thread in PerformImportAction function in mportWizzard.cs file

Refactor UI components for testability

This request seek to restructure the data migrator using the Model View Presenter (MVP) pattern with the aim of moving all logic from code behind into presenter constructs using MVP.

Log window not presenting user friendly information

Is your feature request related to a problem? Please describe.
The information displayed in the Log window is not what a user needs to understand what happened with the import

Describe the solution you'd like
Summary of the import : number of rows imported, which entities, any errors etc

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".

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

Select Generate / Modify Export Config File
Select a path to Export Config
Click Save -> Save Export Config
Error.

Expected behavior
It should allow to Save export config json file

Additional context
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at Capgemini.Xrm.CdsDataMigratorLibrary.Controllers.ConfigurationController.GenerateExportConfigFile(TextBox exportConfig, TextBox schemaPath, Dictionary2 inputFilterQuery, Dictionary2 inputLookupMaping, INotificationService notificationService)
at Capgemini.Xrm.DataMigration.XrmToolBoxPlugin.SchemaWizard.ToolBarSaveFiltersClick(Object sender, EventArgs e) in D:\a\1\s\Capgemini.Xrm.CdsDataMigrator\Capgemini.Xrm.CdsDataMigratorLibrary\UserControls\SchemaWizard.cs:line 460
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4510.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

XrmToolBox
Assembly Version: 1.2022.5.56
Win32 Version: 1.2022.5.56
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/XrmToolBox.exe

CrowdStrike.Sensor.ScriptControl
Assembly Version: 6.38.15205.0
Win32 Version: 6.38.15205.0
CodeBase: file:///C:/WINDOWS/System32/CrowdStrike.Sensor.ScriptControl15205.dll

XrmToolBox.Extensibility
Assembly Version: 1.2022.5.56
Win32 Version: 1.2022.5.56
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/XrmToolBox.Extensibility.DLL

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4470.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4488.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4488.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

Microsoft.IdentityModel
Assembly Version: 3.5.0.0
Win32 Version: 6.1.7601.24479
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.IdentityModel.DLL

System.IO.Compression.FileSystem
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll

XrmToolBox.PluginsStore
Assembly Version: 1.2022.5.56
Win32 Version: 1.2022.5.56
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/XrmToolBox.PluginsStore.DLL

NuGet.Common
Assembly Version: 6.0.0.165
Win32 Version: 6.0.0.165
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/NuGet.Common.DLL

NuGet.Packaging
Assembly Version: 6.0.0.165
Win32 Version: 6.0.0.165
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/NuGet.Packaging.DLL

NuGet.Protocol
Assembly Version: 6.0.0.165
Win32 Version: 6.0.0.165
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/NuGet.Protocol.DLL

Newtonsoft.Json
Assembly Version: 13.0.0.0
Win32 Version: 13.0.1.25517
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Newtonsoft.Json.DLL

McTools.Xrm.Connection
Assembly Version: 1.2022.5.51
Win32 Version: 1.2022.5.51
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/McTools.Xrm.Connection.DLL

McTools.Xrm.Connection.WinForms
Assembly Version: 1.2022.5.51
Win32 Version: 1.2022.5.51
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/McTools.Xrm.Connection.WinForms.DLL

Microsoft.Xrm.Sdk
Assembly Version: 9.0.0.0
Win32 Version: 9.2.46.5279
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Xrm.Sdk.DLL

Microsoft.Xrm.Sdk.Workflow
Assembly Version: 9.0.0.0
Win32 Version: 9.2.46.5279
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Xrm.Sdk.Workflow.DLL

Microsoft.Crm.Sdk.Proxy
Assembly Version: 9.0.0.0
Win32 Version: 9.2.46.5279
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Crm.Sdk.Proxy.DLL

Microsoft.Xrm.Tooling.Connector
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.119
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Xrm.Tooling.Connector.DLL

Microsoft.Xrm.Tooling.Ui.Styles
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.119
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Xrm.Tooling.Ui.Styles.DLL

Microsoft.Xrm.Tooling.CrmConnectControl
Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.119
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Xrm.Tooling.CrmConnectControl.DLL

Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly Version: 5.2.9.0
Win32 Version: 5.2.9.0
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.IdentityModel.Clients.ActiveDirectory.DLL

WeifenLuo.WinFormsUI.Docking
Assembly Version: 3.0.6.0
Win32 Version: 3.0.6.0
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/WeifenLuo.WinFormsUI.Docking.DLL

WeifenLuo.WinFormsUI.Docking.ThemeVS2015
Assembly Version: 3.0.6.0
Win32 Version: 3.0.6.0
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/WeifenLuo.WinFormsUI.Docking.ThemeVS2015.DLL

ScintillaNET
Assembly Version: 3.6.3.0
Win32 Version: 3.6.3.0
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/ScintillaNET.DLL

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Net.Http
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll

System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll

SMDiagnostics
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll

System.ServiceModel.Internals
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

McTools.StopAdvertisement
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/McTools.StopAdvertisement.DLL

System.Xml.Linq
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

System.ComponentModel.Composition
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll

Capgemini.Xrm.DataMigration.XrmToolBox
Assembly Version: 1.1.10.0
Win32 Version: 1.1.10.0
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/CAPGEMINI.XRM.DATAMIGRATION.XRMTOOLBOX.DLL

DamSim.SolutionTransferTool
Assembly Version: 1.2022.5.27
Win32 Version: 1.2022.5.27
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DAMSIM.SOLUTIONTRANSFERTOOL.DLL

DamSim.ViewTransferTool
Assembly Version: 1.2019.11.4
Win32 Version: 1.2019.11.4
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DAMSIM.VIEWTRANSFERTOOL.DLL

DataImport
Assembly Version: 1.2019.2.44
Win32 Version: 1.2019.2.44
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DATAIMPORT.DLL

Dataverse.XrmTools.DataMigrationTool
Assembly Version: 2022.5.23.1
Win32 Version: 2022.5.23.1
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DATAVERSE.XRMTOOLS.DATAMIGRATIONTOOL.DLL

GapConsulting.PowerBIOptionSetAssistant
Assembly Version: 1.2021.2.4
Win32 Version: 1.2021.2.4
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/GAPCONSULTING.POWERBIOPTIONSETASSISTANT.DLL

Javista.AttributesFactory
Assembly Version: 1.2022.4.12
Win32 Version: 1.2022.4.12
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/JAVISTA.ATTRIBUTESFACTORY.DLL

Javista.XrmToolBox.ImportNN
Assembly Version: 1.2020.11.11
Win32 Version: 1.2020.11.11
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/JAVISTA.XRMTOOLBOX.IMPORTNN.DLL

MsCrmTools.AccessChecker
Assembly Version: 1.2022.3.6
Win32 Version: 1.2022.3.6
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ACCESSCHECKER.DLL

MsCrmTools.AssemblyRecoveryTool
Assembly Version: 1.2019.11.3
Win32 Version: 1.2019.11.3
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ASSEMBLYRECOVERYTOOL.DLL

MsCrmTools.AttributeBulkUpdater
Assembly Version: 1.2019.5.3
Win32 Version: 1.2019.5.3
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ATTRIBUTEBULKUPDATER.DLL

MscrmTools.AttributeNamingChecker
Assembly Version: 1.2020.6.0
Win32 Version: 1.2020.6.0
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ATTRIBUTENAMINGCHECKER.DLL

MscrmTools.AttributeUsageInspector
Assembly Version: 1.2018.9.11
Win32 Version: 1.2018.9.11
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ATTRIBUTEUSAGEINSPECTOR.DLL

MsCrmTools.AuditCenter
Assembly Version: 1.2019.11.2
Win32 Version: 1.2019.11.2
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.AUDITCENTER.DLL

MsCrmTools.ChartManager
Assembly Version: 1.2017.3.1
Win32 Version: 1.2017.3.1
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.CHARTMANAGER.DLL

MscrmTools.ComponentComparer
Assembly Version: 1.2022.1.3
Win32 Version: 1.2022.1.3
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.COMPONENTCOMPARER.DLL

MscrmTools.CrmTraceReader
Assembly Version: 1.2018.4.1
Win32 Version: 1.2018.4.1
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.CRMTRACEREADER.DLL

MsCrmTools.DocumentTemplatesMover
Assembly Version: 1.2020.2.4
Win32 Version: 1.2020.2.4
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.DOCUMENTTEMPLATESMOVER.DLL

MscrmTools.EmailAnonymizer
Assembly Version: 1.2019.12.1
Win32 Version: 1.2019.12.1
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.EMAILANONYMIZER.DLL

MscrmTools.EnvironmentProcessesComparer
Assembly Version: 1.2021.12.2
Win32 Version: 1.2021.12.2
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ENVIRONMENTPROCESSESCOMPARER.DLL

System.ServiceModel
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll

MscrmTools.EnvironmentVariableManager
Assembly Version: 1.2022.3.8
Win32 Version: 1.2022.3.8
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ENVIRONMENTVARIABLEMANAGER.DLL

MsCrmTools.FlsBulkUpdater
Assembly Version: 1.2016.12.1
Win32 Version: 1.2016.12.1
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.FLSBULKUPDATER.DLL

MsCrmTools.FormRelated
Assembly Version: 1.2021.11.4
Win32 Version: 1.2021.11.4
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.FORMRELATED.DLL

MsCrmTools.Iconator
Assembly Version: 1.2021.7.13
Win32 Version: 1.2021.7.13
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ICONATOR.DLL

System.IdentityModel
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4455.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll

MscrmTools.ManagedSolutionDeletionTool
Assembly Version: 1.2016.11.1
Win32 Version: 1.2016.11.1
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.MANAGEDSOLUTIONDELETIONTOOL.DLL

MsCrmTools.MetadataBrowser
Assembly Version: 1.2022.4.19
Win32 Version: 1.2022.4.19
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.METADATABROWSER.DLL

MsCrmTools.MetadataDocumentGenerator
Assembly Version: 1.2022.4.5
Win32 Version: 1.2022.4.5
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.METADATADOCUMENTGENERATOR.DLL

MscrmTools.PolymorphicLookupCreator
Assembly Version: 1.2022.2.8
Win32 Version: 1.2022.2.8
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.POLYMORPHICLOOKUPCREATOR.DLL

MscrmTools.PortalCodeEditor
Assembly Version: 1.2021.1.15
Win32 Version: 1.2021.1.15
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.PORTALCODEEDITOR.DLL

MscrmTools.PortalRecordsMover
Assembly Version: 1.2022.5.30
Win32 Version: 1.2022.5.30
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.PORTALRECORDSMOVER.DLL

MsCrmTools.SampleTool
Assembly Version: 1.2018.6.23
Win32 Version: 1.2018.6.23
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SAMPLETOOL.DLL

MsCrmTools.ScriptsFinder
Assembly Version: 1.2021.12.17
Win32 Version: 1.2021.12.17
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SCRIPTSFINDER.DLL

MsCrmTools.SecurityRelated
Assembly Version: 1.2021.12.7
Win32 Version: 1.2021.12.7
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SECURITYRELATED.DLL

System.Text.Json
Assembly Version: 5.0.0.2
Win32 Version: 5.0.521.16609
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/System.Text.Json.DLL

MsCrmTools.SiteMapEditor
Assembly Version: 1.2021.9.14
Win32 Version: 1.2021.9.14
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SITEMAPEDITOR.DLL

MsCrmTools.SolutionComponentsMover
Assembly Version: 1.2021.9.12
Win32 Version: 1.2021.9.12
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SOLUTIONCOMPONENTSMOVER.DLL

MsCrmTools.SolutionImport
Assembly Version: 1.2016.8.23
Win32 Version: 1.2016.8.23
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SOLUTIONIMPORT.DLL

MscrmTools.SolutionLayersExplorer
Assembly Version: 1.2022.2.7
Win32 Version: 1.2022.2.7
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SOLUTIONLAYERSEXPLORER.DLL

MscrmTools.SyncFilterManager
Assembly Version: 1.2022.3.4
Win32 Version: 1.2022.3.4
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SYNCFILTERMANAGER.DLL

MsCrmTools.SynchronousEventOrderEditor
Assembly Version: 1.2021.7.3
Win32 Version: 1.2021.7.3
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SYNCHRONOUSEVENTORDEREDITOR.DLL

MsCrmTools.Translator
Assembly Version: 1.2022.2.18
Win32 Version: 1.2022.2.18
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.TRANSLATOR.DLL

MsCrmTools.UserSettingsUtility
Assembly Version: 1.2021.12.14
Win32 Version: 1.2021.12.14
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.USERSETTINGSUTILITY.DLL

MscrmTools.UserViewsDisplaySettings
Assembly Version: 1.2022.4.2
Win32 Version: 1.2022.4.2
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.USERVIEWSDISPLAYSETTINGS.DLL

MsCrmTools.ViewLayoutReplicator
Assembly Version: 1.2021.4.6
Win32 Version: 1.2021.4.6
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.VIEWLAYOUTREPLICATOR.DLL

MscrmTools.WebresourcesManager
Assembly Version: 2.2022.2.21
Win32 Version: 2.2022.2.21
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.WEBRESOURCESMANAGER.DLL

Rappen.XTB.FXB
Assembly Version: 1.2022.5.1
Win32 Version: 1.2022.05.001
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/RAPPEN.XTB.FXB.DLL

Ryr.ExcelExport
Assembly Version: 3.0.3.0
Win32 Version: 3.0.3
CodeBase: file:///C:/USERS/SHMANKAR/APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/RYR.EXCELEXPORT.DLL

netstandard
Assembly Version: 2.0.0.0
Win32 Version: 4.8.4084.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll

NuGet.Configuration
Assembly Version: 6.0.0.165
Win32 Version: 6.0.0.165
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/NuGet.Configuration.DLL

NuGet.Versioning
Assembly Version: 6.0.0.165
Win32 Version: 6.0.0.165
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/NuGet.Versioning.DLL

System.Web
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4494.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll

System.Xaml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4470.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll

NuGet.Frameworks
Assembly Version: 6.0.0.165
Win32 Version: 6.0.0.165
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/NuGet.Frameworks.DLL

System.IO.Compression
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

PresentationFramework
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4470.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll

WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4470.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll

PresentationCore
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4470.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll

System.Web.Services
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll

System.Runtime.Caching
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll

Microsoft.VisualBasic
Assembly Version: 10.0.0.0
Win32 Version: 14.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

System.Deployment
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll

System.Security
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4261.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll

Microsoft.Rest.ClientRuntime
Assembly Version: 2.0.0.0
Win32 Version: 2.3.20.0
CodeBase: file:///C:/Users/shmankar/Downloads/XrmToolbox/Microsoft.Rest.ClientRuntime.DLL

System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

OptaneShellExt
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/WINDOWS/System32/DriverStore/FileRepository/iastorpinningcomponent.inf_amd64_24ab59b254c10f3d/OptaneShellExt.dll

log4net
Assembly Version: 2.0.8.0
Win32 Version: 2.0.8.0
CodeBase: file:///C:/WINDOWS/System32/DriverStore/FileRepository/iastorpinningcomponent.inf_amd64_24ab59b254c10f3d/log4net.DLL

SharpShell
Assembly Version: 2.2.0.0
Win32 Version: 2.2.0.0
CodeBase: file:///C:/WINDOWS/System32/DriverStore/FileRepository/iastorpinningcomponent.inf_amd64_24ab59b254c10f3d/SharpShell.DLL

PinningServiceApi
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/WINDOWS/System32/DriverStore/FileRepository/iastorpinningcomponent.inf_amd64_24ab59b254c10f3d/PinningServiceApi.DLL

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

https://github.com/Capgemini/xrm-datamigration-xrmtoolbox/issues/34
MicrosoftTeams-image

In the above link- they have mentioned below solution-
had to manually add the following two libraries to:
C:\Users\AppData\Roaming\MscrmTools\XrmToolBox\Plugins

Microsoft.Web.XmlTransform.dll
NuGet.Core.dll

but from where can i get above two DLL's to fix this problem?

Unable to import Team Security Role associations.

Describe the bug
Unable to import Teams with Security Role associations.

To Reproduce
When importing teams with teamroles the schema appears to be created correctly and data exported but teams then fail to import with a "Sequence contains no matching element" error:

image

Expected behaviour
Teams to be importing along with their Security Role associations

Additional context
Trying to import Team owned Queues, Teams and their Security Roles.

Multithreaded Processing

Describe the bug
When running the Data Import, I get the below message in the console.

Info:Starting Single Threaded processing, you must configure connection string for multithreaded processing adn set up max threads to more than 1

To Reproduce
I am running the migration via the XRM Toolbox plugin. I used the SDK authentication method.

Refresh Entities button clears the schema/config file paths

Whenever the Refresh Entities button is pressed, the Schema File Path, Import Config and Export Config text boxes are cleared. This is a little bit jarring if you have been working on entities and want to simply refresh to capture newly created fields. In most scenarios it feels like removing the schema file path is counterproductive.

image

image

image

Calendar transferring works partially

Describe the bug
Hi!
Based on the description in readme.md I had a feeling that I can use the tool to transfer calendars. But looks like it works partially and does not migrate calendarrules records which are returned by default when we retrieve calendar records. There is no way to export calendarrule records separately (MS limitations), so the only way it's to use calendars.
In extracted JSON data I can see the rules, but they were not imported at the target env.

Expected behavior
I would expect to handle related rules as well, otherwise, I believe not much sense in calendar objects transferring without rules.
Could you please confirm that rules transferring is not supported and only calendar object is migrated?

Thank you.

Error when using CDS Data Migrator on XRM Toolbox: 'Could not load file or assembly NuGet.Core'

Describe the bug
The tool throws an error popup with the message 'Could not load file or assembly 'NuGet.Core Version 2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.'

To Reproduce

  1. Open CDS Data Migrator tool on XRM Toolbox
  2. Navigate to the Data Export page and load schema
  3. Modify Fetch settings (from Dataverse) and Write settings (to files)
  4. Click Save/Run buttons
  5. Observe the error popup with the following message:
    'Could not load file or assembly 'NuGet.Core Version 2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.'

Expected behavior
The CDS Data Migrator tool should run without errors after modifying the settings on the Data Export page and clicking the Save/Run buttons.

Additional context
This error prevents users from being able to run data migrations using the CDS Data Migrator tool on XRM Toolbox.

CDS Data Migrator version: 2.0.4.0
XRM Toolbox version: 1.2023.2.64

Entities list sorting

With the large number of entities in the entities list, it is difficult to locate a specific entity because the list is not sorted alphabetically.

It would be very helpful if the list is sorted alphabetically by default.

NuGet.Core assembly is missing when clicking on Save Export Config

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.

  1. Select Generate / Modify Export Config File
  2. Select a path to Export Config
  3. Click Save -> Save Export Config
  4. Error

image

Expected behavior
Successfully save Export Config json file.

Additional context
Details:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
File name: 'NuGet.Core, Version=2.14.0.832, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
   at Capgemini.Xrm.CdsDataMigratorLibrary.Controllers.ConfigurationController.GenerateExportConfigFile(TextBox exportConfig, TextBox schemaPath, Dictionary`2 inputFilterQuery, Dictionary`2 inputLookupMaping, INotificationService notificationService)
   at Capgemini.Xrm.DataMigration.XrmToolBoxPlugin.SchemaWizard.ToolBarSaveFiltersClick(Object sender, EventArgs e) in D:\a\1\s\Capgemini.Xrm.CdsDataMigrator\Capgemini.Xrm.CdsDataMigratorLibrary\UserControls\SchemaWizard.cs:line 459
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
XrmToolBox
    Assembly Version: 1.2021.5.49
    Win32 Version: 1.2021.5.49
    CodeBase: file:///C:/Users/.../XrmToolBox/XrmToolBox.exe
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
XrmToolBox.Extensibility
    Assembly Version: 1.2021.5.49
    Win32 Version: 1.2021.5.49
    CodeBase: file:///C:/Users/.../XrmToolBox/XrmToolBox.Extensibility.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.IdentityModel
    Assembly Version: 3.5.0.0
    Win32 Version: 10.0.19041.1
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.IdentityModel/3.5.0.0__31bf3856ad364e35/Microsoft.IdentityModel.dll
----------------------------------------
System.IO.Compression.FileSystem
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll
----------------------------------------
XrmToolBox.PluginsStore
    Assembly Version: 1.2021.5.49
    Win32 Version: 1.2021.5.49
    CodeBase: file:///C:/Users/.../XrmToolBox/XrmToolBox.PluginsStore.DLL
----------------------------------------
NuGet.Common
    Assembly Version: 5.9.1.11
    Win32 Version: 5.9.1.11
    CodeBase: file:///C:/Users/.../XrmToolBox/NuGet.Common.DLL
----------------------------------------
NuGet.Packaging
    Assembly Version: 5.9.1.11
    Win32 Version: 5.9.1.11
    CodeBase: file:///C:/Users/.../XrmToolBox/NuGet.Packaging.DLL
----------------------------------------
NuGet.Protocol
    Assembly Version: 5.9.1.11
    Win32 Version: 5.9.1.11
    CodeBase: file:///C:/Users/.../XrmToolBox/NuGet.Protocol.DLL
----------------------------------------
Newtonsoft.Json
    Assembly Version: 13.0.0.0
    Win32 Version: 13.0.1.25517
    CodeBase: file:///C:/Users/.../XrmToolBox/Newtonsoft.Json.DLL
----------------------------------------
McTools.Xrm.Connection
    Assembly Version: 1.2021.5.42
    Win32 Version: 1.2021.5.42
    CodeBase: file:///C:/Users/.../XrmToolBox/McTools.Xrm.Connection.DLL
----------------------------------------
McTools.Xrm.Connection.WinForms
    Assembly Version: 1.2021.5.42
    Win32 Version: 1.2021.5.42
    CodeBase: file:///C:/Users/.../XrmToolBox/McTools.Xrm.Connection.WinForms.DLL
----------------------------------------
Microsoft.Xrm.Sdk
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.46.2641
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Xrm.Sdk.DLL
----------------------------------------
Microsoft.Xrm.Sdk.Workflow
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.46.2641
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Xrm.Sdk.Workflow.DLL
----------------------------------------
Microsoft.Crm.Sdk.Proxy
    Assembly Version: 9.0.0.0
    Win32 Version: 9.0.46.2641
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Crm.Sdk.Proxy.DLL
----------------------------------------
Microsoft.Xrm.Tooling.Connector
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.0.88
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Xrm.Tooling.Connector.DLL
----------------------------------------
Microsoft.Xrm.Tooling.Ui.Styles
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.0.88
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Xrm.Tooling.Ui.Styles.DLL
----------------------------------------
Microsoft.Xrm.Tooling.CrmConnectControl
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.0.88
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Xrm.Tooling.CrmConnectControl.DLL
----------------------------------------
Microsoft.IdentityModel.Clients.ActiveDirectory
    Assembly Version: 5.2.9.0
    Win32 Version: 5.2.9.0
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.IdentityModel.Clients.ActiveDirectory.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking
    Assembly Version: 3.0.6.0
    Win32 Version: 3.0.6.0
    CodeBase: file:///C:/Users/.../XrmToolBox/WeifenLuo.WinFormsUI.Docking.DLL
----------------------------------------
WeifenLuo.WinFormsUI.Docking.ThemeVS2015
    Assembly Version: 3.0.6.0
    Win32 Version: 3.0.6.0
    CodeBase: file:///C:/Users/.../XrmToolBox/WeifenLuo.WinFormsUI.Docking.ThemeVS2015.DLL
----------------------------------------
ScintillaNET
    Assembly Version: 3.6.3.0
    Win32 Version: 3.6.3.0
    CodeBase: file:///C:/Users/.../XrmToolBox/ScintillaNET.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Net.Http
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
SMDiagnostics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.ServiceModel.Internals
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
McTools.StopAdvertisement
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/.../XrmToolBox/McTools.StopAdvertisement.DLL
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.ComponentModel.Composition
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll
----------------------------------------
Cinteros.Xrm.CRMWinForm
    Assembly Version: 2017.9.4.18
    Win32 Version: 2017.9.04.18
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/CINTEROS.XRM.CRMWINFORM.DLL
----------------------------------------
Cinteros.Xrm.XmlEditorUtils
    Assembly Version: 1.2017.10.4
    Win32 Version: 1.2017.10.004
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/CINTEROS.XRM.XMLEDITORUTILS.DLL
----------------------------------------
CRMSolutionExplorer
    Assembly Version: 1.2020.11.3
    Win32 Version: 1.2020.11.03
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/CRMSOLUTIONEXPLORER.DLL
----------------------------------------
DamSim.SolutionTransferTool
    Assembly Version: 1.2021.5.19
    Win32 Version: 1.2021.5.19
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DAMSIM.SOLUTIONTRANSFERTOOL.DLL
----------------------------------------
DamSim.ViewTransferTool
    Assembly Version: 1.2019.11.4
    Win32 Version: 1.2019.11.4
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DAMSIM.VIEWTRANSFERTOOL.DLL
----------------------------------------
Develop1.XrmTBPlugin.RibbonWorkbench2016
    Assembly Version: 3.1.443.1
    Win32 Version: 3.1.443.1
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DEVELOP1.XRMTBPLUGIN.RIBBONWORKBENCH2016.DLL
----------------------------------------
DLaB.EarlyBoundGenerator
    Assembly Version: 1.2021.4.19
    Win32 Version: 1.2021.4.19
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/DLAB.EARLYBOUNDGENERATOR.DLL
----------------------------------------
GapConsulting.PowerBIOptionSetAssistant
    Assembly Version: 1.2021.2.4
    Win32 Version: 1.2021.2.4
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/GAPCONSULTING.POWERBIOPTIONSETASSISTANT.DLL
----------------------------------------
Javista.AttributesFactory
    Assembly Version: 1.2021.5.8
    Win32 Version: 1.2021.5.8
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/JAVISTA.ATTRIBUTESFACTORY.DLL
----------------------------------------
Javista.XrmToolBox.ImportNN
    Assembly Version: 1.2020.11.11
    Win32 Version: 1.2020.11.11
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/JAVISTA.XRMTOOLBOX.IMPORTNN.DLL
----------------------------------------
MarkMpn.Sql4Cds
    Assembly Version: 2.3.0.0
    Win32 Version: 2.3.0.0
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MARKMPN.SQL4CDS.DLL
----------------------------------------
MsCrmTools.AccessChecker
    Assembly Version: 1.2018.7.2
    Win32 Version: 1.2018.7.2
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ACCESSCHECKER.DLL
----------------------------------------
MsCrmTools.AssemblyRecoveryTool
    Assembly Version: 1.2019.11.3
    Win32 Version: 1.2019.11.3
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ASSEMBLYRECOVERYTOOL.DLL
----------------------------------------
MsCrmTools.AttributeBulkUpdater
    Assembly Version: 1.2019.5.3
    Win32 Version: 1.2019.5.3
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ATTRIBUTEBULKUPDATER.DLL
----------------------------------------
MscrmTools.AttributeNamingChecker
    Assembly Version: 1.2020.6.0
    Win32 Version: 1.2020.6.0
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ATTRIBUTENAMINGCHECKER.DLL
----------------------------------------
MscrmTools.AttributeUsageInspector
    Assembly Version: 1.2018.9.11
    Win32 Version: 1.2018.9.11
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ATTRIBUTEUSAGEINSPECTOR.DLL
----------------------------------------
MsCrmTools.AuditCenter
    Assembly Version: 1.2019.11.2
    Win32 Version: 1.2019.11.2
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.AUDITCENTER.DLL
----------------------------------------
MsCrmTools.ChartManager
    Assembly Version: 1.2017.3.1
    Win32 Version: 1.2017.3.1
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.CHARTMANAGER.DLL
----------------------------------------
MscrmTools.CrmTraceReader
    Assembly Version: 1.2018.4.1
    Win32 Version: 1.2018.4.1
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.CRMTRACEREADER.DLL
----------------------------------------
MsCrmTools.DocumentTemplatesMover
    Assembly Version: 1.2020.2.4
    Win32 Version: 1.2020.2.4
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.DOCUMENTTEMPLATESMOVER.DLL
----------------------------------------
MscrmTools.EmailAnonymizer
    Assembly Version: 1.2019.12.1
    Win32 Version: 1.2019.12.1
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.EMAILANONYMIZER.DLL
----------------------------------------
MscrmTools.EnvironmentVariableManager
    Assembly Version: 1.2021.4.5
    Win32 Version: 1.2021.4.5
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ENVIRONMENTVARIABLEMANAGER.DLL
----------------------------------------
MsCrmTools.FetchXmlTester
    Assembly Version: 1.2016.8.23
    Win32 Version: 1.2016.8.23
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.FETCHXMLTESTER.DLL
----------------------------------------
MsCrmTools.FlsBulkUpdater
    Assembly Version: 1.2016.12.1
    Win32 Version: 1.2016.12.1
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.FLSBULKUPDATER.DLL
----------------------------------------
MsCrmTools.FormRelated
    Assembly Version: 1.2017.12.3
    Win32 Version: 1.2017.12.3
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.FORMRELATED.DLL
----------------------------------------
MsCrmTools.Iconator
    Assembly Version: 1.2021.2.11
    Win32 Version: 1.2021.2.11
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.ICONATOR.DLL
----------------------------------------
MscrmTools.ManagedSolutionDeletionTool
    Assembly Version: 1.2016.11.1
    Win32 Version: 1.2016.11.1
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.MANAGEDSOLUTIONDELETIONTOOL.DLL
----------------------------------------
MsCrmTools.MetadataBrowser
    Assembly Version: 1.2021.5.15
    Win32 Version: 1.2021.5.15
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.METADATABROWSER.DLL
----------------------------------------
MsCrmTools.MetadataDocumentGenerator
    Assembly Version: 1.2021.4.4
    Win32 Version: 1.2021.4.4
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.METADATADOCUMENTGENERATOR.DLL
----------------------------------------
MscrmTools.PortalCodeEditor
    Assembly Version: 1.2021.1.15
    Win32 Version: 1.2021.1.15
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.PORTALCODEEDITOR.DLL
----------------------------------------
MscrmTools.PortalRecordsMover
    Assembly Version: 1.2021.4.27
    Win32 Version: 1.2021.4.27
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.PORTALRECORDSMOVER.DLL
----------------------------------------
MsCrmTools.SampleTool
    Assembly Version: 1.2018.6.23
    Win32 Version: 1.2018.6.23
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SAMPLETOOL.DLL
----------------------------------------
MsCrmTools.ScriptsFinder
    Assembly Version: 1.2020.2.12
    Win32 Version: 1.2020.2.12
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SCRIPTSFINDER.DLL
----------------------------------------
MsCrmTools.SecurityRelated
    Assembly Version: 1.2021.5.5
    Win32 Version: 1.2021.5.5
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SECURITYRELATED.DLL
----------------------------------------
MsCrmTools.SiteMapEditor
    Assembly Version: 1.2021.4.13
    Win32 Version: 1.2021.4.13
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SITEMAPEDITOR.DLL
----------------------------------------
MsCrmTools.SolutionComponentsMover
    Assembly Version: 1.2021.4.6
    Win32 Version: 1.2021.4.6
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SOLUTIONCOMPONENTSMOVER.DLL
----------------------------------------
MsCrmTools.SolutionImport
    Assembly Version: 1.2016.8.23
    Win32 Version: 1.2016.8.23
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SOLUTIONIMPORT.DLL
----------------------------------------
MscrmTools.SyncFilterManager
    Assembly Version: 1.2020.4.2
    Win32 Version: 1.2020.4.2
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SYNCFILTERMANAGER.DLL
----------------------------------------
MsCrmTools.SynchronousEventOrderEditor
    Assembly Version: 1.2021.2.2
    Win32 Version: 1.2021.2.2
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.SYNCHRONOUSEVENTORDEREDITOR.DLL
----------------------------------------
MsCrmTools.Translator
    Assembly Version: 1.2021.4.15
    Win32 Version: 1.2021.4.15
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.TRANSLATOR.DLL
----------------------------------------
MsCrmTools.UserSettingsUtility
    Assembly Version: 1.2020.4.13
    Win32 Version: 1.2020.4.13
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.USERSETTINGSUTILITY.DLL
----------------------------------------
MsCrmTools.ViewLayoutReplicator
    Assembly Version: 1.2020.7.5
    Win32 Version: 1.2020.7.5
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.VIEWLAYOUTREPLICATOR.DLL
----------------------------------------
MscrmTools.WebresourcesManager
    Assembly Version: 2.2021.5.18
    Win32 Version: 2.2021.5.18
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMTOOLS.WEBRESOURCESMANAGER.DLL
----------------------------------------
MSCRMUtilities.FetchXMLToStringConverter
    Assembly Version: 1.0.0.5
    Win32 Version: 1.0.0.5
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/MSCRMUTILITIES.FETCHXMLTOSTRINGCONVERTER.DLL
----------------------------------------
PKM.XRMToolBox.UserSecurityManager
    Assembly Version: 1.2020.5.3
    Win32 Version: 1.2020.5.3
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/PKM.XRMTOOLBOX.USERSECURITYMANAGER.DLL
----------------------------------------
Rappen.XTB.AutoNumManager
    Assembly Version: 1.2019.4.1
    Win32 Version: 1.2019.04.001
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/RAPPEN.XTB.AUTONUMMANAGER.DLL
----------------------------------------
Rappen.XTB.FXB
    Assembly Version: 1.2021.4.4
    Win32 Version: 1.2021.04.004
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/RAPPEN.XTB.FXB.DLL
----------------------------------------
Rappen.XTB.PTV
    Assembly Version: 1.2019.12.1
    Win32 Version: 1.2019.12.001
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/RAPPEN.XTB.PTV.DLL
----------------------------------------
Savants.ManageSolution
    Assembly Version: 1.2019.11.20
    Win32 Version: 1.2019.11.20
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/SAVANTS.MANAGESOLUTION.DLL
----------------------------------------
SeAn.XrmToolbox.Plugins.CrmReportSync
    Assembly Version: 2016.8.3.6
    Win32 Version: 2016.8.3.6
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/SEAN.XRMTOOLBOX.PLUGINS.CRMREPORTSYNC.DLL
----------------------------------------
Xrm.Sdk.PluginRegistration.Merged
    Assembly Version: 3.2021.6.1
    Win32 Version: 3.2021.06.001
    CodeBase: file:///C:/USERS/.../APPDATA/ROAMING/MSCRMTOOLS/XRMTOOLBOX/PLUGINS/XRM.SDK.PLUGINREGISTRATION.DLL
----------------------------------------
System.Net.Http
    Assembly Version: 4.1.1.3
    Win32 Version: 4.6.26907.01
    CodeBase: file:///C:/Users/.../XrmToolBox/System.Net.Http.DLL
----------------------------------------
System.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4330.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.ServiceModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
WindowsBase
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
System.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
MetadataViewProxies_5c1d15de-304e-46bf-b186-9b6b77b7cfdb
    Assembly Version: 0.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll
----------------------------------------
netstandard
    Assembly Version: 2.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll
----------------------------------------
NuGet.Configuration
    Assembly Version: 5.9.1.11
    Win32 Version: 5.9.1.11
    CodeBase: file:///C:/Users/.../XrmToolBox/NuGet.Configuration.DLL
----------------------------------------
NuGet.Versioning
    Assembly Version: 5.9.1.11
    Win32 Version: 5.9.1.11
    CodeBase: file:///C:/Users/.../XrmToolBox/NuGet.Versioning.DLL
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
NuGet.Frameworks
    Assembly Version: 5.9.1.11
    Win32 Version: 5.9.1.11
    CodeBase: file:///C:/Users/.../XrmToolBox/NuGet.Frameworks.DLL
----------------------------------------
System.IO.Compression
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.dll
----------------------------------------
PresentationFramework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
PresentationCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
PresentationFramework.Aero2
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll
----------------------------------------
PresentationFramework-SystemXml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll
----------------------------------------
UIAutomationTypes
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
----------------------------------------
UIAutomationProvider
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
----------------------------------------
PresentationFramework-SystemXmlLinq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll
----------------------------------------
PresentationFramework-SystemCore
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll
----------------------------------------
System.Web.Services
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Deployment
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4261.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
Microsoft.Rest.ClientRuntime
    Assembly Version: 2.0.0.0
    Win32 Version: 2.3.20.0
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Rest.ClientRuntime.DLL
----------------------------------------
System.Runtime.Caching
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll
----------------------------------------
System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.IdentityModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll
----------------------------------------
Microsoft.VisualStudio.Diagnostics.ServiceModelSink
    Assembly Version: 4.0.0.0
    Win32 Version: 14.0.23107.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Diagnostics.ServiceModelSink/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.Xrm.Sdk.Deployment
    Assembly Version: 9.0.0.0
    Win32 Version: 9.2.21024.154
    CodeBase: file:///C:/Users/.../XrmToolBox/Microsoft.Xrm.Sdk.Deployment.DLL
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.CSharp
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
----------------------------------------
System.Dynamic
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
----------------------------------------
Anonymously Hosted DynamicMethods Assembly
    Assembly Version: 0.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Speech
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4200.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Speech/v4.0_4.0.0.0__31bf3856ad364e35/System.Speech.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Capgemini.Xrm.DataMigration.XrmToolBox
    Assembly Version: 1.1.1.0
    Win32 Version: 1.1.1.0
    CodeBase: file:///C:/Users/.../AppData/Roaming/MscrmTools/XrmToolBox/Plugins/Capgemini.Xrm.DataMigration.XrmToolBox.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

How do you stop the migration once the execution has begun?

Is your feature request related to a problem? Please describe.
Once the execution has begun, there's no clear way to stop the migration if desired.

Describe the solution you'd like
The "Execute" button could be converted to "Stop" which would use the available cancellation token to stop the migration.

Import Order Line, "Parameter name: Required field SalesOrder Id is missing" message display

SalesOrder Id has been contained in the xml file of order line,but when I imported the file for the first time with CDS Data Migrator,
it says 'Warning:DataCrmStoreWriter PersistUsingUpdateCreateRequests : Create Entity Issue salesorderdetail:a836c0a9-05d4-eb11-bacc-000d3aa1256e - Error:Value cannot be null.
Parameter name: Required field SalesOrder Id is missing'.
But I click the “Execute”button again, the data can be imported normally.(The content of the file has not been changed yet.)
What's the reason?Is there any problem with the operation?

In addition, the ‘description’ field cannot be updated by the field content in the xml file. The value of the ‘description’ field in the product entity is used to populate the field.

image

Error when opening "Lookup Mappings" on Schema Generation Tab

After opening the schema tab a connecting to an environment, the entities are loaded. When then clicking "Lookup Mappings" in the toolbar, the following error occurs.

System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Capgemini.Xrm.CdsDataMigratorLibrary.Forms.MappingListLookup..ctor(Dictionary`2 mappings, IOrganizationService orgService, List`1 metadata, String selectedValue, IMetadataService metadataService, IExceptionService dataMigratorExceptionHelper) in C:\code\capgemini\xrm-datamigration-xrmtoolbox\Capgemini.Xrm.CdsDataMigrator\Capgemini.Xrm.CdsDataMigratorLibrary\Forms\MappingListLookup.cs:line 26
   at Capgemini.Xrm.CdsDataMigratorLibrary.Controllers.ListController.OpenMappingForm(ServiceParameters serviceParameters, IWin32Window owner, List`1 inputCachedMetadata, Dictionary`2 inputLookupMaping, String inputEntityLogicalName) in C:\code\capgemini\xrm-datamigration-xrmtoolbox\Capgemini.Xrm.CdsDataMigrator\Capgemini.Xrm.CdsDataMigratorLibrary\Controllers\ListController.cs:line 55
   at Capgemini.Xrm.DataMigration.XrmToolBoxPlugin.SchemaWizard.ToolStripButton1Click(Object sender, EventArgs e) in C:\code\capgemini\xrm-datamigration-xrmtoolbox\Capgemini.Xrm.CdsDataMigrator\Capgemini.Xrm.CdsDataMigratorLibrary\UserControls\SchemaWizard.cs:line 515
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

My investigation so far has led to the SchemaWizard.cachedMetadata always being null since where it is populated, EntityController.RetrieveSourceEntitiesList [line 35] (during the entity refresh), doesn't pass the set value back.

Unable to import owner lookup fields.

Describe the bug
Unable to import owner lookup fields.

To Reproduce
If you include an owner field (for example ownerid on queue) you can't map it to any field on a team (only user) and it does not even map to the default teamid (error when importing). If you include owneridtype you get an error saving the schema:

image

Expected behavior
Default mapping to teamid/systemuserid based on value of owneridtype field. Ability to map owner fields to both user and team fields dependent on value of owneridtype field.

Additional context
Trying to import Team owned Queues.

Factory Pattern to Handle Connections

We would like to enhance the code to handle the on Connection, to move toward a factory pattern and have a more polymorphic approach. File plugin.cs

Change Log Level

Is your feature request related to a problem? Please describe.
There is no way to change the log level as far as I can tell. This means verbose errors can't be emitted.

Describe the solution you'd like
The option to change the log level either before or ideally during the import/export.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.