This is a migrated thread and some comments may be shown as answers.

Issue in Deploying Kendo UI project on IIS error is "CS1593: Delegate 'System.Action' does not take 1 arguments "

0 Answers 298 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Swapnil
Top achievements
Rank 1
Swapnil asked on 26 Sep 2012, 04:23 AM
Hi Grurs,

I am using a trial version on Kendo UI for MVC for the purpose of development of the prototype. I have developed everything with the following development configuration
1) VS 2010
2) ASP.NET MVC3
3) Razor
4) Kendo UI
it runs proper when i run it from VS but when i install it on the server then it throws following error
"CS1593: Delegate 'System.Action' does not take 1 arguments"

For following code
Line 77:           .Scrollable(false)
Line 78:           .HtmlAttributes(new { id = "top-panes" })
Line 79:           .Content(@<div>
Line 80:                     
Line 81:                 </div>);

I am using Panel bar here.

Kindly help me to solve this issue

Thanks in Advance

Regards
Swap

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Swapnil
Top achievements
Rank 1
Share this question
or