-
Notifications
You must be signed in to change notification settings - Fork 370
Unable to load DLL 'fusion.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) #596
Comments
I was facing same issue . CloudConfigurationManager.GetSetting(accessKey) method looks into configuration files and it takes AppSetting key name only as parameter. but ironically i was passing whole connection string in place of Key so it was giving error . i think they need to correct exception message |
I had this issue before, when I try to load the configuration information using |
I see the same issue when I try to use Microsoft.WindowsAzure.ConfigurationManager in ASP.NET Core Web Application. ASP.NET Web Application(.NET Framework) do not have this problem. |
Thanks for reporting this issue. However, this issue should be opened on Azure Sdk repo as it is related to Microsoft.WindowsAzure.ConfigurationManager package. Thanks! |
This issue was moved to Azure/azure-sdk-for-net#4010 |
Thank you @erezvani1529 . I've moved this issue to Azure/azure-sdk-for-net#4010 |
Environment:
VS 2017 Community edition 15.5.2
dotnet --version => 2.1.2
Windows 10 Enterprise
Steps to reproduce this bug:
The text was updated successfully, but these errors were encountered: