.net6 asp.net core 无法加载NPOI的问题
发布日期:2024-06-05 13:44:59
使用NPOI解析excl文件,在本地调试的时候运行正常,但发布到服务器后报错如下:
Could not load file or assembly 'NPOI, Version=2.6.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
读取不到版本2.6.0.0的NPOI dll文件
经反复测试,发布的时候不仅要把所有dll和runtimes目录拷贝上去,还要把xxx.deps.json和xxx.runtimeconfig.json一起拷贝上去