<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Silverlight -How to handle nested .ExecuteAsync With DevForce</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Silverlight -How to handle nested .ExecuteAsync With DevForce</description>
  <pubDate>Wed, 13 May 2026 00:09:21 -700</pubDate>
  <lastBuildDate>Tue, 19 Feb 2013 01:45:19 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3974</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce : Hi Peter,  The StoredProc issue...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15874#15874</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 19-Feb-2013 at 1:45am<br /><br />Hi Peter,<br /><br />The StoredProc issue has been fixed.<br />The fix will be in the next release of DevForce.(v6.1.12.0)<br /><br />sbelini.]]>
   </description>
   <pubDate>Tue, 19 Feb 2013 01:45:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15874#15874</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce :   Thank you so much for your...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15847#15847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1695" rel="nofollow">PeterProva</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 07-Feb-2013 at 1:37pm<br /><br />Thank you so much for your help:)]]>
   </description>
   <pubDate>Thu, 07 Feb 2013 13:37:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15847#15847</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce : Thanks for the update, Peter.  We...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15841#15841</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 07-Feb-2013 at 9:27am<br /><br />Thanks for the update, Peter.<br /><br />We are working on a fix for the StoredProc issue. (i.e. StoredProc queries not respecting the transition timeout)<br />I'll let you know once we have a fix.<br /><br />sbelini.]]>
   </description>
   <pubDate>Thu, 07 Feb 2013 09:27:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15841#15841</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce : Thanks sbelini,well when i remove...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15837#15837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1695" rel="nofollow">PeterProva</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 07-Feb-2013 at 7:51am<br /><br /><p>Thanks sbelini,</p><div>well when i remove the StoredProcedureQuery it wont happend(Still slow but atleast i wont get those).</div>]]>
   </description>
   <pubDate>Thu, 07 Feb 2013 07:51:47 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15837#15837</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce : Peter,  You can&amp;#039;t try/catch...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15822#15822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 06-Feb-2013 at 2:39pm<br /><br />Peter,<br /><br />You can't try/catch async operations.<br /><br />I need to ask you this once more: <br />Where is the timeout occurring? Is it on the non storedproc query or during the storedproc query?<br />]]>
   </description>
   <pubDate>Wed, 06 Feb 2013 14:39:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15822#15822</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce :    Thanks sbelini:)I have a...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15815#15815</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1695" rel="nofollow">PeterProva</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 06-Feb-2013 at 6:22am<br /><br />Thanks sbelini:)<div>I have a question,Is this error client side error?Because i used try-catch different parts and i couldn't catch!!!</div><div><p>IdeaBlade.EntityModel.AsyncProcessor<code>1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(TArgs args)   at IdeaBlade.EntityModel.AsyncProcessor</code>1.Signal()   at IdeaBlade.EntityModel.AsyncProcessor`1.b__5(Object x)</p><p>InnerException: &#091;HttpRequestTimedOutWithoutDetail&#093; Arguments: <a href="http://erp.altustools.com/EntityServer_efa925e26784418e93c5af893a0c9a40.svc/sl" target="_blank"><u><font color="#0066cc">l</font></u></a>Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See <a href="http://go.microsoft.com/fwlink/?linkid=106663&amp;Versi&#111;n=5.0.10411.00&amp;File=System.ServiceModel.dll&amp;Key=HttpRequestTimedOutWithoutDetail" target="_blank"><u><font color="#0066cc">http://go.microsoft.com/fwlink/?linkid=106663&amp;Version=5.0.10411.00&amp;File=System.ServiceModel.dll&amp;Key=HttpRequestTimedOutWithoutDetail</font></u></a></p><p>at IdeaBlade.EntityModel.EntityServerProxy.&lt;&gt;c_<em>DisplayClass14.b</em>_13()   at IdeaBlade.EntityModel.EntityServerProxy.ExecFunc&#091;T&#093;(Func<code>1 func, Boolean funcWillHandleException)   at IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer&#091;T&#093;(Func</code>1 func, Boolean funcWillHandleException)   at IdeaBlade.EntityModel.EntityServerProxy.InvokeServerMethod(SessionBundle sessionBundle, ITypeWrapper entityManagerType, String typeName, String methodName, Object&#091;&#093; args)   at IdeaBlade.EntityModel.EntityMa</p></div><span style="font-size:10px"><br /><br />Edited by PeterProva - 06-Feb-2013 at 7:00am</span>]]>
   </description>
   <pubDate>Wed, 06 Feb 2013 06:22:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15815#15815</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce : Hi Peter,  Like mentioned at h...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15788#15788</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=892" rel="nofollow">sbelini</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 04-Feb-2013 at 4:14pm<br /><br />Hi Peter,<br /><br />Like mentioned at <a href="http://stackoverflow.com/questi&#111;ns/14613598/silverlight-how-to-handle-nested-executeasync-with-devforce" target="_blank">http://stackoverflow.com/questions/14613598/silverlight-how-to-handle-nested-executeasync-with-devforce</a> the issue is not in the fact that you are running nested async queries.<br /><br />Also, as mentioned in the same post above, if the timeout is happening during the StoredProc execution, it's a bug that unfortunately doesn't have a reliable workaround. We are diligently working on a fix though.<br /><br />If the timeout is happening in the other query, then it's probably a timeout setting missing. In this case, I'll need the following from you:<br /><br />1) Confirmation that the "non StoredProc" query is in fact the one timing out. This is important because, it's not possible to increase the transaction timeout in the StoredProdQuery.<br />2) All timeout settings you've done so far. (in code and config files)<br /><br />sbelini.<span style="font-size:10px"><br /><br />Edited by sbelini - 04-Feb-2013 at 4:15pm</span>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 16:14:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15788#15788</guid>
  </item> 
  <item>
   <title>Silverlight -How to handle nested .ExecuteAsync With DevForce :    I have a situation as below...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15786#15786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1695" rel="nofollow">PeterProva</a><br /><strong>Subject:</strong> 3974<br /><strong>Posted:</strong> 04-Feb-2013 at 7:50am<br /><br /><p>I have a situation as below which gives me error and looks like timeout. Its missing some insert of records. the error is as below:</p><p>IdeaBlade.EntityModel.AsyncProcessor<code>1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(TArgs args)   at IdeaBlade.EntityModel.AsyncProcessor</code>1.Signal()   at IdeaBlade.EntityModel.AsyncProcessor`1.b__5(Object x)</p><p>InnerException: &#091;HttpRequestTimedOutWithoutDetail&#093; Arguments: <a href="http://erp.altustools.com/EntityServer_efa925e26784418e93c5af893a0c9a40.svc/sl" target="_blank"><u><font color="#0066cc">l</font></u></a>Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See <a href="http://go.microsoft.com/fwlink/?linkid=106663&amp;Versi&#111;n=5.0.10411.00&amp;File=System.ServiceModel.dll&amp;Key=HttpRequestTimedOutWithoutDetail" target="_blank"><u><font color="#0066cc">http://go.microsoft.com/fwlink/?linkid=106663&amp;Version=5.0.10411.00&amp;File=System.ServiceModel.dll&amp;Key=HttpRequestTimedOutWithoutDetail</font></u></a></p><p>at IdeaBlade.EntityModel.EntityServerProxy.&lt;&gt;c_<em>DisplayClass14.b</em>_13()   at IdeaBlade.EntityModel.EntityServerProxy.ExecFunc&#091;T&#093;(Func<code>1 func, Boolean funcWillHandleException)   at IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer&#091;T&#093;(Func</code>1 func, Boolean funcWillHandleException)   at IdeaBlade.EntityModel.EntityServerProxy.InvokeServerMethod(SessionBundle sessionBundle, ITypeWrapper entityManagerType, String typeName, String methodName, Object&#091;&#093; args)   at IdeaBlade.EntityModel.EntityMa</p><div>&nbsp;</div><div>as you see its a nested Async which the inner one im calling a stored procedure inside a loop.I tried different scenarios to bypass the problem sucha as Increasing SendTimeout in config files and....... which it didnt work. –</div><p></p><div></div><p>Any Idea how to handle it? Thx:)</p><div></div>Here is the code ...<div>&nbsp; <span>......</span><span>            </span><span>.</span><span>ExecuteAsync</span><span>(</span><span>op </span><span>=&gt;</span><span>            </span><span>{</span><span>                </span><span>var</span><span> cust </span><span>=</span><span>Customers</span><span>.</span><span>Where</span><span>(</span><span>p </span><span>=&gt;</span><span> p</span><span>.</span><span>IsSelected</span><span>).</span><span>ToList</span><span>();</span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></div><div><span></span><span>..........................</span><span>                   </span><span>Ships</span><span>.</span><span>ForEach</span><span>(.......</span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></div><div><span></span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...........</span><span>                        </span><span>EntityManager</span><span>.</span><span>SalesGetSalesQuery</span><span>(</span><span>                         </span><span>..............</span><span>                        </span><span>.</span><span>ExecuteAsync</span><span>(</span><span>opn </span><span>=&gt;</span><span>                        </span><span>{</span><span>                                 </span><span>................</span><span>                                                        </span><span>});</span></div><div><span></span><span>                   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; p</span><span>.</span><span>UpdateOrders</span><span>(</span><span>copyOrders</span><span>);</span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></div><div><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; copyOrders</span><span>.</span><span>UpdateTransferableFields</span><span>();</span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></div><div><span></span><span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Orders</span><span>.</span><span>Add</span><span>(</span><span>copyOrders</span><span>);</span><span>                </span><span>Save</span><span>();</span><span>            </span><span>});</span></div><div><span></span>&nbsp;</div><span style="font-size:10px"><br /><br />Edited by PeterProva - 06-Feb-2013 at 7:01am</span>]]>
   </description>
   <pubDate>Mon, 04 Feb 2013 07:50:52 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3974&amp;PID=15786#15786</guid>
  </item> 
 </channel>
</rss>