Topic profile page for Namespace.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Namespace.
Topic "Namespace" was discussed 27,348 times on 999 sites in last 3 months
Started 20 hours, 54 minutes ago (2009-11-10 02:39:50)
by yuko.aihara
I am a newbie. When we create a data table, namely XXX, in a dataset, Visual Studio will automatically generate data access methods in XXXTableAdapters namespace. My question is "why did Visio Studio set the auto-generated methods to intance methods rather than static methods? Thank you in advance.
Started 2 days, 6 hours ago (2009-11-08 16:41:00)
by BKerr
Hello, I am having trouble figuring out how to get the data out of a namespace from an RSS feed im trying to parse. Code: Sun, 01 Nov 2009 17:10:18 PST 4999 1257729018000 I can retrieve the pubDate fine with no problem, but how can I get the CurrentPrice and EndTime values? Help would be appreciated, Thanks.
Started 3 days, 12 hours ago (2009-11-07 10:46:00)
by jbrahy
I added a new class to my facebook API source but when I try to compile I get "namespace not found or is not a compile time constant" I can add -namespace to the compiler directives but is that the correct way to do it? the namespace is facebook_internal Thanks, JB Last edited by jbrahy (Yesterday 10:47:20)
Started 4 days, 6 hours ago (2009-11-06 16:52:00)
by oliver
I found out yesterday that some of the users have been creating articles in the following format: Solaris:AppName1 Linux:AppName2 Windows:AppName3 We have about 1000 articles like this Since those Namespaces don't exist, they were all created in the main namespace and this was fine as far as wiki was concerned except when it came to searching. If you search for AppName1, it doesn't ...
Started 4 days, 14 hours ago (2009-11-06 08:37:00)
by MeImNot
Hi, we have a domain DFS Namespace that is sharing files between between a parent and child domain, each domain has its own site. At the moment all namespace servers (DCs) belong to the parent domain, so I was wondering if adding a DC from the child domain (if it is supported) woul increase performance for the child domain users. ...
Started 4 days, 16 hours ago (2009-11-06 06:44:00)
by nkamp
Hello, I can't solve my problem to get the tag value with a namespace: xml: Code: Productcode NEW Brown ..... etc. How do I retrieve the node value of ns1:Book? Here I have some code. I have already tried other things but I don't know how to solve it....
Started 5 days, 2 hours ago (2009-11-05 20:37:00)
by Shaning
As a beginner, I followed the procedure at http://msdn.microsoft.com/en-us/library/cc879136.a spx in order to develop a Bing Map. Following Steps 3 through 7, I opened the Default.aspx.cs. However, received an error for using VEStagingToken; Error 1 The type or namespace name 'VEStagingToken' could not be found (are you missing a using directive or an assembly reference?) C:\...
Started 1 week ago (2009-11-03 14:43:00)
by jgrenfell
I've been using Custom Labels in an application I'm building that will be a managed package and I'm wondering if the namespace for the package applies to the labels as well. I would assume so, but confirmation would appreciated. I want to make sure I don't have to worry about duplicate Custom Labels once the application is deployed to other organizations. Thanks in advance to anyone ...
Started 1 week, 1 day ago (2009-11-02 01:20:00)
by GrantRobertson
On page 121 there is a special note about the need for declaring attributes in the DTD for the namespace declarations that will be used in the instance documents. Quote: As far as DTDs are concerned, namespace declarations, such as xmlns:contacts="http://wiley.com/contacts", are also treated as attributes. Although the Namespace Recommendation insists that xmlns ...
Started 6 days, 13 hours ago (2009-11-04 10:34:00)
by mzechbauer
Hello! Is there any option to limit the namespace for a wds server. eg client001 - client199. So far i see it, its only possible from 1-9,1-99, 1-999 in case of %03#. Perhaps there is a way to do this, but i didnt found it yet. thanks in advance Michael
Started 1 week, 1 day ago (2009-11-02 19:52:00)
by nicolanicola
I have researched it on google and it says to uncheck the box in publish settings where flash automatically declares stage instances. I have done that and I am still getting the error. I have nothing in my .fla file at all. Here is my class file causing the error: ActionScript Code: package { import flash. display .*; import flash. events .*; public class ...
Started 4 days, 10 hours ago (2009-11-06 13:32:00)
by Narutodono
Could anyone please help me on this. it would be helpful if someone gave me the answer but more importantly if someone explained how they came to that answer please. here is the code: Expand | Select | Wrap | Line Numbers #include #include using namespace std; void someFunction() { /*const int DATASIZE = 50000; int data[DATASIZE...
Started 1 week, 1 day ago (2009-11-02 08:44:00)
by alkamenes
This is my program #include #include #include "apstring.h" using namespace std; void ExplainProgram(); int getInteger(const apstring &prompt); double getDouble(const apstring &prompt); void DisplayAdults(int adults); void DisplayChild(int children); void ...
Started 1 week, 1 day ago (2009-11-02 02:40:00)
by sivapc
Ok.. this is an assignment.. i'm not going to lie. but i have done almost everything of it.. just need some help on the stl / Code: #include #include #include #include using namespace std; class customer { string name; string address; int phoneNum; public: customer(string inName, string inAddress, int inPhoneNum); void ...
Started 4 days, 23 hours ago (2009-11-06 00:03:00)
by Ghiofish
When trying to compile this: Code: #include using namespace std; void DoubleIt(int *pointer); int main () { int a = 0; int b = 0; //int *ptr_a = &a; //int *ptr_b = &b; cout > a; cout > b; cout