custom namespaces



Howdy
Relatively new to .NET, I'm trying to create custom a namespace for use in
creating some utility classes, which I seem to have done OK, however, I'm
having a problem trying to use the class with the error the namespace can't
be found.

I've really got no idea what I'm doing, I'm coding in C# and essentially
using notepad, and trying to get my code behind file to use the class in my
custom namespace.

I'm guessing the problem is that I haven't compiled my namespace into a dll,
but I don't have access to the command line compiler on the network PC here
which doesn't help, nor Visual Studio.

I've been told I somehow need to add a reference to my namespace if I was
using Visual Studio, but I don't have it, nor a command line compiler. Is it
possible without these?

Basically, I'm looking for an article that is entitled "how to create and
reference your own namespaces without visual studio".
I've tried putting my code behind and .cs file with my namespace in the bin
directory to no avail.

Any tips greatly appreciated
Cheers
Matt


.



Relevant Pages

  • Re: custom namespaces
    ... > use the class with the error the namespace can't be found. ... > Visual Studio. ... > I've been told I somehow need to add a reference to my namespace if I was using Visual ... > Studio, but I don't have it, nor a command line compiler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: custom namespaces
    ... >> I'm guessing the problem is that I haven't compiled my namespace into a dll, ... if you aren't using Visual Studio. ... >>> don't have access to the command line compiler on the network PC here which doesn't ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: custom namespaces
    ... Conversation: custom namespaces ... > use the class with the error the namespace can't be found. ... > Visual Studio. ... > Studio, but I don't have it, nor a command line compiler. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Adding Forms to the Namespaces
    ... I do not find a good method to customize the namespace of an existing ... item template for VB.NET Form that can be found in the folder C:\Program ... We can either use Visual Studio to export templates and create such an item ... entering the custom namespace name and class name. ...
    (microsoft.public.vsnet.ide)
  • Re: Adding Forms to the Namespaces
    ... I do not find a good method to customize the namespace of an existing ... item template for VB.NET Form that can be found in the folder C:\Program ... entering the custom namespace name and class name. ... Install the UserInputForm Assembly into the Visual Studio installation sub ...
    (microsoft.public.vsnet.ide)

Loading