This question is locked. New answers and comments are not allowed.
Dear Teleriks ,
I updated my project from 2012 Q1 to 2012 Q2 but I get the following error on panel bar rendering. After some effort to find the source of bug , I realize the problem is with "Area" and Action in the following code :
after removing new { Area = "PriceList" } all the things work fine! also replacing the action method with the following line has no any effect :
just it works fine with the following line (when the area is not set)
what is (my) problem?
P.S : The stack trace is :
Stack Trace:
I updated my project from 2012 Q1 to 2012 Q2 but I get the following error on panel bar rendering. After some effort to find the source of bug , I realize the problem is with "Area" and Action in the following code :
.Items(subItemAdder => { subItemAdder.Add() .Text("Blob blob") .SpriteCssClasses("database-png") .Action("Index", "PriceListRows", new { Area = "PriceList" }) });
after removing new { Area = "PriceList" } all the things work fine! also replacing the action method with the following line has no any effect :
.Action("Index", "PriceList/PriceListRows")
just it works fine with the following line (when the area is not set)
.Action("Index", "PriceListRows")
what is (my) problem?
P.S : The stack trace is :
Stack Trace:
|