Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: login box error ( Syntax error in string in query expression 'UserName= 'student Password = 'password) Pin
PIEBALDconsult5-Aug-08 18:05
mvePIEBALDconsult5-Aug-08 18:05 
AnswerRe: login box error ( Syntax error in string in query expression 'UserName= 'student Password = 'password) Pin
Arif Liminto6-Aug-08 2:52
professionalArif Liminto6-Aug-08 2:52 
QuestionError accessing dll through the process, running under "Network Service" user . Pin
fulbright5-Aug-08 17:42
fulbright5-Aug-08 17:42 
Questionfind control Pin
Shine Tyler5-Aug-08 17:39
Shine Tyler5-Aug-08 17:39 
AnswerRe: find control Pin
Paul Conrad5-Aug-08 19:26
professionalPaul Conrad5-Aug-08 19:26 
QuestionWebRequest.Proxy Pin
George_George5-Aug-08 16:10
George_George5-Aug-08 16:10 
AnswerRe: WebRequest.Proxy Pin
jkersch5-Aug-08 21:38
jkersch5-Aug-08 21:38 
GeneralRe: WebRequest.Proxy Pin
George_George5-Aug-08 21:41
George_George5-Aug-08 21:41 
Questionnamespace of WCF Pin
George_George5-Aug-08 16:01
George_George5-Aug-08 16:01 
AnswerRe: namespace of WCF Pin
jkersch5-Aug-08 21:09
jkersch5-Aug-08 21:09 
GeneralRe: namespace of WCF Pin
George_George5-Aug-08 21:21
George_George5-Aug-08 21:21 
GeneralRe: namespace of WCF Pin
jkersch5-Aug-08 21:38
jkersch5-Aug-08 21:38 
GeneralRe: namespace of WCF Pin
George_George5-Aug-08 21:40
George_George5-Aug-08 21:40 
GeneralRe: namespace of WCF Pin
jkersch5-Aug-08 21:56
jkersch5-Aug-08 21:56 
well, if you ask how you could retrieve the service namespace from withing the client, thats not very complicated. your service proxy has an Endpoint property that contains information about the service endpoint. there you can find a contract-property that contains (with some other information) the namespace.
it's up to you wheter you can use the service namespace in the client, but i guess in most cases where you just simply want to communicate with a service, do some stuff and disconnect after it, you don't have to bother with namespace on the client side.
But at least there is the possibility to use it (like most of the stuff in WCF, hardly anyone will ever use ALL of its features Wink | ;)
regards
j.
GeneralRe: namespace of WCF Pin
George_George5-Aug-08 23:10
George_George5-Aug-08 23:10 
QuestionDataGridView - RowFocus Pin
nelsonpaixao5-Aug-08 12:58
nelsonpaixao5-Aug-08 12:58 
AnswerRe: DataGridView - RowFocus Pin
cocoonwls5-Aug-08 17:21
cocoonwls5-Aug-08 17:21 
GeneralRe: DataGridView - RowFocus Pin
nelsonpaixao6-Aug-08 14:19
nelsonpaixao6-Aug-08 14:19 
Questionstruct and null Pin
DaveyM695-Aug-08 11:28
professionalDaveyM695-Aug-08 11:28 
AnswerRe: struct and null Pin
MidwestLimey5-Aug-08 12:06
professionalMidwestLimey5-Aug-08 12:06 
AnswerRe: struct and null Pin
Colin Angus Mackay5-Aug-08 12:08
Colin Angus Mackay5-Aug-08 12:08 
GeneralRe: struct and null Pin
DaveyM695-Aug-08 12:30
professionalDaveyM695-Aug-08 12:30 
GeneralRe: struct and null Pin
MidwestLimey5-Aug-08 12:44
professionalMidwestLimey5-Aug-08 12:44 
GeneralRe: struct and null Pin
DaveyM695-Aug-08 12:40
professionalDaveyM695-Aug-08 12:40 
AnswerRe: struct and null Pin
Ed.Poore5-Aug-08 12:28
Ed.Poore5-Aug-08 12:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.