Luomilande / CSharp-Spider

C#编写的爬虫网站
1 stars 0 forks source link

Kendo.Mvc.dll没有怎么办? #1

Open newlifes01 opened 6 years ago

newlifes01 commented 6 years ago

Nuget里的编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误消息: CS1061: 'HtmlHelper' does not contain a definition for 'Kendo' and no extension method 'Kendo' accepting a first argument of type 'HtmlHelper' could be found (are you missing a using directive or an assembly reference?)

源错误:

行 50:

行 51: 行 52: @(Html.Kendo().Grid() 行 53: .Name("BasicAttr") 行 54: .Columns(columns => 源文件: G:\CSharp-Spider-master\HDemo\Views\Home\Index.cshtml 行: 52

Luomilande commented 5 years ago

这个你得去单独下载引用了。