[MonoDevelop] Monodevelop 2.2 cannot find System.Web.Mvc

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Sep 11 13:39:26 EDT 2009


On Fri, Sep 11, 2009 at 6:41 AM, Oskar Berggren
<oskar.berggren at gmail.com> wrote:
> Hi,
>
> I just did a fresh compile of Mono 2.4.2.3 from source tarballs, then
> using that as environment I built monodevelop 2.2 beta 1.
>
> Now System.Web.Mvc isn't listed in the Packages tab on Edit
> References. System.Web.Routing is present. This is for an existing
> project previously developed in monodevelop 2.0. Any ideas?
>
> The assembly certainly seems present in the GAC:

MD doesn't find packages from the GAC, it uses pkg-config.

Unfortunately the system.web.mvc.pc file was omitted from the Mono
2.4.2.3 release. It's been backported to the 2.4 branch:
http://anonsvn.mono-project.com/viewvc?view=revision&revision=140306

You can create this file manually in the appropriate directory, and
everything should work.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list