Base solution for your next web application
Open Closed

HttpPostedFileBase - IEnumerable #1171


User avatar
0
tk76 created

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.


No answer yet!