Click here to Skip to main content
15,914,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Not able to set focus on the grid Pin
Sivaprasad C14-Mar-07 0:23
Sivaprasad C14-Mar-07 0:23 
GeneralRe: Not able to set focus on the grid Pin
Stevo Z14-Mar-07 0:39
Stevo Z14-Mar-07 0:39 
GeneralRe: Not able to set focus on the grid Pin
Sivaprasad C14-Mar-07 0:52
Sivaprasad C14-Mar-07 0:52 
GeneralRe: Not able to set focus on the grid Pin
Stevo Z14-Mar-07 1:15
Stevo Z14-Mar-07 1:15 
Questiondeleting an sql database Pin
Keshav V. Kamat13-Mar-07 23:40
Keshav V. Kamat13-Mar-07 23:40 
AnswerRe: deleting an sql database Pin
Pete O'Hanlon13-Mar-07 23:48
mvePete O'Hanlon13-Mar-07 23:48 
GeneralRe: deleting an sql database Pin
Keshav V. Kamat14-Mar-07 0:04
Keshav V. Kamat14-Mar-07 0:04 
Questionc# remoting problem Pin
daserca13-Mar-07 23:37
daserca13-Mar-07 23:37 
Hello all,

I have the following problem. I have 2 applications in c#, Application1 send some information to Application2 using a TCP connection. I have done everything

* On my server side

ChannelServices.RegisterChannel(...);
RemotingConfiguration.RegisterWellKnownServiceType(typeof(someRemoteObject), "someName", WellKnownObjectMode.Singleton);

* On my client side

ChannelServices.RegisterChannel(...);
sO = (someObject)Activator.GetObject(typeof(someRemoteObject), "...");
sO.callSomeMethodonServer();


The communication works, and I can retrieve the information from Application1 in Application2. The problem comes when I start sending the information from Application1 several times, after sending and receiving the messages "xxx" times the following starts to happen

1. Application1 sends the message
2. Application2 doesn't receive the message
3. Application1 freezes
4. Application2 starts consuming half of my cpu, and sometimes even more!!!

Any clues?? I'd really appreciate it

Regards, David

P.S If it helps I'm using .NET 1.1, VS2003, and windowsXP SP2
QuestionHow to display default Form's non-client menu programaticly Pin
Stevo Z13-Mar-07 23:36
Stevo Z13-Mar-07 23:36 
QuestionAccess a variable Pin
Dothanhnam13-Mar-07 23:05
Dothanhnam13-Mar-07 23:05 
AnswerRe: Access a variable Pin
Keshav V. Kamat13-Mar-07 23:11
Keshav V. Kamat13-Mar-07 23:11 
AnswerRe: Access a variable Pin
darkcalin13-Mar-07 23:13
darkcalin13-Mar-07 23:13 
GeneralRe: Access a variable Pin
Keshav V. Kamat13-Mar-07 23:20
Keshav V. Kamat13-Mar-07 23:20 
GeneralRe: Access a variable Pin
Colin Angus Mackay14-Mar-07 0:39
Colin Angus Mackay14-Mar-07 0:39 
AnswerRe: Access a variable Pin
N a v a n e e t h13-Mar-07 23:18
N a v a n e e t h13-Mar-07 23:18 
GeneralRe: Access a variable Pin
Dothanhnam13-Mar-07 23:25
Dothanhnam13-Mar-07 23:25 
AnswerRe: Access a variable Pin
Keshav V. Kamat13-Mar-07 23:25
Keshav V. Kamat13-Mar-07 23:25 
GeneralRe: Access a variable Pin
Colin Angus Mackay14-Mar-07 0:43
Colin Angus Mackay14-Mar-07 0:43 
AnswerRe: Access a variable Pin
Colin Angus Mackay14-Mar-07 0:41
Colin Angus Mackay14-Mar-07 0:41 
QuestionHelp me! Pin
Dothanhnam13-Mar-07 22:42
Dothanhnam13-Mar-07 22:42 
AnswerRe: Help me! Pin
Keshav V. Kamat13-Mar-07 22:48
Keshav V. Kamat13-Mar-07 22:48 
GeneralRe: Help me! Pin
netJP12L14-Mar-07 5:53
netJP12L14-Mar-07 5:53 
QuestionPlease Very urgent - WEBDAV method - REgarding Pin
ArunkumarSundaravelu13-Mar-07 22:18
ArunkumarSundaravelu13-Mar-07 22:18 
Questionxml from dataTable *hwo can sole this??[modified] Pin
darkcalin13-Mar-07 22:10
darkcalin13-Mar-07 22:10 
AnswerRe: xml from dataTable *hwo can sole this??[modified] Pin
N a v a n e e t h13-Mar-07 23:24
N a v a n e e t h13-Mar-07 23:24 

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.