Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: Window Forms inside Controls Pin
dacris16-Nov-03 18:01
dacris16-Nov-03 18:01 
GeneralRe: Window Forms inside Controls Pin
Roger Alsing16-Nov-03 21:14
Roger Alsing16-Nov-03 21:14 
GeneralReflection question Pin
Den2Fly16-Nov-03 8:26
Den2Fly16-Nov-03 8:26 
GeneralRe: Reflection question Pin
leppie16-Nov-03 13:56
leppie16-Nov-03 13:56 
GeneralRe: Reflection question Pin
Den2Fly17-Nov-03 3:21
Den2Fly17-Nov-03 3:21 
GeneralRe: Reflection question Pin
leppie17-Nov-03 6:51
leppie17-Nov-03 6:51 
GeneralProblem invoking web services Pin
dacris16-Nov-03 7:21
dacris16-Nov-03 7:21 
GeneralRe: Problem invoking web services Pin
Heath Stewart16-Nov-03 15:56
protectorHeath Stewart16-Nov-03 15:56 
Well, my first guess would be that the web service method is timing out! Poke tongue | ;-P Also, everything connects to the Internet through a router. Is this web service behind a proxy, or is your client behind a proxy? In some cases, SOAP messages will not work through proxies if not configured right (the client request, that is).

I see you're using a database from the calls you're making. It's possible that the query is accessing large amounts of data and is taking longer than the response timeout. In making the request (using the HttpWebRequest), you can increase the timeout by setting the Timeout property to something higher than the default (which is, oddly enough, 100 seconds).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Problem invoking web services Pin
dacris16-Nov-03 17:55
dacris16-Nov-03 17:55 
GeneralRe: Problem invoking web services Pin
Heath Stewart17-Nov-03 2:24
protectorHeath Stewart17-Nov-03 2:24 
GeneralRe: Problem invoking web services Pin
dacris17-Nov-03 8:26
dacris17-Nov-03 8:26 
GeneralRe: Problem invoking web services Pin
Heath Stewart17-Nov-03 9:41
protectorHeath Stewart17-Nov-03 9:41 
GeneralC# Network Peer, Threads vs Select Method Pin
Mario Amador16-Nov-03 6:33
Mario Amador16-Nov-03 6:33 
GeneralComponentDesigner.OnSetComponentDefaults() is not executed when editing web form Pin
I G 19815-Nov-03 23:43
I G 19815-Nov-03 23:43 
GeneralSystem.Windows.Forms.DataGrid cell height Pin
Wouter van Vugt15-Nov-03 22:45
Wouter van Vugt15-Nov-03 22:45 
GeneralIcon and null Pin
pnolan15-Nov-03 19:55
pnolan15-Nov-03 19:55 
GeneralUSB Port Pin
mhmoud rawas15-Nov-03 18:46
mhmoud rawas15-Nov-03 18:46 
QuestionHow to Merge Child toolbar with parent Toolbar? Pin
Anonymous15-Nov-03 18:03
Anonymous15-Nov-03 18:03 
QuestionHow Can I add a backgroudimage to toolbar Pin
lupa_842115-Nov-03 15:21
lupa_842115-Nov-03 15:21 
AnswerRe: How Can I add a backgroudimage to toolbar Pin
Heath Stewart15-Nov-03 17:45
protectorHeath Stewart15-Nov-03 17:45 
QuestionHow To use WebRequest to POST Data to web server Pin
Scott_Lee_Wing15-Nov-03 5:59
Scott_Lee_Wing15-Nov-03 5:59 
AnswerRe: How To use WebRequest to POST Data to web server Pin
Heath Stewart15-Nov-03 6:51
protectorHeath Stewart15-Nov-03 6:51 
AnswerRe: How To use WebRequest to POST Data to web server Pin
Arjan Einbu16-Nov-03 3:36
Arjan Einbu16-Nov-03 3:36 
GeneralCalling subs by name Pin
krzysztofo@poczta.onet.pl15-Nov-03 1:16
susskrzysztofo@poczta.onet.pl15-Nov-03 1:16 
GeneralRe: Calling subs by name Pin
Heath Stewart15-Nov-03 4:50
protectorHeath Stewart15-Nov-03 4:50 

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.