Click here to Skip to main content
15,887,998 members
Home / Discussions / C#
   

C#

 
GeneralRe: Accessing varibles across forms. Pin
leppie21-Feb-03 23:44
leppie21-Feb-03 23:44 
GeneralRe: Accessing varibles across forms. Pin
draco_iii22-Feb-03 23:46
draco_iii22-Feb-03 23:46 
GeneralRe: Accessing varibles across forms. Pin
leppie23-Feb-03 0:09
leppie23-Feb-03 0:09 
GeneralRe: Accessing varibles across forms. Pin
draco_iii23-Feb-03 14:53
draco_iii23-Feb-03 14:53 
GeneralRe: Accessing varibles across forms. Pin
Stephane Rodriguez.21-Feb-03 23:57
Stephane Rodriguez.21-Feb-03 23:57 
GeneralRe: Accessing varibles across forms. Pin
draco_iii22-Feb-03 21:32
draco_iii22-Feb-03 21:32 
GeneralRe: Accessing varibles across forms. Pin
Omega50122-Feb-03 9:04
Omega50122-Feb-03 9:04 
GeneralI don't know if this is a well known bug or not, but... Pin
Member 9621-Feb-03 20:10
Member 9621-Feb-03 20:10 
This may or may not be useful to others, but seems to be a bug that may be a source of frustration for web service developers.

I was going through the walkthrough in msdn entitled
"Walkthrough: Creating a Distributed Application"

Everything worked fine until I got to the web service part.

Whenever the test app called the GetAuthors method the
web service method is not invoked, instead, I get a timeout error.

I pulled my hair out for days on this one and after trolling through the google newsgroups found a single post from someone who had found a problem when running a background process at low priority.

Ref: http://groups.google.ca/groups?selm=TUgx9.78009%24wG.281797%40rwcrnsc51.ops.asp.att.net&oe=UTF-8&output=gplain[^]

I was also running a background process but a different one. It's like the distributed processing SETI app. only its for a distributed computing cancer research instead.
Ref: http://www.grid.org[^]

Here is what he wrote and exactly what I found as well:

Conclusion: The Web Service "Invoke" code on the WebClient side is
succeptible to being locked out of processing time by an active background
process. However, once successful, this invocation is "cached" for a limited
amount of time and subsequent calls do not exhibit the lockout. However^2,
after a delay between invocations of t seconds, where t is some value less
than 181 seconds, subsequent invocations are again locked out.

GeneralEvents -- multithreaded & UI Pin
Arun Bhalla21-Feb-03 15:30
Arun Bhalla21-Feb-03 15:30 
GeneralRe: Events -- multithreaded & UI Pin
leppie21-Feb-03 21:59
leppie21-Feb-03 21:59 
GeneralRe: Events -- multithreaded & UI Pin
Arun Bhalla22-Feb-03 11:39
Arun Bhalla22-Feb-03 11:39 
GeneralRe: Events -- multithreaded & UI Pin
leppie22-Feb-03 12:11
leppie22-Feb-03 12:11 
GeneralResources for game development in C# Pin
sideveloper21-Feb-03 12:59
sideveloper21-Feb-03 12:59 
GeneralRe: Resources for game development in C# Pin
Anonymous21-Feb-03 14:14
Anonymous21-Feb-03 14:14 
GeneralControl clipping issues Pin
m_mond21-Feb-03 10:37
m_mond21-Feb-03 10:37 
GeneralRe: Control clipping issues Pin
Furty21-Feb-03 13:33
Furty21-Feb-03 13:33 
GeneralRe: Control clipping issues Pin
m_mond22-Feb-03 3:59
m_mond22-Feb-03 3:59 
QuestionKeeping select visible when losing focus? Pin
Paul Riley21-Feb-03 10:20
Paul Riley21-Feb-03 10:20 
AnswerRe: Keeping select visible when losing focus? Pin
Furty21-Feb-03 13:46
Furty21-Feb-03 13:46 
QuestionFree grid controls? Pin
Domenic Denicola21-Feb-03 8:57
Domenic Denicola21-Feb-03 8:57 
AnswerRe: Free grid controls? Pin
Nnamdi Onyeyiri21-Feb-03 9:23
Nnamdi Onyeyiri21-Feb-03 9:23 
GeneralOwner Draw Splitter changing background when moving Pin
STW21-Feb-03 5:29
STW21-Feb-03 5:29 
GeneralRe: Owner Draw Splitter changing background when moving Pin
Stephane Rodriguez.21-Feb-03 20:18
Stephane Rodriguez.21-Feb-03 20:18 
GeneralRe: Owner Draw Splitter changing background when moving Pin
STW23-Feb-03 6:51
STW23-Feb-03 6:51 
GeneralRe: Owner Draw Splitter changing background when moving Pin
Stephane Rodriguez.23-Feb-03 7:26
Stephane Rodriguez.23-Feb-03 7:26 

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.