File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 55using System . Web . Routing ;
66using DevExpress . DashboardCommon ;
77using DevExpress . DashboardWeb ;
8+ using DevExpress . Utils ;
89using MVCDashboardDesigner . App_Start ;
910
1011namespace MVCDashboardDesigner {
@@ -13,6 +14,7 @@ namespace MVCDashboardDesigner {
1314
1415 public class MvcApplication : System . Web . HttpApplication {
1516 protected void Application_Start ( ) {
17+ DeserializationSettings . RegisterTrustedClass ( typeof ( SalesPersonData ) ) ;
1618 DashboardConfig . RegisterService ( RouteTable . Routes ) ;
1719 AreaRegistration . RegisterAllAreas ( ) ;
1820 WebApiConfig . Register ( GlobalConfiguration . Configuration ) ;
@@ -29,4 +31,4 @@ protected void Application_Error(object sender, EventArgs e) {
2931 //TODO: Handle Exception
3032 }
3133 }
32- }
34+ }
You can’t perform that action at this time.
0 commit comments