Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB and Namespaces Arggg
Message
From
04/03/2008 04:25:53
 
 
To
03/03/2008 18:45:29
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01298281
Message ID:
01298367
Views:
17
>Ok, I am loosing my mind. I have been working in C# for awhile and now doing a project in VS2008 with VB. I am trying to use namespaces but seems it works differently than in C#. I don't remember this to be the case when I did some VB back in VS2003.
>
>I have a project named:
>MyApplication.Web.Base
>In this I have a folder named Forms and the namespace on my base form is:
>Namespace MyApplication.Web.Base.Forms with a class of WebPageBase
>
>When I try to reference this inside the web application project I did this:
>Import MyApplication.Web.Base and tried to reference Forms.WebPageBase
>
>Intellisense tells me I have to reference this full namespace
>MyApplication.Web.Base.MyApplication.Web.Base.Forms.WebPageBase
>
>This seems a little silly to me. Is there some kind of automatic "Add the project name to the namespace" setting I need to turn off somewhere?

Sounds like you may be importing another namespace which also has a Forms element (I was going to suggest System.Windows.Forms but since this is a web project you shouldn't have that one anyway)

IAC, if there is a neccessary conflict you could use an alias in the Imports statement.
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform