Managed Configuration No Longer Working using ArcGIS Pro 2.8

343
0
05-27-2021 02:05 PM
KrisCulin
Occasional Contributor

Hello, 

We have a product that we built as a managed configuration.  It has been working fine under ArcGIS Pro 2.6 and 2.7. 

We recently updated to ArcGIS Pro 2.8 and started getting an “Application has stopped working” crash on startup.  We reviewed the dmp file and the error is due to a missing .dll. 

This is where things start to get interesting.   

When we dug into the issue, we found that something strange is happening during the proConfigX extraction step.  All files in the proConfigX file are correctly extracted initially, but then 64 of those files are subsequently deleted.  (You can see this happen by opening File Explorer on the AssemblyCache folder; the files appear briefly and then disappear). 

Here are the steps to reproduce the problem. 

  1. Download the WaterGISPro.proConfigX file into Documents\ArcGIS\AddIns\ArcGISPro\Configurations. 
  2. Create a shortcut to ArcGIS Pro using the following command line parameter 
    1. /config:WaterGISPro 
  3. Run ArcGIS Pro using the shortcut 
  4. ArcGIS Pro will crash and show the AGP crash report dialog 
  5. Open the AssemblyCache folder (%UserProfile%\AppData\Local\ESRI\ArcGISPro\AssemblyCache) 
  6. Open the {3f6515f4-079b-4838-9dc6-9e39ebd6a708} folder 
  7. Notice there are no files starting with A-D. 
  8. Keeping the assembly cache folder open, double-click the shortcut again. 
  9. Watch the File Explorer window – you will see files get extracted and then get deleted 
    1. Every file starting with A thru D is deleted 
    2. Then ArcGIS Pro crashes 

Note that there is some random aspect to this behavior; it crashes most times, but occasionally it starts up correctly.  We can reproduce this on multiple machines. 

I am unable to attach the proConfigX file as it is 77 MB.  Is there somewhere we can upload the proConfigX file so you can investigate? 

Thanks, 

Kris 

0 Kudos
0 Replies