-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Issue Transfer
This issue has been transferred from the Azure SDK for .NET repository, #50039.
Please be aware that @Odessa-ShaliniGR is the author of the original issue and include them for any questions or replies.
Details
Hi Team,
We are trying to integrate azure app configuration service in our .net 4.7 application. When we try to load the solution we are facing the below errors.
Error: The assembly with display name 'Microsoft.Configuration.ConfigurationBuilders.Environment' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1.
Managed Debugging Assistant 'BindingFailure' : 'The assembly with display name 'Microsoft.Configuration.ConfigurationBuilders.Environment' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Configuration.ConfigurationBuilders.Environment' or one of its dependencies. The system cannot find the file specified.'
Managed Debugging Assistant 'BindingFailure' : 'The assembly with display name 'Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration' or one of its dependencies. The system cannot find the file specified.'
Managed Debugging Assistant 'BindingFailure' : 'The assembly with display name 'Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration' or one of its dependencies. The system cannot find the file specified.'
Please let us know what can be the issue and how to resolve the same.