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

C#

 
GeneralRe: Custom Event Pin
Judah Gabriel Himango3-Apr-08 5:48
sponsorJudah Gabriel Himango3-Apr-08 5:48 
GeneralRe: Custom Event Pin
Member 35371093-Apr-08 5:54
Member 35371093-Apr-08 5:54 
GeneralRe: Custom Event Pin
Dave Kreskowiak3-Apr-08 8:06
mveDave Kreskowiak3-Apr-08 8:06 
GeneralRe: Custom Event Pin
DaveyM693-Apr-08 8:11
professionalDaveyM693-Apr-08 8:11 
QuestionEmpty error message box on application launch Pin
Krishna Murthy3-Apr-08 4:39
Krishna Murthy3-Apr-08 4:39 
GeneralRe: Empty error message box on application launch Pin
Simon P Stevens3-Apr-08 5:22
Simon P Stevens3-Apr-08 5:22 
GeneralRe: Empty error message box on application launch Pin
Stu Richardson3-Apr-08 5:32
Stu Richardson3-Apr-08 5:32 
QuestionWebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 3:55
philipina3-Apr-08 3:55 
Hello,


I have a small application which creates a WebService using .netRemoting technoligy.
The problem I have is that the WebService starts correctly but I don't know how the WebService can return informations to the object which has created the WebService.


Explanation:
------------------
I have one class names "myFirstTest". In this class I start the WebService with the following code:

RemotingConfiguration.RegisterWellKnownServiceType(typeof(MyTestServer),"MyTestServer", WellKnownObjectMode.Singleton);

In MyTestServer I have the definition of all functions calls that can be done over SOAP but I don't know how to inform my class "myFirstTest" that a function call has been done in my WebService.
If I could at least get the object representing the WebService I would get a chance to pass it the instance of "MyFirstTest" object to allow it to call functions in "MyFirstTest", but I don't know how to get the object representing the WebService Frown | :(

Do you have any idea?

Thanks in advance for your help.

Alain.
GeneralRe: WebService using .NetRemoning, how to get the object representing the WebService? Pin
philipina3-Apr-08 19:59
philipina3-Apr-08 19:59 
QuestionCount number of childnodes Pin
cooltoad1233-Apr-08 3:41
cooltoad1233-Apr-08 3:41 
GeneralRe: Count number of childnodes Pin
Stu Richardson3-Apr-08 4:45
Stu Richardson3-Apr-08 4:45 
QuestionRe: Count number of childnodes Pin
cooltoad1233-Apr-08 5:03
cooltoad1233-Apr-08 5:03 
Questionrtf files and pagebreaks Pin
panoskatws3-Apr-08 3:05
panoskatws3-Apr-08 3:05 
GeneralRe: rtf files and pagebreaks Pin
Simon P Stevens3-Apr-08 5:03
Simon P Stevens3-Apr-08 5:03 
GeneralRe: rtf files and pagebreaks Pin
panoskatws3-Apr-08 7:01
panoskatws3-Apr-08 7:01 
GeneralRe: rtf files and pagebreaks Pin
Michael Schubert3-Apr-08 5:56
Michael Schubert3-Apr-08 5:56 
GeneralSynchronizing forms Pin
N a v a n e e t h3-Apr-08 2:58
N a v a n e e t h3-Apr-08 2:58 
GeneralRe: Synchronizing forms Pin
Simon P Stevens3-Apr-08 4:37
Simon P Stevens3-Apr-08 4:37 
QuestionHow to add background to asp.net websites Pin
ajaych3-Apr-08 2:47
ajaych3-Apr-08 2:47 
GeneralRe: How to add background to asp.net websites Pin
N a v a n e e t h3-Apr-08 3:06
N a v a n e e t h3-Apr-08 3:06 
GeneralUsing controls from VS2005 in VS2003 Pin
Denver Thomas3-Apr-08 1:55
Denver Thomas3-Apr-08 1:55 
GeneralRe: Using controls from VS2005 in VS2003 Pin
N a v a n e e t h3-Apr-08 3:08
N a v a n e e t h3-Apr-08 3:08 
GeneralRe: Using controls from VS2005 in VS2003 Pin
Dave Kreskowiak3-Apr-08 4:21
mveDave Kreskowiak3-Apr-08 4:21 
GeneralRe: Using controls from VS2005 in VS2003 Pin
Pete O'Hanlon4-Apr-08 10:50
mvePete O'Hanlon4-Apr-08 10:50 
GeneralWhile loop in C# Pin
oshadhi3-Apr-08 1:18
oshadhi3-Apr-08 1:18 

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.