<?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 : IdeaBlade.EntityModel.EntityManagerSaveException</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : IdeaBlade.EntityModel.EntityManagerSaveException</description>
  <pubDate>Sun, 12 Apr 2026 21:39:13 -700</pubDate>
  <lastBuildDate>Fri, 19 Aug 2011 06:09:03 -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=2903</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>IdeaBlade.EntityModel.EntityManagerSaveException : Thank you I will check them outRegards...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2903&amp;PID=11470#11470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1239" rel="nofollow">Deceased</a><br /><strong>Subject:</strong> 2903<br /><strong>Posted:</strong> 19-Aug-2011 at 6:09am<br /><br />Thank you I will check them out<div><br></div><div>Regards</div>]]>
   </description>
   <pubDate>Fri, 19 Aug 2011 06:09:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2903&amp;PID=11470#11470</guid>
  </item> 
  <item>
   <title>IdeaBlade.EntityModel.EntityManagerSaveException :   Hi Deceased,The error you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2903&amp;PID=11461#11461</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> 2903<br /><strong>Posted:</strong> 18-Aug-2011 at 9:56am<br /><br />Hi Deceased,<div>&nbsp;</div><div>The error you are getting is a generic error. </div><div>You will be able to get more detail by using Fiddler and/or WCF Tracing.</div><div>You can download Fiddler at <a href="http://www.fiddler2.com/fiddler2/" target="_blank">http://www.fiddler2.com/fiddler2/</a>&nbsp;and find more about tracing in the <a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/traceviewer" target="_blank">DevForce Resource Center</a>.</div><div>&nbsp;</div><div>Regards,</div><div>&nbsp;&nbsp; Silvio.</div>]]>
   </description>
   <pubDate>Thu, 18 Aug 2011 09:56:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2903&amp;PID=11461#11461</guid>
  </item> 
  <item>
   <title>IdeaBlade.EntityModel.EntityManagerSaveException : Hi, I get the following exception...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2903&amp;PID=11449#11449</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1239" rel="nofollow">Deceased</a><br /><strong>Subject:</strong> 2903<br /><strong>Posted:</strong> 17-Aug-2011 at 12:57am<br /><br /><div>Hi, I get the following exception when trying to save an entity:</div><div><br></div><div>Exception msg: The remote server returned an error: NotFound.</div><div><br></div><div>Stack:</div><div>&nbsp; &nbsp;at IdeaBlade.EntityModel.EntityManager.HandleEntityServerException(Exception ex, Boolean tryToHandle, PersistenceOperation operation, Boolean throwOnError)</div><div>&nbsp; &nbsp;at IdeaBlade.EntityModel.EntityManager.HandleSaveResultException(SaveWorkState saveWorkState, Boolean isAsyncOp)</div><div><br></div><div><div>System.ServiceModel.CommunicationException</div></div><div><br></div><div><div>Exception msg: The remote server returned an error: NotFound.</div><div><br></div><div>Stack:</div><div>&nbsp; &nbsp;at IdeaBlade.EntityModel.EntityServerProxy.ExecFunc&#091;T&#093;(Func`1 func, Boolean funcWillHandleException)</div><div>&nbsp; &nbsp;at IdeaBlade.EntityModel.EntityServerProxy.ExecuteOnServer&#091;T&#093;(Func`1 func, Boolean funcWillHandleException)</div><div>&nbsp; &nbsp;at IdeaBlade.EntityModel.EntityServerProxy.SaveChanges(SaveWorkState workState)</div><div>&nbsp; &nbsp;at IdeaBlade.EntityModel.EntityManager.SaveEntitiesCore(SaveWorkState workState)</div></div><div><br></div><div><div>System.Net.WebException</div></div><div><br></div><div><div>Exception msg: The remote server returned an error: NotFound.</div><div><br></div><div>Stack:</div><div>&nbsp; &nbsp;at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)</div><div>&nbsp; &nbsp;at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)</div><div>&nbsp; &nbsp;at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)</div></div><div><br></div><div>....................................................................................................................................................................................................</div><div><br></div><div>I create the entity in the same way that I create entities&nbsp;throughout my entire project.</div><div>For example:</div><div>&nbsp;var newNode = EM.Instance.CreateEntity&lt;Node&gt;();</div><div>&nbsp;... Then add a bunch of properties to the node, eg: Name, Size, etc.</div><div>&nbsp;Then I add the entity to the Entity Manager (EM) via: EM.Instance.AddEntity(newNode);</div><div><br></div><div>&nbsp;Lastly I save the entity asynchronously: EM.Instance.SaveChangesAsync();</div><div><br></div><div>.....................................................................................................................................................................................................</div><div><br></div><div>Now for the bit of wackness that I'm experiencing:</div><div>- When saving other entities, Ideablade works beautifully.</div><div>- When saving a "Node" with a size above 2MB the exception gets thrown.</div><div>- When saving a "Node" with a size below 2MB, Ideablade works beautifully.</div><div>+ What's really wack, would be that this just started happening, previously I could upload "Nodes" with size above 10MBs.</div><div><br></div><div>........................................................................................................................................................................................................</div><div><br></div><div>I would GREATLY&nbsp;appreciate&nbsp;it to just be informed what this exception is, as I cannot pin it down by debugging.</div><div>(I'm aware of the fact that chances are 99.9%, that I'm just being a nab, and I'm okay with that, I'm kind of just hoping to be pointed in a direction to start solving this problem.)</div><div><br></div><div>Thanks in advance for any help.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Wed, 17 Aug 2011 00:57:12 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2903&amp;PID=11449#11449</guid>
  </item> 
 </channel>
</rss>