Click-Once deployment of Application Unsuccessful

3287
2
Jump to solution
12-16-2016 10:20 PM
RussellSchwab
New Contributor II

I'm trying to create a click-once deployment of a desktop app using the .NET SDK 100.0.0.  When the application is installed and run it throws an error saying 'Error initializing ArcGISRuntimeEnvironment.  Unable to find ArcGISRuntime deployment folder.'  Everything runs fine within the development platform.

It appears the ArcGISRuntime100.0 folder is created in the deployment folder, but it is not present in the app.publish folder.

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor

For click-once you need to manually deploy all the resources from the arcgisruntime100.0 folder. See this comment: https://community.esri.com/thread/186915-invalid-arcgisruntime-deployment-unable-to-load-native-dll#...

View solution in original post

2 Replies
dotMorten_esri
Esri Notable Contributor

For click-once you need to manually deploy all the resources from the arcgisruntime100.0 folder. See this comment: https://community.esri.com/thread/186915-invalid-arcgisruntime-deployment-unable-to-load-native-dll#...

RussellSchwab
New Contributor II

Thanks, this looks like what I need.  p.s. love the new Runtime!

0 Kudos