我在SmartStore应用上的服务器上的编译错误

时间:2018-09-08 17:06:48

标签: asp.net asp.net-mvc server telerik plesk

我已经在服务器上安装了SmartStore。除了添加类别模块之外,其他所有东西都工作正常。每当我尝试添加或编辑任何类别时,都会弹出错误消息:

  

编译错误说明:在编译过程中发生错误   满足该请求所需的资源的汇编。请   查看以下特定的错误详细信息并修改源   适当地编码。

     

编译器错误消息:CS0121:调用之间   以下方法或属性:   'Telerik.Web.Mvc.UI.Fluent.GridToolBarCommandFactory.Template(System.Action>)'   和   'Telerik.Web.Mvc.UI.Fluent.GridToolBarCommandFactory.Template(System.Func,object>)'

Line 441:   .ToolBar(commands => commands.Template(CategoryProductsGridCommands))

请帮帮我。我被困住了:(

1 个答案:

答案 0 :(得分:0)

研究完之后,我们得到了解决方案。所以请尝试这样。

希望会起作用

.ToolBar(commands => commands.Template(pp=>GridCommands(pp)))