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.
Solved! Go to Solution.
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#...
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#...
Thanks, this looks like what I need. p.s. love the new Runtime!