Problem with freezing on webservice


i have bug cannot sure, there few things.  overall, app , webservice have hundreds of pages of code.

if call same webservice asp.net application works fine

yesterday worked fine on silverlight

today works fine first 4 calls webservice, , doesn't work after until reset iis.

 i have variable declared @ method level being instanced @ class level, other this, hasn't changed.  added new statement debug , didn't help.

local_deployphoenixapp.phoenixbuild results;

and in return webservice call have this,

 

void app_getphoenixbuildcompleted(object sender, silverlightadditions.local_deployphoenixapp.getphoenixbuildcompletedeventargs e)

{

 

try

{

results =
new silverlightadditions.local_deployphoenixapp.phoenixbuild();

 

results = e.result;

 

any ideas?

i believe have found problem, appears somehow webservice not closing database connections when called silverlight, , closing them when run asp.net. 

i did sp_who on database , saw listing of lot of waiting connections, enough have exhausted connection pools, giving me timeout error.

 

 



Silverlight  >  Getting Started with Silverlight



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........