Hi Chris,
As you've mentioned that the "Assembly Name" and "Default Namespace" are
all able to be modified by the project's property window.(Right click the
project and select the properties menu item). In addition, the setting in
the VB.NET project ans C# project are quite different.
1. In C# project, we have the "Default Namespace" setting which indicate
the default namespace of the businsess component to use. And we can't
change all the pages or components' namespace in the c# project by changing
this value because the namespace of each codebehind or a class is
explicitly declared in each cs file. So we need to be careful before
changing the "default namespace" because, it'll make you encounter some
error because the default namespace be changed and some business component
you called can't be found(their namespace remain the old one).
2. In VB.NET project, when we opened the .vb or aspx.vb file, we can see
that the namespace is not explicitly specified in it. Thus, it make us
possbile to set the namespace for the whole project in the project's
properies window.
Hope helps.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx