[MonoDevelop] Widgets shaded out in ASP.NET

Michael Hutchinson m.j.hutchinson at gmail.com
Sat Jan 27 10:25:27 EST 2007


Hi,

On 1/27/07, Alexandre Fedorko <crabb at alicetele.com> wrote:
> 1. the ASP.NET widgets are always shaded out? I've thrown away Firefox but
> it has no effect.

What do you mean by "shaded out"? Is it the entire designer, or just
the widgets?
Can you give me screenshots and/or command-line output from MonoDevelop?

> 2. It takes up to ten seconds to switch from "Source Editor" to "Designer"
> in an ASP.NET application

The ASP.NET designer is hosted out-of-process, so if it crashes it
won't take MonoDevelop down as well. It also means that changed
control assemblies can be reloaded. The disadvantage is that it takes
a while to load it up, though I haven't worried too much as it doesn't
take long on my machine. I realise that this will be a problem for
slower machines, so I'll eventually change it to have to a single
persistent designer process, or even host it in MD itself using
AppDomains, which will be faster.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list