[Mono-aspnet-list] The global namespace in web.config does not take effect in the view
hjf1223
hjf1223 at gmail.com
Wed Dec 7 22:49:00 EST 2011
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.
More information about the Mono-aspnet-list
mailing list