C# webapi工程见附件,安装了EPPlus 工具包,把上传了Classlibrary1.dll EPPlus.dll System.Text.Encoding.CodePages.dll,调试时还是抛出以下异常:
- System.IO.FileLoadException
- HResult=0x80131621
- Message=Could not load file or assembly 'System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Could not find or load a specific file. (0x80131621)
- Source=EPPlus
- StackTrace:
- 在 OfficeOpenXml.ExcelPackage.Init()
- 在 OfficeOpenXml.ExcelPackage..ctor(FileInfo newFile)
- 在 ClassLibrary1.MyAPI.<TestGetApi>d__1.MoveNext() 在 C:\Users\admin\source\repos\ClassLibrary1\Class1.cs 中: 第 30 行
- 此异常最初是在此调用堆栈中引发的:
- [外部代码]
- 内部异常 1:
- FileLoadException: Could not load file or assembly 'System.Text.Encoding.CodePages, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
复制代码
请问应该怎么解决?
|