Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
I am uisng SIlvelight 4, and RIA Services, so I am calling some store procedures with SL2005. the Store procedures all working successfull. except one of them, because it is taking a lot of time. I have an error regarding to timetout.
This SP do a lot of instructions When I try it in SQL Enterprise manager, it takes until 2 minutes.

How I can modify the time out for this Store procedure callings.


the call has smothing like that:
C++
serviceQuery.BeginExecute(new AsyncCallback(OnStoreProcedureComplete_OnLoadComplete), serviceQuery);


In the methos:
C++
OnStoreProcedureComplete_OnLoadComplete


I have an error regarding to time out.

Could someone help with this issue?.
Thank you very much
Posted

1 solution

please check you connection string
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900