Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
QuestionCPU Usage Pin
manojk_batra4-Oct-05 6:32
manojk_batra4-Oct-05 6:32 
AnswerRe: CPU Usage Pin
Heath Stewart4-Oct-05 10:53
protectorHeath Stewart4-Oct-05 10:53 
GeneralRe: CPU Usage Pin
manojk_batra4-Oct-05 18:04
manojk_batra4-Oct-05 18:04 
AnswerRe: CPU Usage Pin
Heath Stewart5-Oct-05 6:47
protectorHeath Stewart5-Oct-05 6:47 
QuestionDisplaying an owned form when main form is shown Pin
Luis Alonso Ramos4-Oct-05 5:11
Luis Alonso Ramos4-Oct-05 5:11 
AnswerSolved! Pin
Luis Alonso Ramos4-Oct-05 5:42
Luis Alonso Ramos4-Oct-05 5:42 
AnswerRe: Displaying an owned form when main form is shown Pin
mav.northwind4-Oct-05 7:07
mav.northwind4-Oct-05 7:07 
QuestionRemoting URI question ? Pin
Member 127995794-Oct-05 5:10
Member 127995794-Oct-05 5:10 
I am new to remoting and have created 3 projects on the same machine

1) Server object
2) Server activation object
3) Client

The client calls the server activation object which includes specifying a URI to show where the Server activation application resides. This client code might look something like this...

TcpClientChannel ch = new TcpClientChannel();
ChannelServices.RegisterChannel(ch);

RemotingConfiguration.RegisterWellKnownClientType(
typeof(SAO_server_single_call.clsSAO_singlecall),
"tcp:davelaptop:1234/clsSAO_singlecall");

objSAO_singlecall = new SAO_server_single_call.clsSAO_singlecall();

Can anybody tell me how to work out how the URI should be constructed? I've not used them much before. My computer is called 'davelaptop' and the client activation server project lives at 'D:\Work\Exercise\RemotingTest\RemotingTest\TestServer'

Can anyone tell me what the URI should look like or tell me where I'm going wrong?

Thanks in advance - Dave
AnswerRe: Remoting URI question ? Pin
S. Senthil Kumar4-Oct-05 6:07
S. Senthil Kumar4-Oct-05 6:07 
QuestionAutocompletion Pin
PaulaM4-Oct-05 5:07
PaulaM4-Oct-05 5:07 
AnswerRe: Autocompletion Pin
Daniel Grunwald4-Oct-05 5:54
Daniel Grunwald4-Oct-05 5:54 
Questionwav file + c# Pin
g00fyman4-Oct-05 3:26
g00fyman4-Oct-05 3:26 
Questionhandling table SQL in 1 class? Pin
mpw_4-Oct-05 2:34
mpw_4-Oct-05 2:34 
AnswerRe: handling table SQL in 1 class? Pin
Wjousts4-Oct-05 3:26
Wjousts4-Oct-05 3:26 
GeneralRe: handling table SQL in 1 class? Pin
mpw_4-Oct-05 3:45
mpw_4-Oct-05 3:45 
AnswerRe: handling table SQL in 1 class? Pin
g00fyman4-Oct-05 3:31
g00fyman4-Oct-05 3:31 
GeneralRe: handling table SQL in 1 class? Pin
mpw_4-Oct-05 4:11
mpw_4-Oct-05 4:11 
QuestionForm Inheritance Pin
PHDENG814-Oct-05 2:08
PHDENG814-Oct-05 2:08 
AnswerRe: Form Inheritance Pin
spif20014-Oct-05 2:10
spif20014-Oct-05 2:10 
GeneralRe: Form Inheritance Pin
PHDENG814-Oct-05 2:21
PHDENG814-Oct-05 2:21 
GeneralRe: Form Inheritance Pin
PHDENG814-Oct-05 2:31
PHDENG814-Oct-05 2:31 
GeneralRe: Form Inheritance Pin
spif20014-Oct-05 2:32
spif20014-Oct-05 2:32 
Questionhi all Pin
magnifique4-Oct-05 1:44
magnifique4-Oct-05 1:44 
AnswerRe: hi all Pin
Guffa4-Oct-05 2:06
Guffa4-Oct-05 2:06 
QuestionDeriving a class variable from a string Pin
MrEyes4-Oct-05 1:39
MrEyes4-Oct-05 1:39 

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.