Home > Archive > ASP .NET > October 2004 > Namespace in vb.net 2003 Question?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Namespace in vb.net 2003 Question?
|
|
|
| I'm Creating multiple custom unique namespaces within the same web
application.
Using VS.net do I still have to compile each namespace into an assembly
separately using
the vb.net 2003 command prompt, then reference the assembly to the web
application.
*Remember I'm creating the namespaces within the same web application not a
code library or another application!
*Also at the current moment I'm getting an error message using the Imports
statement with my custom created namespaces.
Thanks
| |
|
| I Know The Answer to my question!!!!!! Thanks!
"Leon" <vnality@msn.com> wrote in message
news:uoFyjAmvEHA.1292@TK2MSFTNGP10.phx.gbl...
> I'm Creating multiple custom unique namespaces within the same web
> application.
>
> Using VS.net do I still have to compile each namespace into an assembly
> separately using
> the vb.net 2003 command prompt, then reference the assembly to the web
> application.
>
> *Remember I'm creating the namespaces within the same web application not
> a code library or another application!
>
> *Also at the current moment I'm getting an error message using the Imports
> statement with my custom created namespaces.
>
> Thanks
>
|
|
|
|
|