[MonoDevelop] Error with trying to run an ASP.NET VB website in .NET 3.5

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Oct 11 17:15:34 EDT 2010


On Thu, Sep 30, 2010 at 12:07 PM, Jeremy Hardin <tacoman667 at gmail.com> wrote:
> I get this error:
> "Class System.Web.UI.Design.WebControls.GridViewDesigner could not be
> loaded"
> This is just trying to run the ASP.NET application.  A co-worker told me
> about this when trying to get a designer's OSX machine to run locally so he
> can develop apart from our CI server.  Any help would be awesome.

This sounds like a Mono question, not a MonoDevelop question. I
suggest you ask on mono-list, and provide more details e.g. mono
version, what code is causing the error, etc.

FWIW, Mono does not support the ASP.NET design-time classes (e.g.
System.Web.UI.Design.* and most of System.Design.dll). You shouldn't
ever depend on these classes at runtime unless you're building a GUI
designer anyway.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list