Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

where are my classes?

Status
Not open for further replies.

dushkin

Programmer
Mar 28, 2002
90
US
mebbe this is a admission of newbiedom but, it seems that I am missing numerous classes called for by the code i am writing under (at least in this case) the System namespace.
I need System.Convert and it isn't there. In the Intellisense, it shows that I only have 11 classes under System. Is this a shortcoming of the C# Learning Edition or am i missing something?? Thanks in advance.
 
I've never used the learning edition. But you do have to add references to certain classes for them to be available for use.
 
I don't see how it couldn't be there -- it's in the .NET SDK (available as a separate download).

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
i think i figured it out (at least the problem, not the solution). I have the code several folders down in the project file. the references folder with all the class files is in the first folder. how do call class files from class folders that are several layers away from the references folder? thanks again.
 
allright, i figured it out. Some of my files didn't have the appropriate declarations. Thanks for your replies.
 
as a final note of curiosity - chip, your last name wouldn't be Hall, would it?
 
Nope. Sorry.
;-)

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top