Hi,
I am a new to ArcGIS Pro. In this question I will not add much code. Just wanted a suggestion to get hold of one issue.
I have an existing code base in which I am adding an AddIn and Plugin data source for new file extension. But when adding a folder connection to the new file extension I am not able to see that file after expanding the folder.
Interestingly following are my different findings:
1. This issue is coming when Configuration is set as a startup project. When I am directly setting the new AddIn as a startup project the same issue is not coming.
2. Since issue is coming in an existing codebase when I am creating new project from the scratch having the same structure as the existing one the issue is not coming.
3. In both of the scenarios I can see the new addin the ArcGis Pro folder getting generated. Its not that new addin is not getting generated.
I tried different combinations to check the issue but couldnt find any root cause.
I am just looking for a way to look into the root cause