Re: [Mono-aspnet-list] C# - ASP.NET Visual Design dont work

2011-12-07 Thread Stifu
The GTK# designer is for GTK# apps, it's not an ASP.NET designer. MonoDevelop does not ship with an ASP.NET designer. renanpro03 wrote Hello! Hope you guys can help me... I installed mono-Develop in Ubuntu 11.10 Apparently it's working fine, but I cant access the Design mode, I created a

Re: [Mono-aspnet-list] Upgrade MySqlConnector .Net version 6.3.7+ crashes Mono 2.10.2 with: The assembly name is invalid.

2011-12-07 Thread jddunlap
I ran into this problem when I upgraded as well, so I downloaded the source for the connector and removed the strong name stuff. I compiled that and used it and it worked fine. I know this doesn't address the root cause but I thought I'd throw it out there because it may help in the mean time.

[Mono-aspnet-list] The global namespace in web.config does not take effect in the view

2011-12-07 Thread hjf1223
The view(.ascx/aspx) use some custom type without the namespace, becasue the namespace has been add in the web.config like this: add namespace=My.Extensions/ But when compiling the view, it also tell me the view can not be found. When I use the full type name like :My.Extensions.Type1. The view