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 will works
fine.

It seems the global namespace does not be take effect?

--
View this message in context: 
http://mono.1490590.n4.nabble.com/The-global-namespace-in-web-config-does-not-take-effect-in-the-view-tp4171472p4171472.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Reply via email to