Rotativa.NetCore Could not load type 'Microsoft.AspNetCore.Builder.CookieAuthenticationOptions'

痴心易碎 提交于 2019-12-24 06:08:03

问题


I am using Rotativa.NetCore on a .Net CORE 2.0 (latest version and etc) and I am getting the following error: An unhandled exception occurred while processing the request. TypeLoadException: Could not load type 'Microsoft.AspNetCore.Builder.CookieAuthenticationOptions' from assembly 'Microsoft.AspNetCore.Authentication.Cookies, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

Any suggestions?


回答1:


There's code to update Rotativa.NetCore from .Net Core 1 to .Net Core 2.0 here: https://github.com/aaxelm/Rotativa.NetCore/pull/1/files?diff=split



来源:https://stackoverflow.com/questions/48155081/rotativa-netcore-could-not-load-type-microsoft-aspnetcore-builder-cookieauthent

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!