Hi
I am trying to alter a local version of source code to add IEnumerable<HttpPostedFileBase> to ignored types such as: private static Type[] _ignoredTypesForSerialization = { typeof(HttpPostedFileBase), typeof(IEnumerable<HttpPostedFileBase>) };
In Abp.Web.Mvc - AbpController.cs
I have downloaded source code version <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/tree/v0.8.4.0">https://github.com/aspnetboilerplate/as ... e/v0.8.4.0</a> - which should be the same version as my Asp.Net Zero version (0.8.4), however after build it shows as version 0.8.3! Furthermore I get an error when using downloaded source from <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/tree/v0.8.4.0">https://github.com/aspnetboilerplate/as ... e/v0.8.4.0</a>
{"The controller for path '/Mpa/null' was not found or does not implement IController."} in WindsorControllerFactory.cs.
Please advise how to retrieve the exact same version of source code that matches the dll's in the ASP.Net zero template I downloaded some months ago?
Thanks in advance.
Hi
How can I set the active navigation item manually, at the moment it is only active if the user is on the page defined in the navigation menu class. However I need to also display that navigation item for other pages?