Select to view content in your preferred language

ArcGIS WPF Application deployment

1877
1
06-03-2014 06:49 AM
Labels (1)
NicolasVIOT
Deactivated User
Hello everyone,

I'm trying to deploy my WPF application witch contains ArcGIS SDK for WPF utilities on an other PC.

Assuming that I have to use ArcGIS Runtime Deployement Builder like it's described in esri documentation (https://developers.arcgis.com/qt/guide/build-a-runtime-deployment.htm) I have created a setup with the generated ArcGISRuntime10.2.2 directory in applications Files.

The matter is that when I install my application with the generated Setup.exe on an other PC than mine and I execute it, I see a process named as the name of my app but nothing is happening and after few seconds the process stop. (When I install the setup on my PC everything is OK)

others informations :
Both machines are on Windows 7 32 bits
I have tried to include that line in the begining of my code without success : ArcGISRuntime.Initialize();

Thanks !
0 Kudos
1 Reply
NicolasVIOT
Deactivated User
I have found the solution :

It was just that I haven't copy some of necessaries files in the installation directory of my application...
0 Kudos