Azure Scope: Could not load file or assembly 'Microsoft.Azure.Management.ResourceManager.Fluent, Version=1.0.0.71, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified

The Azure scope activity keeps failing with the below error. Has anyone faced this issue and was able to resolve it?

Azure Scope: Could not load file or assembly ‘Microsoft.Azure.Management.ResourceManager.Fluent, Version=1.0.0.71, Culture=neutral, PublicKeyToken=31bf3856ad364e35’. The system cannot find the file specified.

@PWilliams

try to delete the dependencies and this library folders from .nuget and let it redownload

cheers

1 Like

Thank you for the fast reply! Unfortunately, that did not work. I had to downgrade down to UiPath.Azure.Activities = 1.5.1 in order for it to be resolved. Seems odd I cant use the latest package on 1.6.3.

1 Like

Hey @PWilliams , I tried to reproduce your issue, but it seems to be working fine in my case.


Can you please share the steps that I can take to reproduce this issue?

All I did was upgrade the dependency from 1.5.1 to 1.6.3. I wonder if its because I am on Studio 24.10.5. I just upgraded to this version yesterday. Which Studio version are you on?

I also created a new project and downloaded Azure 1.6.3 and got the same issue in a new project. Is it possible that the versions I need are not in our Cloud Orchestrator?

I have resolved the issue. I did not have the package feed below. Once added, it fixed my issue.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.