c# - 未找到引用 Rotativa

标签 c# .net razor model-view-controller rotativa

我想使用 Rotativa lib 但在 Nuget 安装时没有找到它的引用。 我有 App_browser 和 Rotativa 文件夹,但没有引用 Rotativa 为什么?

添加对 Rotativa.ddl 的引用但不编译。我有这个错误

The type or namespace name 'Rotativa' could not be found (are you missing a using directive or an assembly reference?)

对不起我的英语。 谢谢。

最佳答案

尝试使用预发布版本:

https://github.com/webgio/Rotativa/issues/177

在 Nuget 中,标记复选框“在搜索文本框附近包含 prerelis”。

关于c# - 未找到引用 Rotativa,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50033664/

相关文章:

c# - 线程启动滞后于 UI WPF

.net - Paramarrays 的通用 Concat 扩展方法不适用于 IEnumerable(of String)

c# - 如何在ASP.NET Web API中使用非线程安全的异步/等待API和模式?

c# - 无法连接到 Oracle 数据库

c# - 调用@Html.Partial 显示属于不同 Controller 的分部 View

c# - 遍历 ICollection 并设置为 null

c# - Asp.net 核心 2.0 与 Entity Framework 数据库首先方法与 MYSQL

c# - 使用 C# 提取和修改 xml 的 cdata 部分

c# - 在 Razor 中将 View 模型属性编码为 JavaScript

c# - .NET MVC 5 C# - 将可单击图标放置在列标题旁边,用于按姓氏等对页面上的项目列表进行排序?