<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.lhotka.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CSLA .NET discussion</title><link>http://forums.lhotka.net/forums/5.aspx</link><description>General discussion about CSLA .NET</description><dc:language /><generator>CommunityServer 2008.5 SP3 (Build: 36.8414)</generator><item><title>Re: CSLA 4 version 4.3 beta available</title><link>http://forums.lhotka.net/forums/thread/51883.aspx</link><pubDate>Thu, 16 Feb 2012 23:23:32 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:51883</guid><dc:creator>Jack</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/51883.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=51883</wfw:commentRss><description>&lt;p&gt;I cannot get 4.3.x to work at all in my configuration nor can I get the ProjectTracker sample to work either.&amp;nbsp; I am also now having issues with my standard 4.2.x build ever since I installed IIS Express after trying to open one of the samples.&lt;/p&gt;
&lt;p&gt;With 4.2 I&amp;#39;m getting huge long timeouts when accessing the WCF webapplication.&lt;/p&gt;
&lt;p&gt;With 4.3 I get NotFound errors with my application and with the ProjectTracker application I get errors trying to do anything with the dataportal.&amp;nbsp; If I do the SL version I just get an error if I do the WPF version then I at least see it is unable to create the DALManager in the last step (see below).&lt;/p&gt;
&lt;p&gt;I&amp;#39;m getting pretty confused/frustrated - any help would be appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also in both I can nolonger get to &lt;a href="http://localhost:2555/WcfPortal.svc"&gt;http://localhost:2555/WcfPortal.svc&lt;/a&gt; I get a big config error about:&lt;/p&gt;
&lt;p&gt;Metadata publishing for this service is currently disabled.&lt;/p&gt;
&lt;p&gt;If you have access to the service, you can enable metadata publishing by completing the following steps to modify your web or application configuration file:&lt;/p&gt;
&lt;p&gt;1. Create the following service behavior configuration, or add the &amp;lt;serviceMetadata&amp;gt; element to an existing service behavior configuration: &lt;/p&gt;
&lt;p&gt;&amp;lt;behaviors&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serviceBehaviors&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;behavior name=&amp;quot;MyServiceTypeBehaviors&amp;quot; &amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serviceMetadata httpGetEnabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/behavior&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/serviceBehaviors&amp;gt;&lt;br /&gt;&amp;lt;/behaviors&amp;gt;&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;The ProjectTracker craps out here:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt;public static IDalManager GetManager() {&lt;/p&gt;
&lt;p&gt;if (_dalType == null) {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var dalTypeName = ConfigurationManager.AppSettings[&amp;quot;DalManagerType&amp;quot;]; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!string.IsNullOrEmpty(dalTypeName)) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _dalType = Type.GetType(dalTypeName); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new NullReferenceException(&amp;quot;DalManagerType&amp;quot;); &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (_dalType == null) &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; throw new ArgumentException(string.Format(&amp;quot;Type {0} could not be found&amp;quot;, dalTypeName)); &lt;br /&gt;}&lt;br /&gt;return (IDalManager)Activator.CreateInstance(_dalType);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: CSLA 4 version 4.3 beta available</title><link>http://forums.lhotka.net/forums/thread/51856.aspx</link><pubDate>Wed, 15 Feb 2012 20:47:05 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:51856</guid><dc:creator>RockfordLhotka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/51856.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=51856</wfw:commentRss><description>&lt;p&gt;I have now made beta version 4.3.2 available for download.&lt;/p&gt;
&lt;p&gt;This is the same code as 4.3.1, but now includes assemblies built for Silverlight 4 as well as Silverlight 5.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: CSLA 4 version 4.3 beta available</title><link>http://forums.lhotka.net/forums/thread/51832.aspx</link><pubDate>Tue, 14 Feb 2012 23:19:08 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:51832</guid><dc:creator>RockfordLhotka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/51832.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=51832</wfw:commentRss><description>&lt;p&gt;For those concerned about SL4 support, I am changing my position on this and will be building 4.3 for both 4 and 5.&lt;/p&gt;
&lt;p&gt;This is because of some unforeseen complexity with mixing 4 and 5 assemblies in a SL5 project, coupled with the sad reality that a numb of other common OSS components do not yet provide SL5 support.&lt;/p&gt;
&lt;p&gt;In short, more people are trapped on SL4 than I would have expected, and I don&amp;#39;t want to abandon them (you).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: CSLA 4 version 4.3 beta available</title><link>http://forums.lhotka.net/forums/thread/51806.aspx</link><pubDate>Tue, 14 Feb 2012 04:06:11 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:51806</guid><dc:creator>RockfordLhotka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/51806.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=51806</wfw:commentRss><description>&lt;p&gt;Thanks Jack - I really need to add that step to my release document so I don&amp;#39;t forget next time...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: CSLA 4 version 4.3 beta available</title><link>http://forums.lhotka.net/forums/thread/51803.aspx</link><pubDate>Mon, 13 Feb 2012 20:54:55 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:51803</guid><dc:creator>Jack</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/51803.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=51803</wfw:commentRss><description>&lt;p&gt;Just a heads up that the installer is still writing to the 4.2 folder and not to a 4.3 folder.&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CSLA 4 version 4.3 beta available</title><link>http://forums.lhotka.net/forums/thread/51798.aspx</link><pubDate>Mon, 13 Feb 2012 18:42:37 GMT</pubDate><guid isPermaLink="false">49a2225a-bd1e-4c5d-a665-720b81e87ca9:51798</guid><dc:creator>RockfordLhotka</dc:creator><slash:comments>0</slash:comments><comments>http://forums.lhotka.net/forums/thread/51798.aspx</comments><wfw:commentRss>http://forums.lhotka.net/forums/commentrss.aspx?SectionID=5&amp;PostID=51798</wfw:commentRss><description>&lt;p&gt;A beta release of CSLA 4 version 4.3 is now available at&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.lhotka.net/cslanet/download.aspx"&gt;www.lhotka.net/cslanet/download.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Silverlight projects are now bound to Silverlight 5.&lt;/p&gt;
&lt;p&gt;I plan to write a document describing how to undo the very few changes required to support Silverlight 5, so if you want to back-port the code for Silverlight 4 you&amp;#39;ll be able to do so on your own. This document will be available within the next couple weeks - before the 4.3 release.&lt;/p&gt;
&lt;p&gt;My plan is to release 4.3 on or before Feb 29. &lt;/p&gt;
&lt;p&gt;That will allow us to branch 4.3 in svn so the primary codebase can focus on version 4.5 with support for .NET 4.5 and WinRT.&lt;/p&gt;
&lt;p&gt;The 4.3 release will go into maintenance mode - meaning we&amp;#39;ll address bugs, but don&amp;#39;t plan any more feature changes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>