|
POST
|
Hi John, Below is the exception that is being thrown that is causing the crash. When ArcGIS Pro starts it attempts to unpack any installed add-ins to an AssemblyCache folder in your user profile. This is where the add-in is executed from. It is crashing due to an exception being thrown because your user doesn't have permissions to access that folder. This is different from the folder the add-in is originally installed to, you don't have control over where the add-in dll is unpacked. However, what is confusing is your user should have access to all folders under your user profile unless an administrator on the machine has restricted access. Is it possible that there could be some custom permissions set on your user profile folders? Could you try browsing to the AssemblyCache folder referenced below? Are you able to create new folders and files in that directory? Exception object: 0000000003a5fbe0 Exception type: System.UnauthorizedAccessException Message: Access to the path 'C:\Users\brockwj\AppData\Local\ESRI\ArcGISPro\AssemblyCache\{a8c04e88-6d5d-498d-ad00-b76b409b5cd3}\Newtonsoft.Json.dll' is denied. InnerException: <none> StackTrace (generated): SP IP Function 00000000001DE570 000007FEF4396A23 mscorlib_ni!System.IO.__Error.WinIOError(Int32, System.String)+0x1a3 00000000001DE5C0 000007FEF448E716 mscorlib_ni!System.IO.FileStream.Init(System.String, System.IO.FileMode, System.IO.FileAccess, Int32, Boolean, System.IO.FileShare, Int32, System.IO.FileOptions, SECURITY_ATTRIBUTES, System.String, Boolean, Boolean, Boolean)+0x376 00000000001DE690 000007FEF43C807F mscorlib_ni!System.IO.FileStream..ctor(System.String, System.IO.FileMode, System.IO.FileAccess, System.IO.FileShare)+0x7f 00000000001DE740 000007FEED5A9F14 System_IO_Compression_FileSystem_ni!System.IO.Compression.ZipFileExtensions.ExtractToFile(System.IO.Compression.ZipArchiveEntry, System.String, Boolean)+0x84 00000000001DE7B0 000007FE9752A1C0 UNKNOWN!ArcGIS.Desktop.Framework.Registry.Script.ExtractFolder(System.IO.Compression.ZipArchive, System.String, System.String)+0x1b0 00000000001DE830 000007FE97529F6F UNKNOWN!ArcGIS.Desktop.Framework.Registry.Script.UnzipToAssemblyCache(System.IO.Compression.ZipArchive, System.String, System.String ByRef)+0x11f 00000000001DE890 000007FE97529D84 UNKNOWN!ArcGIS.Desktop.Framework.Registry.Script.UnpackAddIn()+0x44 00000000001DE8E0 000007FE9751E3D2 UNKNOWN!ArcGIS.Desktop.Framework.Registry.CustomizationRegistry.ProcessPlugIns(System.Collections.Generic.List`1<ArcGIS.Desktop.Framework.AddInEntry>, System.String)+0x4d2 00000000001DEA00 000007FE972F71AD UNKNOWN!ArcGIS.Desktop.Framework.FrameworkApplication.Initialize()+0x30d 00000000001DEA50 000007FE972E9B86 UNKNOWN!ArcGIS.Desktop.Core.ProApp.Load()+0x446 00000000001DEAC0 000007FE972E399F ArcGISPro!<Module>.main(System.String[])+0x1f StackTraceString: <none> HResult: 80070005
... View more
07-31-2017
05:59 AM
|
1
|
7
|
6614
|
|
POST
|
Hi John, Would you mind sharing the crash dump file with me? The knowledge base document below describes where you can find the crash dump on your machine. This will be helpful in debugging what is going on.I worked with several users who have been able to successfully install the add-in and use it so I am really interested to see what may be occurring in your case so we can prevent it from happening for other users. FAQ: Where are the ArcGIS crash dump files saved when an error report is generated? Thanks, -Chris
... View more
07-28-2017
05:34 AM
|
0
|
4
|
6614
|
|
IDEA
|
The issue with the domains not being able to be reordered in the solution deployment tool is resolved in Pro 2.0.
... View more
07-25-2017
08:52 AM
|
0
|
1
|
2852
|
|
IDEA
|
Although you can't sort you can right click a row and move it up or down in the list to reorder the domains. There was a bug in Pro at 1.3 and 1.4 with that parameter where order wasn't observed but at Pro 2.0 this will now work.
... View more
07-25-2017
08:47 AM
|
4
|
0
|
8884
|
|
POST
|
Based on the screenshot and the icon next to the esriaddinx file, the Pro install didn't properly associate that extension with the RegisterAddin exe. Could you right-click the esriaddinx file, select open with and then browse to C:\Program Files\ArcGIS\Pro\bin\RegisterAddIn.exe and select it. This should bring up the install dialog.
... View more
07-25-2017
08:31 AM
|
0
|
1
|
1978
|
|
POST
|
Hi Joe, I just want to clarify what you have described above to understand your process. Is it correct that you are installing the add-in by double-clicking it outside of ArcMap in windows explorer? You then click install and it says the install was successful? You then say that you go into the add-in manager and set the folder to the path it was installed. You shouldn't have to do this step because by doing the first part it should automatically copy the add-in to a well known folder that ArcMap already knows about. Are you finding that add-in manager isn't reporting the add-in as installed. Do you see the add-in in your Documents\ArcGIS\AddIns\Desktop10.1 folder?
... View more
01-24-2017
12:49 PM
|
0
|
1
|
1400
|
|
IDEA
|
We just released an add-in for ArcGIS Pro that allows you to browse a catalog of ArcGIS Solutions and deploy them to an ArcGIS Online organization. In addition, the add-in provides tools to configure the feature layers after they have been deployed and one of the tools we provided can be used to modify domains of hosted feature services. To learn more about the add-in see ArcGIS Solutions Deployment Tool | ArcGIS Solutions.
... View more
01-17-2017
04:54 PM
|
6
|
1
|
8884
|
|
POST
|
Chris, Could you try enable debugging and sharing the debug log? Below is a link to a help topic that describes how to modify the attribute assistant config file. You will want to enable the log and specify the log location. Then launch ArcMap change the Streetname ID and then close ArcMap and the operation should be written to the log file. Configure Attribute Assistant - Attribute Assistant | ArcGIS Solutions
... View more
09-27-2016
10:37 AM
|
1
|
1
|
3314
|
|
POST
|
Hi Chris One thing I see from your screenshot is that rules with a higher weight or higher value will run first. So as configured the Expression rule will run first and then the Copy Linked Record rule will run, which would explain why the expression why the Full Address field is not being updated with the value populated by Copy Linked Record. Could you try reversing these weights? I created a really simple repro case with the 2 rules below and when I changed the StreetNameID it processed both rules successfully on 10.4.1 with the latest add-in.
... View more
09-27-2016
08:00 AM
|
1
|
3
|
3314
|
|
POST
|
Hi Steve, Good catch, as you described that expression is going to cause problems as you modify the address number prefix or suffix. Your solutions sounds like a solid approach. We will look into resolving this in a future release. Thanks, -Chris
... View more
06-17-2016
06:47 AM
|
0
|
2
|
5096
|
|
POST
|
Hi Adam, There is currently no way to do this. In ArcGIS Pro we use the WebBrowser control provided by Microsoft to display the html associated with the pop-up. This control is basically a wrapper around internet explorer so when you click a link it is equivalent to clicking a link in internet explorer which opens a new window/tab in internet explorer. Similar to how clicking a link in Chrome would open a new tab/window in Chrome. It looks like there are some extensions to Chrome and Firefox out there that add options to open links in different browsers but I didn't find anything like this for Internet Explorer. Regards, -Chris
... View more
12-29-2015
12:13 PM
|
1
|
2
|
9271
|
|
POST
|
Duncan, The changes are in part to be more consistent with other applications, but also we felt it was a better experience to roll all this common functionality, pan, zoom, identify into a single tool so you didn't have to constantly be switching tools. The other tip to use is if another tool is active, select, measure, etc. you can hold down the 'C' key and this will temporarily activate the Explore tool. So you can easily pan, zoom, identify without having to change the tool. Currently with the explore tool there is no way to draw a box to identify features. Right now click and drag with the tool does a pan. I think we could look into a keyboard shortcut, much like shift + click-drag does a zoom by rectangle. We could add a similar shortcut that would enter a mode where you could draw a box to perform an identify. -Chris
... View more
05-13-2015
09:01 AM
|
1
|
5
|
14668
|
|
POST
|
Duncan, It is true that there is no longer a stand-alone tool for identify. In Pro you can configure whether you want to return a Pop-up for all the top-most, visible layers, selectable layers, etc by clicking the dropdown on the Explore command. This is how you can return multiple features in multiple layers. The pop-up experience in Pro is designed to be similar to other applications in the platform including the arcgis.com viewer where a single click with the navigate tool will show a pop-up. Pop-ups can be configured for each layer to control what fields display, show hyperlinks, embed images, add graphs etc. When I author a pop-up in Pro that definition is carried over when I share it as a WebMap. This makes it really easy to share my map online and ensure that anyone using my WebMap gets a nice pop-up when they identify any features. For the experience of a tree view and a list of features and their attributes we would recommend using the attributes pane and the feature selection. Some nice features of attributes pane that you didn't have with identify is you can edit the attributes directly. You can also select multiple records in the view and it will show you which fields are identical and it allows you to update the attribute for multiple features at once. This pane now supports selected rows in stand-alone tables. It also provides more information about the feature geometry and easier access to edit the geometry than was available in identify. -Chris
... View more
05-12-2015
04:16 PM
|
4
|
9
|
14668
|