I have a web user control (ascx) in my project and I would like to move it to a more general namespace that makes it easier to share the control across projects.
The problem is, it seems that web user controls like to stay in a namespace named after the web application they're in.
Is there some way to break out of the web app namespace?
Update: Looks like you can in C#, but it's not working in VB.Net.