Re: Execution doesn't return from server after VS 2005 upgrade
- From: "Shailen Sukul" <shane@xxxxxxxxxxxxx>
- Date: Fri, 8 Dec 2006 13:26:32 +1100
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/remotingconfig.asp
Are you sure that the client lease hasn't expired. Try and invoke a method
on the client object and see if u get an error.
--
With Regards
Shailen Sukul
..Net Architect
(MCPD: Ent Apps, MCSD.Net MCSD MCAD)
Ashlen Consulting Services
http://www.ashlen.net.au
"Grober Myttelson" <grottekvarnen@xxxxxxxxxxx> wrote in message
news:OaJJ6zXEHHA.4024@xxxxxxxxxxxxxxxxxxxxxxx
We have upgraded our remoting solution to Visual Studio 2005. Everything
seems to run as usual except for for the execution of a time consuming SQL
Server stored procedure.
The procedure, that has cause no problem in VS2003, takes an hour and a
half to run and after the upgrade, the execution of the application will
not return to the client, which makes the client hang, waiting for the
server to return execution. However, the SP has run as it should and is
committed, and after some checking I know that all code lines in the
remote object (that runs the SP) have been executed. Still, execution is
not returned to the client.
Are there any news in VS2005 remoting that I've missed? Some new timeout
that should be set (none is set in the current config file)?
Regards
/Grober
.
- Prev by Date: Re: A tricky one...
- Next by Date: MarshalByRefObject
- Previous by thread: Method with Stream parameter
- Next by thread: MarshalByRefObject
- Index(es):
Relevant Pages
|
Loading