@section scripts{ <script src="~/Scripts/ej/web/ej.web.all.min.js"></script> @Scripts.Render("~/Scripts/jquery.easing.1.3.js") @Scripts.Render("~/Scripts/jsrender.min.js") <link rel='nofollow' href="~/Content/ej/web/bootstrap-theme/ej.web.all.min.css" rel="stylesheet" /> <script src="@Url.Content("~/Scripts/jquery.validate.min.js")"></script> <script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")"></script> <script type="text/javascript"> ........ </script> |
Type
'System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib,
Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089]]' is not supported for
serialization/deserialization of a dictionary, keys must be strings or objects. Description: An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
|
....... <script src="~/Scripts/jquery-1.10.2.min.js"></script> <script src="~/Scripts/waitMe/waitMe.js" type="text/javascript"></script> @Scripts.Render("~/Scripts/jquery.easing.1.3.js") @Scripts.Render("~/Scripts/jsrender.min.js") <script src="~/Scripts/ej/web/ej.web.all.min.js"></script> @RenderSection("scripts", required: false) @Html.EJ().ScriptManager() ...... |