Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: HELP HELP URGENTLY!!!! Pin
Bert delaVega30-May-08 12:47
Bert delaVega30-May-08 12:47 
QuestionWorking with Decimals Pin
Jim Warburton30-May-08 2:47
Jim Warburton30-May-08 2:47 
AnswerRe: Working with Decimals Pin
Matthew Butler30-May-08 3:34
Matthew Butler30-May-08 3:34 
AnswerRe: Working with Decimals Pin
CPallini30-May-08 3:39
mveCPallini30-May-08 3:39 
GeneralRe: Working with Decimals Pin
Jim Warburton30-May-08 4:27
Jim Warburton30-May-08 4:27 
AnswerRe: Working with Decimals Pin
buchstaben30-May-08 3:40
buchstaben30-May-08 3:40 
GeneralRe: Working with Decimals Pin
Jim Warburton30-May-08 4:26
Jim Warburton30-May-08 4:26 
QuestionDotNet Remoting : Event Listner not working in Client App Pin
moobo30-May-08 2:40
moobo30-May-08 2:40 
Hi,
I m working on DNet Remoting to develop trading application to accept bid/ask value from user and broadcast to every connected user.
Process is working smoothly on localhost as well as on LAN.
But it is not working when i host app on static IP based server.Client send bid/ask value to server but does not get updates except client running on server.

Currently i m running server app manually by clicking on server.exe.
I did not get any change if I replace http channel with tcp
Any comment/suggestions r invited. Thanks all.

Client and Server Configuration file are given below.


Server Config File
-----------------------
<?xml version="1.0" encoding="utf-8" ?>
<configuration>

<system.runtime.remoting>
<application name="Trading">
<service>
<wellknown mode="Singleton" type="Server.Broadcaster, Server" objectUri="Broadcaster.soap"/>
</service>
<channels>
<channel ref="http" port="16784">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</serverProviders>
<clientProviders>
<formatter ref="binary"/>
</clientProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>

Client Config file
-----------------------
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.runtime.remoting>
<application name="EventClient.exe">
<client>
<wellknown type="Common.IBroadcaster, Common" url="http://203.200.95.133:16784/Trading/Broadcaster.soap"/>
</client>
<channels>
<channel ref="http" port="0">
<serverProviders>
<formatter ref="binary" typeFilterLevel="Full"/>
</serverProviders>
<clientProviders>
<formatter ref="binary"/>
</clientProviders>
</channel>
</channels>
</application>
</system.runtime.remoting>
</configuration>
AnswerRe: DotNet Remoting : Event Listner not working in Client App Pin
Bert delaVega30-May-08 4:47
Bert delaVega30-May-08 4:47 
QuestionHelp with Excel Pin
MumbleB30-May-08 2:06
MumbleB30-May-08 2:06 
AnswerRe: Help with Excel Pin
parth.p30-May-08 2:28
parth.p30-May-08 2:28 
GeneralRe: Help with Excel Pin
MumbleB30-May-08 2:44
MumbleB30-May-08 2:44 
GeneralRe: Help with Excel Pin
parth.p30-May-08 2:47
parth.p30-May-08 2:47 
GeneralRe: Help with Excel Pin
MumbleB30-May-08 2:52
MumbleB30-May-08 2:52 
GeneralRe: Help with Excel Pin
parth.p30-May-08 2:53
parth.p30-May-08 2:53 
GeneralRe: Help with Excel Pin
MumbleB30-May-08 3:19
MumbleB30-May-08 3:19 
GeneralRe: Help with Excel Pin
parth.p30-May-08 3:39
parth.p30-May-08 3:39 
Questionavi to mpeg conversion in C# Pin
DeepOceans30-May-08 1:53
DeepOceans30-May-08 1:53 
AnswerRe: avi to mpeg conversion in C# Pin
carbon_golem30-May-08 2:25
carbon_golem30-May-08 2:25 
Questionthis application has failed to start because the application configuration [modified] Pin
neyerMat30-May-08 1:44
neyerMat30-May-08 1:44 
QuestionProblem to show PrintPreview with WebBrowser. Pin
hdv21230-May-08 1:31
hdv21230-May-08 1:31 
QuestionFiltering a typed datatable problem Pin
blakey40430-May-08 0:17
blakey40430-May-08 0:17 
AnswerRe: Filtering a typed datatable problem Pin
Rob Smiley30-May-08 5:25
Rob Smiley30-May-08 5:25 
GeneralRe: Filtering a typed datatable problem Pin
blakey40430-May-08 7:51
blakey40430-May-08 7:51 
GeneralRe: Filtering a typed datatable problem Pin
blakey40430-May-08 7:57
blakey40430-May-08 7:57 

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.