【发布时间】:2018-10-30 17:54:00
【问题描述】:
我在用 C# 脚本编写的 Azure 门户功能应用程序中遇到错误。
错误 CS0103:名称“ZipFile”在当前上下文中不存在
我尝试使用 nuget.exe 安装 System.IO.Compression.FileSystem.dll,但我也无法添加该软件包。错误如下。
D:\home\site\wwwroot 找不到包 'System.IO.Compression.FileSystem.dll'
请帮帮我。
谢谢。
【问题讨论】:
-
您需要通过标准的 AddReference 菜单选项添加引用并搜索 dll。
标签: c# azure azure-functions