Web application powered on c# mvc4 .net4.5 from visual studio 2012.
Application deployed in: ubuntu server 13.10. mono version 3.2.7 (I build it from git) web server Apache/2.4.6 mod_mono 2.11 (from git)
Version Information: 3.2.7 (master/5b65cb8 Wed Nov 27 14:49:11 MSK 2013); ASP.NET Version: 4.0.30319.17020
The application is working. But when i try to go to the any form, the application fails with the following error ^
Application Exception System.MissingMethodException Method not found: 'System.Web.Routing.RouteCollection.get_AppendTrailingSlash'.
Description: HTTP 500.Error processing request.
Details: Non-web exception. Exception origin (name of application or object): System.Web.Mvc.
How can I resolve it problem?