Question A real newbie lost in (name)space(s)

Elfman

Member
Joined
Nov 6, 2007
Messages
12
Programming Experience
1-3
Hi All,

This is, I’m sure the easiest question , ever to be asked on these forums
but I’ve wasted way to long on it and I need some guidance.

I've just started with vb.net and I’ve come to Namespaces. Now to me as someone who's done a bit of Java, namespaces seem to be the same as packages .

So I created a namespace to mess with and get used to and put it in the app code folder. in namespace is called "SmallSystemsRequest" and contains a class called "SubmittedDetails" and the file it's saved in is called "SubmittedDetails.vb"

When i try and import the namespace it tells me the namespace cannot be found or contains no public member (which is dose)

can anyone point out what I’m doing wrong.

Thanks in advance.

- Elfman
 
Back
Top