<?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 : Server-side verification errors</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Server-side verification errors</description>
  <pubDate>Mon, 13 Apr 2026 16:58:25 -700</pubDate>
  <lastBuildDate>Tue, 24 May 2011 12:30:33 -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=2658</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>Server-side verification errors : Hi daw451;This bug fix will be...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10806#10806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2658<br /><strong>Posted:</strong> 24-May-2011 at 12:30pm<br /><br />Hi daw451;<div><br></div><div>This bug fix will be included in our next release. This is scheduled for sometime around mid June.</div>]]>
   </description>
   <pubDate>Tue, 24 May 2011 12:30:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10806#10806</guid>
  </item> 
  <item>
   <title>Server-side verification errors :   I am also receiving this issue......</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10797#10797</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1166" rel="nofollow">daw451</a><br /><strong>Subject:</strong> 2658<br /><strong>Posted:</strong> 23-May-2011 at 4:43pm<br /><br />I am also receiving this issue... Is there an ETA on a fix?]]>
   </description>
   <pubDate>Mon, 23 May 2011 16:43:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10797#10797</guid>
  </item> 
  <item>
   <title>Server-side verification errors : This is confirmed as a bug. I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10668#10668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2658<br /><strong>Posted:</strong> 12-May-2011 at 5:41pm<br /><br />This is confirmed as a bug. I have filed a bug report for this. Please let me know if you require an EAP and I will send it over to you once it's ready.]]>
   </description>
   <pubDate>Thu, 12 May 2011 17:41:59 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10668#10668</guid>
  </item> 
  <item>
   <title>Server-side verification errors : Hi stephenmcd1;Yes, this does...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10633#10633</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2658<br /><strong>Posted:</strong> 10-May-2011 at 7:38pm<br /><br />Hi stephenmcd1;<div><br></div><div>Yes, this does sound like a bug where the same VerifierResult will keep on accumulating after a call to SaveChanges. I was able to repro it without using a UI as well. Let me confirm this behavior and file a bug report as necessary. I'll get back to you either way.</div><div><br></div><div>For the time being, the workaround is to clear the validation errors manually with EntityAspect.ValidationErrors.Clear() before the next call to SaveChanges.</div>]]>
   </description>
   <pubDate>Tue, 10 May 2011 19:38:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10633#10633</guid>
  </item> 
  <item>
   <title>Server-side verification errors : Silverlight Application&amp;#034;...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10619#10619</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=613" rel="nofollow">stephenmcd1</a><br /><strong>Subject:</strong> 2658<br /><strong>Posted:</strong> 09-May-2011 at 6:56pm<br /><br />Silverlight Application" code sample from here: &nbsp;http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-simple-silverlight<div><br></div><div>I know that sample isn't meant to be a perfect example of how to write an app, but it demonstrates my problem easily so I'll use it. &nbsp;Here are the steps to reproduce the problem:</div><div><ol><li>Launch the sample app, connect, log in, and fetch data</li><li>Clear out one of the Company name fields</li><li>You'll get some client-side errors in the validation summary control (saying Company Name is required) but this doesn't stop you from trying to save (which is good for me).</li><li>Click Save</li><li>The save throws an exception but for me that just turns into a JavaScript error I can ignore (I later ended up updating the code to call MarkErrorAsHandled so I could examine things in the debugger)</li><li>Click Save a couple more times (saving will get slower and slower - the number of validations errors seems to increase exponentially)</li><li>Try to click on another row so the UI 'catches up' to all the validations errors.&nbsp;</li><li>The validation summary control will now have 4 errors but one of the errors will have a ton of duplicate messages. &nbsp;And if you click back to the invalid cell, the tooltip will show a ton of errors as well. &nbsp;And it's not just a UI issue because when I debugged into the code, I see that the EntityAspect thinks it has a ton of validation errors as well:</li></ol><div><img src="http://www.ideablade.com/forum/uploads/613/screenshot.141.png" height="496" width="601" border="0" /><br></div></div><div><br></div><div><img src="http://www.ideablade.com/forum/uploads/613/screenshot.136.png" height="918" width="762" border="0" /></div>]]>
   </description>
   <pubDate>Mon, 09 May 2011 18:56:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2658&amp;PID=10619#10619</guid>
  </item> 
 </channel>
</rss>