question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to load DLL 'fusion.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

See original GitHub issue

Environment: VS 2017 Community edition 15.5.2 dotnet --version => 2.1.2 Windows 10 Enterprise

Steps to reproduce this bug:

  1. Create a simple console application using default template
  2. Add these Nuget packages:
  <ItemGroup>
    <PackageReference Include="WindowsAzure.Storage" Version="8.7.0" />
    <PackageReference Include="Microsoft.WindowsAzure.ConfigurationManager" Version="3.2.3" />
  </ItemGroup>
  1. Write these lines of codes to get a container:
var accessKey = "your access key";
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(CloudConfigurationManager.GetSetting(accessKey));
CloudBlobClient blobClient = storageAccount.CreateCloudBlobClient();
CloudBlobContainer container = blobClient.GetContainerReference("images");
  1. Run the application

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
JoyceLiangcommented, Jan 23, 2018

This issue was moved to Azure/azure-sdk-for-net#4010

2reactions
JoyceLiangcommented, Jan 20, 2018

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

fusion.dll on Azure storage using Visual Studio for Mac
System.DllNotFoundException: fusion.dll. AFAIK, Fusion.dll is a type of DLL file associated with Microsoft .NET Framework for the Windows ...
Read more >
Error when you try to copy content to Azure
DllNotFoundException,Message=Unable to load DLL 'jvm.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) ...
Read more >
System.DllNotFoundException: Unable to Load DLL 'file. ...
DllNotFoundException: Unable to Load DLL 'file. dll'. The specified module could not be found. (Exception from HRESULT: 0x8007007E)
Read more >
Unable to call method because (Unable to load DLL
Unable to call method because (Unable to load DLL '': The specified module could not be found. (Exception from HRESUClosed - Not Enough...
Read more >
ASP.Net returns- Unable to load DLL 'sybdrvado11.dll'
DllNotFoundException: Unable to load DLL 'sybdrvado11.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at. Sybase.Data.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found