Hello,
I have a Addin that contains two python toolboxes in it. One user is getting the following error when accessing one of the toolboxes.
Any help as to what the issue is.
Thanks.
I doubt that this is a problem with access to the 'Assembly cache' folder - Actually when you register your esriAddinX file it will get unzipped in that folder using your user credentials and consequently it might not be the script folder itself, but instead it might be a reference to another file from within the script.
There are some Microsoft tools that you can use to check which file (or folder) is the cause of this 'access denied' error:
Search for Microsoft's SysinternalsSuite which is a collection of useful Windows tools. One of the tools is called ProcMon64.exe (for 'Process Monitor) and this tool allows you to capture any file i/o events and the cause of potential errors:
You can use this tool (running on the machine where the problem occurs) to see which file (access) is causing the issue.