Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing user-defined NameSpace
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01472074
Message ID:
01472081
Views:
39
>Hi All,
>
>I have done this a few times before, but each time I do, I have to search and learn it again.
>
>I am attempting to create a NameSpace in VB.Net. I create a new Class item. In it, I add...
>
>
>Namespace Test
>    Public class Test
>        Public Sub Test()
>            ...
>        end public
>    end class
>end NameSpace
>
>
>Then in another part of the project, I add the line
>
>Imports Test.Test
>
It should be:
Imports Test
The class name isn't included in the Imports.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform