Rotativa.NetCore 无法加载类型 'Microsoft.AspNetCore.Builder.CookieAuthenticationOptions'
Rotativa.NetCore Could not load type 'Microsoft.AspNetCore.Builder.CookieAuthenticationOptions'
我在 .Net CORE 2.0(最新版本等)上使用 Rotativa.NetCore,但出现以下错误:
处理请求时发生未处理的异常。
TypeLoadException: 无法从程序集 'Microsoft.AspNetCore.Authentication.Cookies, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
加载类型 'Microsoft.AspNetCore.Builder.CookieAuthenticationOptions'
有什么建议吗?
这里有将 Rotativa.NetCore 从 .Net Core 1 更新到 .Net Core 2.0 的代码:https://github.com/aaxelm/Rotativa.NetCore/pull/1/files?diff=split
我在 .Net CORE 2.0(最新版本等)上使用 Rotativa.NetCore,但出现以下错误: 处理请求时发生未处理的异常。 TypeLoadException: 无法从程序集 'Microsoft.AspNetCore.Authentication.Cookies, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
加载类型 'Microsoft.AspNetCore.Builder.CookieAuthenticationOptions'有什么建议吗?
这里有将 Rotativa.NetCore 从 .Net Core 1 更新到 .Net Core 2.0 的代码:https://github.com/aaxelm/Rotativa.NetCore/pull/1/files?diff=split