err403.SolutionManagment 1.2026.4.11

dotnet add package err403.SolutionManagment --version 1.2026.4.11
                    
NuGet\Install-Package err403.SolutionManagment -Version 1.2026.4.11
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="err403.SolutionManagment" Version="1.2026.4.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="err403.SolutionManagment" Version="1.2026.4.11" />
                    
Directory.Packages.props
<PackageReference Include="err403.SolutionManagment" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add err403.SolutionManagment --version 1.2026.4.11
                    
#r "nuget: err403.SolutionManagment, 1.2026.4.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package err403.SolutionManagment@1.2026.4.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=err403.SolutionManagment&version=1.2026.4.11
                    
Install as a Cake Addin
#tool nuget:?package=err403.SolutionManagment&version=1.2026.4.11
                    
Install as a Cake Tool

<p align="center"> <img src="err403.SolutionManagment/Resources/Icon.png" alt="Solution Management" width="80" /> </p>

<h1 align="center">Solution Management (err403)</h1>

<p align="center"> An <a href="https://www.xrmtoolbox.com/">XrmToolBox</a> plugin to transfer Dataverse solutions, environment variables, and cloud flows across organisations. </p>


Features

Solution Transfer

  • Export solutions (managed or unmanaged) from a source environment and import them into one or more target environments in a single operation.
  • View solution versions installed on every connected target — prefixed with (M) managed or (U) unmanaged.
  • Re-order the import sequence before transfer.
  • Pre-import summary with per-solution confirmation.
  • Safety warnings when importing managed over unmanaged (or vice-versa).

Environment Variables

  • Browse all environment variables from the source environment with their current and default values.
  • Compare values side-by-side across source and targets.
  • Edit individual values — with JSON pretty-printing, number, and boolean validation.
  • Bulk-transfer selected variables to one or more targets.

Cloud Flows

  • List all cloud flows from the source with status, solution, owner, and modified date.
  • Filter by active only, solution name, or free-text search.
  • Compare flow activation status across source and target environments.
  • Activate or deactivate selected flows on one or more targets in bulk.
  • Results dialog with success/failure summary and colour-coded rows.
  • Open Flow in Browser — jump directly to a failed flow in the target environment to fix connection references.

UI

  • Tabbed layout powered by WeifenLuo DockPanel Suite.
  • Context-sensitive toolbar — buttons change depending on the active tab.
  • Shared source / target connection bar visible on every tab.

Installation

Install from the XrmToolBox Plugin Store — search for Solution Management.

Or build from source:

MSBuild err403.SolutionManagment.sln -t:Build -p:Configuration=Release

The post-build step copies the output to XrmToolBox's plugin folders automatically.


Requirements

  • XrmToolBox 1.2024.1.x or later
  • .NET Framework 4.8
  • At least one Dataverse / Dynamics 365 connection configured in XrmToolBox

Credits

Forked from DamSim / SolutionTransferTool by Damien Aicheh.

Maintained by Gareth Cheyne.


License

MIT

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2026.4.11 106 4/10/2026
1.2026.4.10 106 4/10/2026

Cloud Flows tab, Environment Variables tab, managed/unmanaged warnings, docked UI.