473,800 Members | 3,089 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 3098
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
8696
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
11807
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
1817
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
1974
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
3531
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
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10495
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...
0
10269
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
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
6811
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
5469
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...
1
4148
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
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.