<?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 : bug report</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : bug report</description>
  <pubDate>Sat, 11 Apr 2026 17:54:21 -700</pubDate>
  <lastBuildDate>Mon, 04 Oct 2010 15:48:15 -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=2211</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>bug report : Hi jcrada,Could you upload a simple...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2211&amp;PID=8709#8709</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> 2211<br /><strong>Posted:</strong> 04-Oct-2010 at 3:48pm<br /><br /><div style=": rgb255, 255, 255; margin-left: 1px; margin-top: 1px; margin-right: 1px; margin-bottom: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 0, 0; font-weight: normal; font-size: 12px; line-height: 1.4; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; -: n&#111;ne; ">Hi jcrada,<div><br></div><div>Could you upload a simple solution that can reproduce this bug?</div><div><br></div><div>Thank you.</div></div>]]>
   </description>
   <pubDate>Mon, 04 Oct 2010 15:48:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2211&amp;PID=8709#8709</guid>
  </item> 
  <item>
   <title>bug report : I have defined this simple verefier...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2211&amp;PID=8697#8697</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=926" rel="nofollow">jcrada</a><br /><strong>Subject:</strong> 2211<br /><strong>Posted:</strong> 04-Oct-2010 at 7:17am<br /><br /><pre style="font-family: c&#111;nsolas;">I have defined this simple verefier for the entity Person, this verifier verifies that the city and<br>the state are correct, (the state is the state of the city), for example if the person is from Los Angeles,<br>California, the user must entry, California and Los Angeles, not Los Angeles and Florida. this verifer works fine<br>the problem comes when you try to get the Principal Identity in the Server Side in a <span style="color: rgb43, 145, 175;">EntityServerQueryInterceptor</span><br>, it is always empty when the petition is about a Person normal for the others Entities<br>, after a couple of days trying to find an error in my code, I discovered that the problem was that the verifier use navigation properties, when<br>I change the verifiers to use the ids instead of the properties, its work fine, but Vs2010 never comes with exception or something<br><br><br>&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; <span style="color: rgb43, 145, 175;">List</span>&lt;<span style="color: rgb43, 145, 175;">Verifier</span>&gt;&nbsp;verifiers&nbsp;=&nbsp;<span style="color: blue;">new</span>&nbsp;<span style="color: rgb43, 145, 175;">List</span>&lt;<span style="color: rgb43, 145, 175;">Verifier</span>&gt;();<br> <br>				<span style="color: blue;">var</span>&nbsp;v1&nbsp;=&nbsp;<span style="color: blue;">new</span>&nbsp;<span style="color: rgb43, 145, 175;">DelegatePropertyValueVerifier</span>&lt;<span style="color: rgb43, 145, 175;">Person</span>&gt;(<span style="color: rgb163, 21, 21;">"The city must be in the state"</span>,&nbsp;<span style="color: rgb43, 145, 175;">EntityPropertyNames</span>.LocationCity,&nbsp;<span style="color: blue;">false</span>,<br>				(itemToVerify,&nbsp;valueToVerify,&nbsp;verifierContext)&nbsp;=&gt;<br>				{<br>					<span style="color: blue;">var</span>&nbsp;locationCity&nbsp;=&nbsp;valueToVerify&nbsp;<span style="color: blue;">as</span>&nbsp;<span style="color: rgb43, 145, 175;">City</span>;<br>					<span style="color: blue;">var</span>&nbsp;res&nbsp;=&nbsp;locationCity&nbsp;!=&nbsp;<span style="color: blue;">null</span>&nbsp;&amp;&amp;&nbsp;!locationCity.EntityAspect.IsNullEntity&nbsp;&amp;&amp;&nbsp;itemToVerify.LocationState&nbsp;!=&nbsp;locationCity.State;<br>					<span style="color: blue;">return</span>&nbsp;<span style="color: blue;">new</span>&nbsp;<span style="color: rgb43, 145, 175;">VerifierResult</span>(!res);<br>				});<br>				verifiers.Add(v1);</pre>]]>
   </description>
   <pubDate>Mon, 04 Oct 2010 07:17:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2211&amp;PID=8697#8697</guid>
  </item> 
 </channel>
</rss>