<?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 : Cocktail 2012 - Harness</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : Community Forum : Cocktail 2012 - Harness</description>
  <pubDate>Wed, 22 Apr 2026 16:57:55 -700</pubDate>
  <lastBuildDate>Wed, 26 Sep 2012 23:12:14 -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=3666</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>Cocktail 2012 - Harness :   All is good now, thank you...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14631#14631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1514" rel="nofollow">halloweenx8</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 11:12pm<br /><br />All is good now, thank you all<div>&nbsp;</div><div>I need to read more it would seem.</div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 23:12:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14631#14631</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness : Learn more about probing here:...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14630#14630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1005" rel="nofollow">mgood</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 10:49pm<br /><br />Learn more about probing here:&nbsp;<a href="http://drc.ideablade.com/xwiki/bin/view/&#068;ocumentati&#111;n/discovery" target="_blank">http://drc.ideablade.com/xwiki/bin/view/Documentation/discovery</a><div><br></div><div>Does your server project have a reference to DealerDomainModel? The DealerDomainModel.dll needs to end up in the server's bin folder, so the server can find your domain model. The way to do that is to add a reference in the web project and make sure copy local = true.</div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 22:49:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14630#14630</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   Here is what I get when I...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14629#14629</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1514" rel="nofollow">halloweenx8</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 9:28pm<br /><br />Here is what I get when I compile <div></div><div></div><div><em>------ Rebuild All started: Project: DealerDomainModel, Configuration: Debug Any CPU ------<br>&nbsp; : message : PostSharp complete -- 0 errors, 0 warnings, served in 2054 ms<br>&nbsp; DealerDomainModel -&gt; ...\DealerDomainModel\bin\Debug\DealerDomainModel.dll<br>========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========</em><br></div><div>and the silverlight part</div><div>&nbsp;</div><div><em>------ Rebuild All started: Project: DealerDomainModel.SL, Configuration: Debug Any CPU ------<br>&nbsp; : message : PostSharp complete -- 0 errors, 0 warnings, served in 1357 ms<br>&nbsp; DealerDomainModel.SL -&gt; ...\DealerDomainModel.SL\Bin\Debug\DealerDomainModel.SL.dll<br>========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========</em></div><div>&nbsp;</div><div>Now i'm not sure what you mean by </div><div>"You'll generally see serialization/deserialization errors when the type isn't defined on both the client and server, so the first thing to check is that DealerDomainModel.Person is defined, and the assembly probed, on both sides.&nbsp; "</div><div>&nbsp;</div><div>and the Assembly probed?</div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 21:28:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14629#14629</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   You&amp;#039;ll generally see...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14628#14628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 8:57pm<br /><br />You'll generally see serialization/deserialization errors when the type isn't defined on both the client and server, so the first thing to check is that DealerDomainModel.Person is defined, and the assembly probed, on both sides.&nbsp; <div>&nbsp;</div><div>If DealerDomainModel entities are Code First entities, also make sure you've added the DevForce Code First NuGet package to the project to ensure that both PostSharp and DevForce build tasks are injected into the pipeline.</div><div>&nbsp;</div><div>If you'd like, you can zip up the solution and send it to me, either via PM or email to IdeaBladeSupport.</div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 20:57:26 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14628#14628</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   And it is a Silverlight App...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14627#14627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1514" rel="nofollow">halloweenx8</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 8:43pm<br /><br />And it is a Silverlight App]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 20:43:01 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14627#14627</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   Ok I got a little further...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14626#14626</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1514" rel="nofollow">halloweenx8</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 7:56pm<br /><br />Ok I got a little further by re-creating my project from scratch.<div>&nbsp;</div><div>But now i get this on a very simple and very similar class then the one in TempHire</div><div>&nbsp;</div><div>{IdeaBlade.EntityModel.EntityServerException: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter <a href="http://ideablade.com/EntityModel:workState" target="_blank">http://ideablade.com/EntityModel:workState</a>. The InnerException message was 'Element 'http://schemas.microsoft.com/2003/10/Serialization/Arrays:anyType' contains data from a type that maps to the name 'http://schemas.datacontract.org/2004/07/DealerDomainModel:Person'. The deserializer has no knowledge of any type that maps to this name. Consider using a DataContractResolver or add the type corresponding to 'Person' to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding it to the list of known types passed to DataContractSerializer.'.&nbsp; Please see InnerException for more details. ---&gt; System.ServiceModel.FaultException: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deserialize parameter <a href="http://ideablade.com/EntityModel:workState" target="_blank">http://ideablade.com/EntityModel:workState</a>. The InnerException message was 'Element 'http://schemas.microsoft.com/2003/10/Serialization/Arrays:anyType' contains data from a type that maps to the name 'http://schemas.datacontract.org/2004/07/DealerDomainModel:Person'. The deserializer has no knowledge of any type that maps to this name. Consider using a DataContractResolver or add the type corresponding to 'Person' to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding it to the list of known types passed to DataContractSerializer.'.&nbsp; Please see InnerException for more details.<br>&nbsp;&nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)<br>&nbsp;&nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccess(Task task)<br>&nbsp;&nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)<br>&nbsp;&nbsp; at System.Runtime.CompilerServices.TaskAwaiter.GetResult()<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.EntityManager.&lt;UntilCompletionOrCancellation&gt;d__dd.MoveNext()<br>&nbsp;&nbsp; --- End of inner exception stack trace ---<br>&nbsp;&nbsp; at System.Runtime.CompilerServices.AsyncMethodBuilderCore.&lt;ThrowAsync&gt;b__0(Object state)}</div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 19:56:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14626#14626</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   I guess I would first look...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14621#14621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 2:05pm<br /><br />I guess I would first look at the AppBootstrapper in your harness, and compare that to the one in TempHire to see if something stands out.<div>&nbsp;</div><div>Is this Silverlight or WPF, and if WPF is it n-tier?</div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 14:05:58 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14621#14621</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   No i do not, and i tried to...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14618#14618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1514" rel="nofollow">halloweenx8</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 12:59pm<br /><br />No i do not, and i tried to be very similar to the TempHire sample, that's why i'm puzzled.]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 12:59:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14618#14618</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   Hi Jean, do you also see this...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14610#14610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 26-Sep-2012 at 10:38am<br /><br />Hi Jean, do you also see this error if you use the harness in the TempHire sample?&nbsp; ]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 10:38:21 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14610#14610</guid>
  </item> 
  <item>
   <title>Cocktail 2012 - Harness :   I&amp;#039;m getting this error...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14601#14601</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1514" rel="nofollow">halloweenx8</a><br /><strong>Subject:</strong> 3666<br /><strong>Posted:</strong> 25-Sep-2012 at 9:28pm<br /><br /><div>I'm getting this error while running my App in Harness mode</div><div>&nbsp;</div><div>this happens just after the PersonSampleDataProvider finishes.</div><div>&nbsp;</div><div></div>{EntityServerException: Constructor on type 'IdeaBlade.EntityModel.EntityServerFakeBackingStore+FakeStoreEntityManager' not found. ---&gt; System.MissingMethodException: Constructor on type 'IdeaBlade.EntityModel.EntityServerFakeBackingStore+FakeStoreEntityManager' not found.<br>&nbsp;&nbsp; at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object&#091;&#093; args, CultureInfo culture, Object&#091;&#093; activationAttributes, StackCrawlMark&amp; stackMark)<br>&nbsp;&nbsp; at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object&#091;&#093; args, CultureInfo culture, Object&#091;&#093; activationAttributes)<br>&nbsp;&nbsp; at System.Activator.CreateInstance(Type type, Object&#091;&#093; args)<br>&nbsp;&nbsp; at IdeaBlade.EntityModel.Server.EntityServer.ConstructEntityManager(Type emType)<br>&nbsp;&nbsp; at System.Runtime.CompilerServices.AsyncMethodBuilderCore.&lt;ThrowAsync&gt;b__0(Object state)}<div></div><div></div>What Am I missing?]]>
   </description>
   <pubDate>Tue, 25 Sep 2012 21:28:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3666&amp;PID=14601#14601</guid>
  </item> 
 </channel>
</rss>