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!

Recent content by starseyer

  1. starseyer

    Why won't my namespace recognise my other namespaces?

    Got it. I remember seeing the /r switch when I was looking up how to compile from the command line, but I not sure what it was used for. Thanks a lot!
  2. starseyer

    Why won't my namespace recognise my other namespaces?

    I've been compiling like csc /t:library PlanClasses.cs So I need to use the /r: switch then . . . Thanks! I'll give that a try.
  3. starseyer

    Why won't my namespace recognise my other namespaces?

    Oh, here is the source of the confusion. I don't have Visual Studio and my files are not put together in a project. So what should I do now?
  4. starseyer

    Why won't my namespace recognise my other namespaces?

    I hate to display my ignorance here, but I'm not sure I know what you mean. You may have to spell it out, as I'm a beginner. I need to create objects in a class in one namespace of a class that is defined in another one of my namespaces. Is this the sort of dependency you are taking about, or...
  5. starseyer

    Why won't my namespace recognise my other namespaces?

    I have three custom namespaces, two of which I'm attempting to import into the other with "using." <code> using System; using InvoiceClasses; using PlanClasses; namespace SubaccountClasses { /// <summary> /// Description of Subaccount. /// </summary> public abstract class Subaccount {...

Part and Inventory Search

Back
Top