Select to view content in your preferred language

Do I need ArcGIS Runtime to run a published .NET app on another Windows 11 PC?

251
1
Jump to solution
12-01-2025 11:35 PM
Labels (2)
TaroShibata
Emerging Contributor

Hi, I have a question about application deployment.

If I build an app on a Windows 11 PC using the dotnet publish command,
can I run it on another Windows 11 PC without installing ArcGIS Runtime?

My app is a command-line tool that only reads and edits shapefiles.

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

The required libraries will be deployed with the publish command.
The only other pre-requisite you need is the VCLibs, which most likely is already on your system. See https://developers.arcgis.com/net/license-and-deployment/deployment/#define-arcgis-components-to-dep...for more details.

View solution in original post

0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor

The required libraries will be deployed with the publish command.
The only other pre-requisite you need is the VCLibs, which most likely is already on your system. See https://developers.arcgis.com/net/license-and-deployment/deployment/#define-arcgis-components-to-dep...for more details.

0 Kudos