小编Ton*_*ham的帖子

使用Mac的Visual Studio时出现错误System.DllNotFoundException:Azure存储上的fusion.dll

当我遵循此行会时,我正在使用Visual Studio for Mac。 https://docs.microsoft.com/zh-cn/azure/storage/blobs/storage-dotnet-how-to-use-blobs

使用代码:

// Parse the connection string and return a reference to the storage account.
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(
CloudConfigurationManager.GetSetting("StorageConnectionString")); 
Run Code Online (Sandbox Code Playgroud)

我有这个例外:

System.DllNotFoundException:fusion.dll

我试着在Window上的Visual Studio中做,这没问题。这是Visual Studio for Mac的问题,您可以指导我如何解决它吗?谢谢

visual-studio azure-storage-blobs macos-sierra

1
推荐指数
1
解决办法
2068
查看次数