© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
6 replies
danno8524

❔ Accessing StorageConnectionString from AppSettings.json Asp.net core 6.0

Attempting to get access to my Azure Table connection string using
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(
CloudConfigurationManager.GetSetting("StorageConnectionString"));

I am recieving error
"System.DllNotFoundException: 'Unable to load DLL 'fusion.dll' or one of its dependencies: The specified module could not be found."

What is going on here?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Access AppSettings.json in asp.net core
C#CC# / help
3y ago
✅ Accessing the appsettings.json that resides in a ASP.NET Core 6 project from another project
C#CC# / help
3y ago
❔ Access AppSettings from CSHTML in ASP.NET core
C#CC# / help
3y ago
Access Azure Table Storage from Asp.net 6.0 core
C#CC# / help
4y ago