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 31,514 times on 1,109 sites in last 3 months
Started 2 days, 9 hours ago (2009-11-25 13:38:00)
by David Atkinson
Hello, I am trying to use the My Namespace. I get an error "Name My is not declared" when attempting to use it in my project. I am sure I am missing something obvious. Thank you. David
Started 2 days, 9 hours ago (2009-11-25 13:38:00)
by David Atkinson
My Namespace Hello, I am trying to use the My Namespace. I get an error "Name My is not declared" when attempting to use it in my project. I am sure I am missing something obvious. Thank you. David
Started 2 days, 20 hours ago (2009-11-25 02:39:00)
by EgoZa
Hi, I want try code from WMP SDK that use namespace AxWMPLib. VS 2008 says that namespace AxWMPLib is wrong. I found that i need wmp.dll for it, but i havn't found it in windows\system32 (use server 2008) I found that wmp.dll installing with Windows Media Player. I've found link and download WMP( http://www.microsoft.com/downloads/details.aspx?Fa milyID=1d224714-e238-4e45-...
Started 2 days, 21 hours ago (2009-11-25 02:02:00)
by hardikvaishnav
Hi, i want to setup IIS 7 settings programmatically using microsoft.web.administrator namespace. my old code is working for IIS 6 and it used directoryentry for setup iis6 setting but i want to use Microsoft.web.administrator namespace for IIS 7 setting my old code is below so please help me to convert below code to Microsoft.web.administrator namespace Old Code DirectoryEntry ...
Started 3 days, 18 hours ago (2009-11-24 04:40:00)
by Nayna
Hi, I am developing a VSPackage in C# language VS 2005. I want to get a list of all types under a particular namespace, where the types are present in different files, but under the same namespace. Does CodeNamespace interface provide information about this? The collection attribute in CodeNamespace interface shows only the current file's types. It does not include types present under other ...
Started 4 days, 5 hours ago (2009-11-23 18:11:00)
by AMD Avenger
I'm pretty new to DFS, so please forgive me if the answer is trivially obvious to those of you with more experience: I've got a namespace and replication group set up on my domain between two servers. I'll genericize the names so that it's easier to follow the post. Domain: DOMAIN Namespace: \\DOMAIN\Public Servers: SERVER1, SERVER2 Both servers are set up as namespace servers for that ...
Started 4 days, 11 hours ago (2009-11-23 12:23:00)
by Bob38
Hello I m currently facing an issue related to the option Xsi:nil Attribute Binding. In fact, after generating the code using wsutil and calling the webservice, I have the following error: "The attribute with name 'nil' and namespace 'http://www.w3.org/2001/XMLSchema-in stance' was not expected." Which correspond to the following line in the input SOAP message So here apparently to ...
Started 4 days, 22 hours ago (2009-11-23 00:45:00)
by johncusackjr
Hi, I have a Flex application working with Salesforce.com. Based on object name I am doing some calculations in Flex side. Standard objects don't require namespace prefix (e.g. xyz__) when controlling, but custom objects require it. So when I try to make a decision based on object name I need to create this logic: if(Account) { } else if(Opportunity) { } ... else if(xyz_...
Started 1 week ago (2009-11-20 12:39:39)
by dotnetrox
Can anybody tell me what the namespace os for the SQLParameter? It's got to be System.Data.SQLClient, right? That's what I've got in my code, but still get compile error on a statement like: new SQLParameter("@Name","blahblah") Says missing a directive for SQLParameter. Any answers?
Started 1 week, 1 day ago (2009-11-19 12:11:00)
by sumitinit
Hi Everyone! My company has merged and at present we are not fully integrated. We are both running Exchange 2003 with a shared namespace. I have received a number of calls from users saying that they are receiving blank emails when emails are replied or forwarded on between the two sites. I am new to Exchange any guidance or advice in regards to this problem will be greatly appreciated
Started 4 days, 3 hours ago (2009-11-23 19:52:00)
by SebastianHenckel
Hi, I'm a newbie, and I recently tried to pass some parameters over to an originating server page to a destination serverpage. One of the methods described in the documentation involves switching over to the new webpage via Server.Transfer("destination_page.aspx"), and, once being there, resurrecting a reference to the originating webpage with Context.Handler in the Page_Load() Handler. The ...
Started 4 days, 3 hours ago (2009-11-23 19:52:00)
by SebastianHenckel
Hi, I'm a newbie, and I recently tried to pass some parameters over to an originating server page to a destination serverpage. One of the methods described in the documentation involves switching over to the new webpage via Server.Transfer("destination_page.aspx"), and, once being there, resurrecting a reference to the originating webpage with Context.Handler in the Page_Load() Handler. The ...
Started 5 days, 13 hours ago (2009-11-22 09:50:47)
by Mathy
Hi there. I'm having a problem accessing a module's procedures from within my ASPX file. I'm trying to do this: However, it says that name "Flamefusion" is not declared. I am sure that the namespaces exist (they are declared within a public module), and that all the procedures I'm trying to access are public. How can I access the namespaces from within the ASPX page itself?...
Started 5 days, 15 hours ago (2009-11-22 07:46:52)
by PauliusRaila
Hi, I am writting a client for JBoss server. I use the HttpClient from " WCF REST Starter Kit". I need to send a message in xml format like this: Paulius Raila ... I have a class generated with xsd.exe tool from the xsd scheme. Currently i use the following technique to serialize objexts with Xmlserializes in order to add the namespace prefixes: ...
Started 1 week ago (2009-11-20 14:03:00)
by mProgramz
//Specification: This program plays a version of //the card game of 21. //A human player is pitted against the computer. //The player who is the closest to 21 without //going over wins the hand. #include #include #include using namespace std; //prototypes... void play21(void); int dealCards(int, string); void hit(int &); void determineWinner(int, int); int ...
Started 1 week ago (2009-11-20 10:34:00)
by Digitborn.com
Hi, Please, help me optimize (make shorter code) the following If...Else statement: Quote: If cmbNamespace.Text "" Then strFilter1 = "Namespace = '" & Trim(cmbNamespace.Text) & "'" strFilter = strFilter1 Else strFilter1 = "" End If If cmbClass.Text "" Then ...
Started 4 days, 6 hours ago (2009-11-23 17:07:00)
by Red Reaper
> hey, sorry guys but i have been into functions and i just got into things you can do with string but i am doing something wrong could somebody tell me what? thanks #include #include using namespace std; string remove(string str); bool vowel(char ch); int main() { string str; cout > str; cout
Started 1 week ago (2009-11-20 17:44:00)
by kaiseko
C# Trainer help Hi, im trying to make/edit my first trainer, but i keep getting this problem. and whatever I do I cant seem to get rid of it =/ HWND hWNd;(also tried IntPtr; ) extern BOOL AutoLoot; extern BOOL AutoAttack; And the hwnd and intptr give an error namespace does not directly contain members such as fields or methods ...