I'm trying to develop a simple web app using asp.net MVC 5 with Mono and Xamarin Studio. I have followed the stepts here: http://curtis.schlak.com/2014/02/04/setup-asp-net-mvc-4-on-monodevelop-4.2.html to get Mono working fine, but when I try to load an image using:
<img src="~/Content/images/header-left.png" alt="asiser" class="img-responsive pull-left" />
I get this exception:
System.NotImplementedException
at System.Web.HttpContextWrapper.GetService (System.Type serviceType) [0x00000] in /private/tmp/source/bockbuild-mono-3.2.6/profiles/mono-mac-xamarin/build-root/mono-3.2.6/mcs/class/System.Web.Abstractions/System.Web/HttpContextWrapper.cs:189
I can't find anything related to this issue so I'd like to know if anybody is getting the same error.
Thanks