<?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 : Design Time Data</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Design Time Data</description>
  <pubDate>Tue, 21 Apr 2026 22:33:16 -700</pubDate>
  <lastBuildDate>Thu, 05 Aug 2010 20:41:11 -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=1773</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>Design Time Data : This issue was resolved in DF...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1773&amp;PID=8014#8014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1773<br /><strong>Posted:</strong> 05-Aug-2010 at 8:41pm<br /><br /><P>This issue was resolved in DF 6.0.4. You can now make the web-model assembly name different from the silverlight-model assembly name. AND YOU SHOULD. </P><DIV>Remember: the NAMESPACE must be the same for both SL and Web models but the ASSEMBLY NAMES can and SHOULD DIFFER.</DIV><DIV>&nbsp;</DIV><DIV>If you wrote your application with a template prior to 6.0.4, you'll want to fix the assembly names by hand. This problem should "magically" disappear.</DIV><DIV>&nbsp;</DIV><DIV>The new templates preserve different assembly names for the SL and Web projects.</DIV>]]>
   </description>
   <pubDate>Thu, 05 Aug 2010 20:41:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1773&amp;PID=8014#8014</guid>
  </item> 
  <item>
   <title>Design Time Data : Sorry Mike. I ran into this myself...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1773&amp;PID=6734#6734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1773<br /><strong>Posted:</strong> 29-Apr-2010 at 6:01pm<br /><br />Sorry Mike. I ran into this myself and reported it. We are working on it and hope to have it fixed for our next DF 2010 release.<DIV>&nbsp;</DIV><DIV>I think the problem only exists in SL; it might work in WPF but I haven't checked yet.&nbsp; I know it worked in DF 2009 with WPF.</DIV><DIV>&nbsp;</DIV><DIV>Regret the inconvenience. Bear with us. Thanks.</DIV>]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 18:01:50 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1773&amp;PID=6734#6734</guid>
  </item> 
  <item>
   <title>Design Time Data : I am using a library which allows...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1773&amp;PID=6715#6715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=764" rel="nofollow">mikedfox</a><br /><strong>Subject:</strong> 1773<br /><strong>Posted:</strong> 29-Apr-2010 at 8:46am<br /><br />I am using a library which allows for separate services to be called at runtime and design time. This allows me to have my view model return design time data, so that in the designer and blend I can see sample data.<DIV>&nbsp;</DIV><DIV>Unfortunately, I'm not sure how to make this work with ideablade. At design time, how do I create a dummy object? Anything referencing an EntityManager breaks with </DIV><DIV>&nbsp;</DIV><SPAN lang=EN><P dir=ltr align=left><strong>Object reference not set to an instance of an object.</strong></P><P dir=ltr align=left><FONT size=1>at IdeaBlade.Core.IdeaBladeConfig.GetDefaultInstanceForEnvironment() at IdeaBlade.Core.IdeaBladeConfig.InitializeFromSource() at IdeaBlade.Core.IdeaBladeConfig.Initialize() at IdeaBlade.Core.IdeaBladeConfig.get_Instance() at IdeaBlade.Core.IdeaBladeConfig.AssertNonDefaultVersion(Boolean throwIfDefault) at IdeaBlade.EntityModel.EntityManager..ctor(Boolean shouldConnect, String dataSourceExtension, EntityServiceOption entityServiceOption) at IdeaBlade.EntityModel.EntityManager..ctor(Boolean shouldConnect) at DataModel.PowerBillEntityManager..ctor(Boolean shouldConnect) in C:\Documents and Settings\foxm1\My Documents\Visual Studio 10\Projects\SilverlightApplication1\DataModel\PowerBillData.IB.Designer.cs:line 37 at DataModel.State.CreateDesignTime() in C:\Documents and Settings\foxm1\My Documents\Visual Studio 10\Projects\SilverlightApplication1\DataModel\State.cs:line 42 at SilverlightApplication1.Services.DesignTimeDataService.GetStates(ObservableCollection`1 stateList) in C:\Documents and Settings\foxm1\My Documents\Visual Studio 10\Projects\SilverlightApplication1\SilverlightApplication1\Services\DesignTime\DesignTimeDataService.cs:line 35 at SilverlightApplication1.ViewModels.HomeViewModel.GetData() in C:\Documents and Settings\foxm1\My Documents\Visual Studio 10\Projects\SilverlightApplication1\SilverlightApplication1\ViewModels\HomeViewModel.cs:line 68 at SilverlightApplication1.ViewModels.HomeViewModel.OnServicesInjectedOverride() in C:\Documents and Settings\foxm1\My Documents\Visual Studio 10\Projects\SilverlightApplication1\SilverlightApplication1\ViewModels\HomeViewModel.cs:line 57 at MEFedMVVM.Common.BaseViewModel.OnServicesInjected() in D:\installs\MEFedMVVM\MEFedMVVM-47585\MEFedMVVMDemo\MEFedMVVM\Common\BaseViewModel.cs:line 24 at MEFedMVVM.ViewModelLocator.BasicViewModelInializer.TryInjectingServicesToVM(IViewModelMetadata vmMetaData, Object vm, Object containerContext, IEnumerable`1 dataServicesFactories) in D:\installs\MEFedMVVM\MEFedMVVM-47585\MEFedMVVMDemo\MEFedMVVM\ViewModelLocator\ViewModelInializer.cs:line 75</P><DIV></DIV><P></FONT><FONT size=2>Any ideas? I'd hate to lose the ability to see design time data.</P><DIV></DIV></FONT></SPAN>]]>
   </description>
   <pubDate>Thu, 29 Apr 2010 08:46:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1773&amp;PID=6715#6715</guid>
  </item> 
 </channel>
</rss>