473,811 Members | 3,736 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Root Namespace

Does anyone know where I can access programmically the
value stored in the "Root Namespace" parameter of the
project's common properties? To find this within the IDE,
select your project name under the solution explorer,
right click, select properties, the first form that comes
up has the value stored in the "Root Namespace" field. I
need to find out how to find this value using code.

Thanks in advance.

-Lee
Nov 20 '05 #1
3 3100
Hi, No. That get's the name of the Assembly. The Root Namespace is/can be
different.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
"steve" <as*@abc.com> wrote in message
news:vk******** ****@corp.super news.com...
[Assembly].GetExecutingAs sembly.GetName. Name

hth,

steve
"Lee Moody" <no****@nospam. com> wrote in message
news:09******** *************** *****@phx.gbl.. .
Does anyone know where I can access programmically the
value stored in the "Root Namespace" parameter of the
project's common properties? To find this within the IDE,
select your project name under the solution explorer,
right click, select properties, the first form that comes
up has the value stored in the "Root Namespace" field. I
need to find out how to find this value using code.

Thanks in advance.

-Lee


Nov 20 '05 #2
And in fact, in my case, it is different. Any ideas where
to find the Root Namespace?

-Lee
-----Original Message-----
Hi, No. That get's the name of the Assembly. The Root Namespace is/can bedifferent.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
"steve" <as*@abc.com> wrote in message
news:vk******* *****@corp.supe rnews.com...
[Assembly].GetExecutingAs sembly.GetName. Name

hth,

steve
"Lee Moody" <no****@nospam. com> wrote in message
news:09******** *************** *****@phx.gbl.. .
> Does anyone know where I can access programmically the
> value stored in the "Root Namespace" parameter of the
> project's common properties? To find this within the IDE, > select your project name under the solution explorer,
> right click, select properties, the first form that comes > up has the value stored in the "Root Namespace" field. I > need to find out how to find this value using code.
>
> Thanks in advance.
>
> -Lee


.

Nov 20 '05 #3
An idea comes to mind... This *might* work:

Dim strNamespace As String = GetType(AClassI nYourAssembly). FullName

strNamespace = strNamespace.Su bstring(0, strNamespace.In dexOf("."c) - 1)

(The c after "." is deliberate)

But please note, if the root namespace contains other levels, e.g.
my.namespace, then only my will be returned. There is physically no way to
retrieve the value that is set, as each class is simply compiled into the
namespace.

Note: This code is absolutely untested.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"
"Lee Moody" <no****@nospam. com> wrote in message
news:0b******** *************** *****@phx.gbl.. .
And in fact, in my case, it is different. Any ideas where
to find the Root Namespace?

-Lee
-----Original Message-----
Hi, No. That get's the name of the Assembly. The Root Namespace is/can bedifferent.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit
"steve" <as*@abc.com> wrote in message
news:vk******* *****@corp.supe rnews.com...
[Assembly].GetExecutingAs sembly.GetName. Name

hth,

steve
"Lee Moody" <no****@nospam. com> wrote in message
news:09******** *************** *****@phx.gbl.. .
> Does anyone know where I can access programmically the
> value stored in the "Root Namespace" parameter of the
> project's common properties? To find this within the IDE, > select your project name under the solution explorer,
> right click, select properties, the first form that comes > up has the value stored in the "Root Namespace" field. I > need to find out how to find this value using code.
>
> Thanks in advance.
>
> -Lee


.

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
8699
by: cplusplus | last post by:
Hello, I have newbie question. I'm stuck on this current assignment. Write a program that prompts the user for two integer values, passes the values to a function where they are multiplied together and the square root of the product is returned and displayed for the user. The function should return a double. Hint: If you multiply an integer by 1.0 the result will be a double. For example:
6
8349
by: David B. Bitton | last post by:
I am having a problem deserializing XML when the root node is missing a namespace declaration. My Type has an XmlTypeAttribute with a namespace defined. If I attempt to deserialize the XML, I get the dreaded <elementname xmlns=''> was not expected exception. If I comment out the XmlTypeAttribute, it works just fine. Just so you know, when I instantiate an instance of an XmlSerializer, I pass a default namespace to the ctor. ...
4
11809
by: Sebastien Tardif | last post by:
Subject: XmlSerializer.Deserialize complain when root declare the namespace If I do XmlSerializer.Deserialize( myString ) and myString is: String myString = "<?xml version=\"1.0\" encoding=\"utf-16\"?><DocumentResponse ><documentSize xmlns=\"urn:webservices.docharbor.com\">23</documentSize></DocumentResponse>"; It's working
5
324
by: Cal | last post by:
Should the Root Namespace be something like Microsoft. Or maybe Microsoft.MyControl I think the root applies only to things defined in the project. Nothing to do with namespaces referenced in the project. Is that correct?
3
1819
by: CCJohn | last post by:
Hi, I find that while I can use the "Namespace...End Namespace" inside my code, there is also a "Root namespace" field in the project properties dialog box under General. So where should I put my REAL root namespace, or should I leave it blank, or should I create any at all? Please advice. Thanks in advance. CCJohn
2
1975
by: Jeff Brown | last post by:
Hi, I suspect that this isn't possible, but I figured I'd ask. My project has a root namespace, let's say it's "Root", that applies to almost every source file (which is why I've set it as the project's root namespace). However, the project also includes a couple of source files whose contents will live in an entirely different namespace, let's say the "Special"
16
3532
by: TT (Tom Tempelaere) | last post by:
Hi all, I created an XSD to define the structure of an XML file for my project. I made an XML file linked to the XSD using XmlSpy. The problem is that if I read the file using .NET XmlDocument and then query for the root element, the result is always null (1). However if I strip the root element of all attributes generated by XmlSpy, then there is no problem to find the root element with .NET XML classes (2). (1) The XML for which...
2
4764
by: gabe | last post by:
Hi, We have a number of projects that will use the default 'Root Namespace' option in the project properties box. There will be a common Master Page that will be used among the projects. I'd like to be able to use the master page without including the root namespace in the masterpage Page declaration. In the example below, 'TESTApp' is the default Root namespace (the name of the project) <%@ Page Language="vb"
0
10651
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10405
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9208
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6893
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5556
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5697
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4342
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3871
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3020
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.