<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>mscui Work Item Rss Feed</title><link>http://www.codeplex.com/mscui/WorkItem/List.aspx</link><description>mscui Work Item Rss Description</description><item><title>Created Issue: Errant description - Design Guidance - Timeline View - page32 [9068]</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=9068</link><description>The following description is incorrect for a valid timeline sample &amp;#40;second on the page&amp;#41;, or the sample is marked valid in error&amp;#58;&lt;br /&gt;&lt;br /&gt;In this incorrect example, the label of the first entry on the first row extends beyond the starting point of the next two entries, and so the overlapped labels are not displayed. The label of the first entry on the second row extends beyond the starting point of the next entry, which is similarly not displayed. The vertical lines of the hidden labels extend to the lower edge of the labels above, and additional visual indication is provided in the form of a &amp;#8216;shadow&amp;#8217; label decoration. &amp;#40;TLN-0520&amp;#41;&lt;br /&gt;&lt;br /&gt;Referenced Source&amp;#58;&lt;br /&gt;&lt;br /&gt;Page32 &amp;#47; Section 5.2.5 Timeline Entry Labels - Usage Examples&lt;br /&gt;Design Guidance &amp;#8211; Timeline View&lt;br /&gt;Prepared by Microsoft, Version 1.0.0.0&lt;br /&gt;Last modified on 23 September 2009&lt;br /&gt;</description><author>ruslancanada</author><pubDate>Wed, 28 Oct 2009 16:46:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Errant description - Design Guidance - Timeline View - page32 [9068] 20091028044622P</guid></item><item><title>Closed Issue: WPF Patient Banner show an exception when collapse. [8901]</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=8901</link><description>Hello&lt;br /&gt;&lt;br /&gt;I have downloaded your source code but I&amp;#39;ve got and error when collapsing the banner for the WPF version of the PatientBanner &amp;#40;no problem with Silverlight or winforms&amp;#41;&lt;br /&gt;The exception is &amp;#34;No information was found about this pixel format&amp;#34;.&lt;br /&gt;&lt;br /&gt;Please feel free to ask me if you want more details.&lt;br /&gt;&lt;br /&gt;Benjamin&lt;br /&gt;Comments: &lt;p&gt;The fix for this issue has been released in version 7.0.185.000&lt;/p&gt;</description><author>bgriffiths</author><pubDate>Thu, 15 Oct 2009 14:27:54 GMT</pubDate><guid isPermaLink="false">Closed Issue: WPF Patient Banner show an exception when collapse. [8901] 20091015022754P</guid></item><item><title>Commented Issue: WPF Patient Banner show an exception when collapse. [8901]</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=8901</link><description>Hello&lt;br /&gt;&lt;br /&gt;I have downloaded your source code but I&amp;#39;ve got and error when collapsing the banner for the WPF version of the PatientBanner &amp;#40;no problem with Silverlight or winforms&amp;#41;&lt;br /&gt;The exception is &amp;#34;No information was found about this pixel format&amp;#34;.&lt;br /&gt;&lt;br /&gt;Please feel free to ask me if you want more details.&lt;br /&gt;&lt;br /&gt;Benjamin&lt;br /&gt;Comments: ** Comment from web user: Dolhmen ** &lt;p&gt;Thanks a lot &amp;#33;&amp;#33;&amp;#33;&lt;/p&gt;&lt;p&gt;You&amp;#39;re doing a very good job &amp;#40;and with a great reactivity &amp;#58;-&amp;#41;&amp;#41;&lt;/p&gt;&lt;p&gt;I can&amp;#39;t wait to see your Search and Prescribe control &amp;#33;&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Benjamin&lt;br /&gt;&lt;/p&gt;</description><author>Dolhmen</author><pubDate>Mon, 05 Oct 2009 15:05:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: WPF Patient Banner show an exception when collapse. [8901] 20091005030543P</guid></item><item><title>Commented Issue: WPF Patient Banner show an exception when collapse. [8901]</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=8901</link><description>Hello&lt;br /&gt;&lt;br /&gt;I have downloaded your source code but I&amp;#39;ve got and error when collapsing the banner for the WPF version of the PatientBanner &amp;#40;no problem with Silverlight or winforms&amp;#41;&lt;br /&gt;The exception is &amp;#34;No information was found about this pixel format&amp;#34;.&lt;br /&gt;&lt;br /&gt;Please feel free to ask me if you want more details.&lt;br /&gt;&lt;br /&gt;Benjamin&lt;br /&gt;Comments: ** Comment from web user: bgriffiths ** &lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;Thank you for the bug report.&lt;/p&gt;&lt;p&gt;Our PatientBanner developer has investigated and found a fix, we will release a patch here in the near future.&lt;/p&gt;&lt;p&gt;In the meantime, here are the details.&lt;/p&gt;&lt;p&gt;The problem was caused by invalid URIs for paths to image resources used by the WPF PatientBanner.&lt;/p&gt;&lt;p&gt;Open Microsoft.Cui.WPFControls&amp;#92;PatientBannerControl&amp;#92;PatientBannerResources.resx and examine the following six entries&amp;#58;&lt;/p&gt;&lt;p&gt;AllergiesNotPresentIconWPFURI&lt;br /&gt;AllergiesPresentIconWPFURI&lt;br /&gt;AllergiesUnavailableIconWPFURI&lt;br /&gt;CollapseImageWPFURI&lt;br /&gt;DropDownImageWPFURI&lt;br /&gt;PatientImageWPFURI&lt;/p&gt;&lt;p&gt;The value for each of these URIs is currently in this format&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#47;Microsoft.Cui.WPFControls&amp;#59;component&amp;#47;PatientBannerControl&amp;#47;AllergiesNotPresentIcon.png&lt;/p&gt;&lt;p&gt;The corrected URIs need to be in this format with &amp;#34;pack&amp;#58;&amp;#47;&amp;#47;application&amp;#58;,,,&amp;#34; added at the beginning&amp;#58;&lt;/p&gt;&lt;p&gt;pack&amp;#58;&amp;#47;&amp;#47;application&amp;#58;,,,&amp;#47;Microsoft.Cui.WPFControls&amp;#59;component&amp;#47;PatientBannerControl&amp;#47;AllergiesNotPresentIcon.png&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Ben&lt;/p&gt;</description><author>bgriffiths</author><pubDate>Mon, 05 Oct 2009 11:09:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: WPF Patient Banner show an exception when collapse. [8901] 20091005110953A</guid></item><item><title>Created Issue: WPF Patient Banner show an exception when collapse. [8901]</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=8901</link><description>Hello&lt;br /&gt;&lt;br /&gt;I have downloaded your source code but I&amp;#39;ve got and error when collapsing the banner for the WPF version of the PatientBanner &amp;#40;no problem with Silverlight or winforms&amp;#41;&lt;br /&gt;The exception is &amp;#34;No information was found about this pixel format&amp;#34;.&lt;br /&gt;&lt;br /&gt;Please feel free to ask me if you want more details.&lt;br /&gt;&lt;br /&gt;Benjamin&lt;br /&gt;</description><author>Dolhmen</author><pubDate>Fri, 02 Oct 2009 15:14:03 GMT</pubDate><guid isPermaLink="false">Created Issue: WPF Patient Banner show an exception when collapse. [8901] 20091002031403P</guid></item><item><title>Commented Issue: NhsCui.Toolkit.WinForms.DateInputBox throws exception when entering date 13-10-2001</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=7957</link><description>An exception is thrown before the user has entered the second &amp;#39;-&amp;#39; character.&lt;br /&gt;&lt;br /&gt;See attachment for stack trace.&lt;br /&gt;Comments: ** Comment from web user: tomchap ** &lt;p&gt;I have posted a fix for the DateInputBox exception below.&lt;/p&gt;&lt;p&gt;Bug location&amp;#58;&lt;br /&gt;Nhs.Toolkit&amp;#92;DateAndTime&amp;#92;NhsDate.cs, line 395&lt;/p&gt;&lt;p&gt;Before&amp;#58;&lt;br /&gt;Regex numericYearMonthRegEx &amp;#61; new Regex&amp;#40;&amp;#34;&amp;#94;&amp;#40;&amp;#63;&amp;#60;Month&amp;#62;0&amp;#63;&amp;#91;1-9&amp;#93;&amp;#124;10&amp;#124;11&amp;#124;12&amp;#124;13&amp;#41;&amp;#91;-&amp;#92;&amp;#92;s&amp;#47;&amp;#93;&amp;#40;&amp;#63;&amp;#60;Year&amp;#62;&amp;#92;&amp;#92;d&amp;#123;4&amp;#125;&amp;#124;&amp;#92;&amp;#92;d&amp;#123;2&amp;#125;&amp;#41;&amp;#36;&amp;#34;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;After&amp;#58;&lt;br /&gt;Regex numericYearMonthRegEx &amp;#61; new Regex&amp;#40;&amp;#34;&amp;#94;&amp;#40;&amp;#63;&amp;#60;Month&amp;#62;0&amp;#63;&amp;#91;1-9&amp;#93;&amp;#124;10&amp;#124;11&amp;#124;12&amp;#41;&amp;#91;-&amp;#92;&amp;#92;s&amp;#47;&amp;#93;&amp;#40;&amp;#63;&amp;#60;Year&amp;#62;&amp;#92;&amp;#92;d&amp;#123;4&amp;#125;&amp;#124;&amp;#92;&amp;#92;d&amp;#123;2&amp;#125;&amp;#41;&amp;#36;&amp;#34;&amp;#41;&amp;#59;&lt;/p&gt;&lt;p&gt;We will introduce the fix into the next version of the Toolkit.&lt;/p&gt;&lt;p&gt;Regards&lt;br /&gt;Tom Chapman&lt;br /&gt;MSCUI Release Manager&lt;/p&gt;</description><author>tomchap</author><pubDate>Fri, 10 Jul 2009 13:21:02 GMT</pubDate><guid isPermaLink="false">Commented Issue: NhsCui.Toolkit.WinForms.DateInputBox throws exception when entering date 13-10-2001 20090710012102P</guid></item><item><title>Commented Issue: NhsCui.Toolkit.WinForms.DateInputBox throws exception when entering date 13-10-2001</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=7957</link><description>An exception is thrown before the user has entered the second &amp;#39;-&amp;#39; character.&lt;br /&gt;&lt;br /&gt;See attachment for stack trace.&lt;br /&gt;Comments: ** Comment from web user: tomchap ** &lt;p&gt;Thanks very much for raising this and for attaching supporting information. We are investigating the issue and will update the issue as soon as we have more information.&lt;/p&gt;</description><author>tomchap</author><pubDate>Thu, 02 Jul 2009 12:25:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: NhsCui.Toolkit.WinForms.DateInputBox throws exception when entering date 13-10-2001 20090702122541P</guid></item><item><title>Created Issue: NhsCui.Toolkit.WinForms.DateInputBox throws exception when entering date 13-10-2001</title><link>http://mscui.codeplex.com/WorkItem/View.aspx?WorkItemId=7957</link><description>An exception is thrown before the user has entered the second &amp;#39;-&amp;#39; character.&lt;br /&gt;&lt;br /&gt;See attachment for stack trace.&lt;br /&gt;</description><author>jonnyr</author><pubDate>Tue, 30 Jun 2009 12:42:51 GMT</pubDate><guid isPermaLink="false">Created Issue: NhsCui.Toolkit.WinForms.DateInputBox throws exception when entering date 13-10-2001 20090630124251P</guid></item><item><title>Created Issue: CUI ASP.NET Validators Dont Work After Partial Postback</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=7061</link><description>Hi &lt;br /&gt;&lt;br /&gt;We have noticed that some of the the CUI Validation controls&amp;#40;we have not tested them all&amp;#41; stop working after a partial postback has occured within an update panel in which they are contained.&lt;br /&gt;&lt;br /&gt;This seems to be due to the way the attributes are added to the markup. Shahed Kahn has a workaround here...&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msmvps.com&amp;#47;blogs&amp;#47;shahed&amp;#47;archive&amp;#47;2008&amp;#47;06&amp;#47;26&amp;#47;asp-net-tips-making-custom-validators-work-in-partial-rendering-mode.aspx&lt;br /&gt;&lt;br /&gt;This is definately a problem with the following validators...&lt;br /&gt;- DateInputBoxValidator&lt;br /&gt;- TimeInputBoxValidator&lt;br /&gt;- TimeSpanInputBoxValidator&lt;br /&gt;&lt;br /&gt;I am also sure that the others will also not work because they all follow the same pattern.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Ben&lt;br /&gt;</description><author>BenCrin4tek</author><pubDate>Tue, 10 Feb 2009 14:31:43 GMT</pubDate><guid isPermaLink="false">Created Issue: CUI ASP.NET Validators Dont Work After Partial Postback 20090210023143P</guid></item><item><title>Closed Issue: VS 2008 reports: The project type is not supported by this installation.</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6708</link><description>I installed the CUI on the machine &amp;#40;Visual Studio 2008 SP1 .NET 3.5 SP1&amp;#41; and followed the getting started page.  When loading the Main.sln the solution fails to load several of the projects with the error shown above.&lt;br /&gt;The failing projects are&amp;#58;&lt;br /&gt;Microsoft.Cui.Controls.csproj&lt;br /&gt;Microsoft.Cui.Data.csproj&lt;br /&gt;Microsoft.Cui.SamplePages.csproj&lt;br /&gt;Microsoft.Cui.IsvDataProvider.csproj&lt;br /&gt;Microsoft.Cui.ShowcaseControls.csproj&lt;br /&gt;Microsoft.Cui.Roadmap.csproj&lt;br /&gt;&lt;br /&gt;I have no idea why these fail.  The remaining projects in the solution build successuflly.&lt;br /&gt;Appreciate any help on this.&lt;br /&gt;Larry&lt;br /&gt;Comments: Closing this issue as no further response</description><author>LucyMarkham</author><pubDate>Fri, 30 Jan 2009 16:56:03 GMT</pubDate><guid isPermaLink="false">Closed Issue: VS 2008 reports: The project type is not supported by this installation. 20090130045603P</guid></item><item><title>Closed Issue: PatientBanner view all Address and Contact click</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6264</link><description>Hi I am using the latest release of PatientBanner &amp;#40;ASP.NET&amp;#41; in my current project. When I click on the view all address or the contact link, the data disappear in the address template box, but all the contact home number and mobile number are still there.&lt;br /&gt;&lt;br /&gt;I tried to re-assign the address value to the PatientBanner inisde the link click event still did not make the address appear, but if I assign an address value which is different to the orignal value, the address appear again in the template box with the new address value.&lt;br /&gt;&lt;br /&gt;Can you inform me a way that I could have my address value stay in the address template box after I have clicked view all address and contact click please.&lt;br /&gt;</description><author>LucyMarkham</author><pubDate>Fri, 30 Jan 2009 16:55:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: PatientBanner view all Address and Contact click 20090130045511P</guid></item><item><title>Closed Issue: BUG: Silverlight AddressLabel does not uniformly check for nulls</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6470</link><description>The Silverlight AddressLabel &amp;#40;Microsoft.Cui.Controls.AddressLabel&amp;#41; control can throw a NullReferenceException when a null value is databound to its properties.&lt;br /&gt;&lt;br /&gt;From the source code I notice that the Postcode property has null checking, whilst the other address properties do not. This is inconsistent - all these properties should check for null values being set and explicitly set the property to string.Empty if a null is passed in.&lt;br /&gt;&lt;br /&gt;Compare the following two methods from the class&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; Gets or sets the country in an address. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; All stored address data should display. If an address element is empty, it will not be displayed. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value&amp;#62;Country in address.&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;        public string Country&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return &amp;#40;string&amp;#41;this.GetValue&amp;#40;CountryProperty&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; this.SetValue&amp;#40;CountryProperty, value&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; Gets or sets the county in an address. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; All stored address data should display. If an address element is empty, it will not be displayed. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value&amp;#62;Postcode in address.&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;        public string Postcode&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return &amp;#40;string&amp;#41;this.GetValue&amp;#40;PostcodeProperty&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;            set&lt;br /&gt;            &amp;#123;&lt;br /&gt;                if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;value&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    this.SetValue&amp;#40;PostcodeProperty, value.ToUpper&amp;#40;CultureInfo.CurrentCulture&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;                else&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    this.SetValue&amp;#40;PostcodeProperty, string.Empty&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>LucyMarkham</author><pubDate>Fri, 30 Jan 2009 16:53:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: BUG: Silverlight AddressLabel does not uniformly check for nulls 20090130045345P</guid></item><item><title>Commented Issue: PatientBanner view all Address and Contact click</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6264</link><description>Hi I am using the latest release of PatientBanner &amp;#40;ASP.NET&amp;#41; in my current project. When I click on the view all address or the contact link, the data disappear in the address template box, but all the contact home number and mobile number are still there.&lt;br /&gt;&lt;br /&gt;I tried to re-assign the address value to the PatientBanner inisde the link click event still did not make the address appear, but if I assign an address value which is different to the orignal value, the address appear again in the template box with the new address value.&lt;br /&gt;&lt;br /&gt;Can you inform me a way that I could have my address value stay in the address template box after I have clicked view all address and contact click please.&lt;br /&gt;Comments: ** Comment from web user: LucyMarkham ** &lt;p&gt;Hello,&lt;br /&gt;Please note we will close this issue shortly, as we have no further information in order to follow this up. Please update if you still require assistance with this.&lt;br /&gt;Regards,&lt;br /&gt;Lucy&lt;/p&gt;</description><author>LucyMarkham</author><pubDate>Thu, 15 Jan 2009 10:56:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: PatientBanner view all Address and Contact click 20090115105617A</guid></item><item><title>Commented Issue: BUG: Silverlight AddressLabel does not uniformly check for nulls</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6470</link><description>The Silverlight AddressLabel &amp;#40;Microsoft.Cui.Controls.AddressLabel&amp;#41; control can throw a NullReferenceException when a null value is databound to its properties.&lt;br /&gt;&lt;br /&gt;From the source code I notice that the Postcode property has null checking, whilst the other address properties do not. This is inconsistent - all these properties should check for null values being set and explicitly set the property to string.Empty if a null is passed in.&lt;br /&gt;&lt;br /&gt;Compare the following two methods from the class&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; Gets or sets the country in an address. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; All stored address data should display. If an address element is empty, it will not be displayed. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value&amp;#62;Country in address.&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;        public string Country&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return &amp;#40;string&amp;#41;this.GetValue&amp;#40;CountryProperty&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; this.SetValue&amp;#40;CountryProperty, value&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; Gets or sets the county in an address. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; All stored address data should display. If an address element is empty, it will not be displayed. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value&amp;#62;Postcode in address.&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;        public string Postcode&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return &amp;#40;string&amp;#41;this.GetValue&amp;#40;PostcodeProperty&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;            set&lt;br /&gt;            &amp;#123;&lt;br /&gt;                if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;value&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    this.SetValue&amp;#40;PostcodeProperty, value.ToUpper&amp;#40;CultureInfo.CurrentCulture&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;                else&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    this.SetValue&amp;#40;PostcodeProperty, string.Empty&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: LucyMarkham ** &lt;p&gt;Hello Joel,&lt;br /&gt;Sorry for the delay in following up on this issue.  For your information, we have logged the issue in our defect tracking system, but we do not currently have a date for applying the fix to the Silverlight&amp;#47;WPF AddressLabel. As your post suggests that you have already implemented a fix to this, we will assume that you don&amp;#39;t require any assistance on this issue. &lt;br /&gt;Regards,&lt;br /&gt;Lucy&lt;br /&gt;&lt;/p&gt;</description><author>LucyMarkham</author><pubDate>Thu, 15 Jan 2009 10:52:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: BUG: Silverlight AddressLabel does not uniformly check for nulls 20090115105248A</guid></item><item><title>Commented Issue: PatientBanner view all Address and Contact click</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6264</link><description>Hi I am using the latest release of PatientBanner &amp;#40;ASP.NET&amp;#41; in my current project. When I click on the view all address or the contact link, the data disappear in the address template box, but all the contact home number and mobile number are still there.&lt;br /&gt;&lt;br /&gt;I tried to re-assign the address value to the PatientBanner inisde the link click event still did not make the address appear, but if I assign an address value which is different to the orignal value, the address appear again in the template box with the new address value.&lt;br /&gt;&lt;br /&gt;Can you inform me a way that I could have my address value stay in the address template box after I have clicked view all address and contact click please.&lt;br /&gt;Comments: ** Comment from web user: LucyMarkham ** &lt;p&gt;Hi Kelvin,&lt;br /&gt;Sorry for the delay in responding -- but we have been unable to reproduce your problem here with the information you have supplied.  It would help to have a sample of your page and code-behind - could you please supply a sample so that we have a repro&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Lucy&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>LucyMarkham</author><pubDate>Thu, 04 Dec 2008 12:28:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: PatientBanner view all Address and Contact click 20081204122853P</guid></item><item><title>Commented Issue: VS 2008 reports: The project type is not supported by this installation.</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6708</link><description>I installed the CUI on the machine &amp;#40;Visual Studio 2008 SP1 .NET 3.5 SP1&amp;#41; and followed the getting started page.  When loading the Main.sln the solution fails to load several of the projects with the error shown above.&lt;br /&gt;The failing projects are&amp;#58;&lt;br /&gt;Microsoft.Cui.Controls.csproj&lt;br /&gt;Microsoft.Cui.Data.csproj&lt;br /&gt;Microsoft.Cui.SamplePages.csproj&lt;br /&gt;Microsoft.Cui.IsvDataProvider.csproj&lt;br /&gt;Microsoft.Cui.ShowcaseControls.csproj&lt;br /&gt;Microsoft.Cui.Roadmap.csproj&lt;br /&gt;&lt;br /&gt;I have no idea why these fail.  The remaining projects in the solution build successuflly.&lt;br /&gt;Appreciate any help on this.&lt;br /&gt;Larry&lt;br /&gt;Comments: ** Comment from web user: LucyMarkham ** &lt;p&gt;Hello Larry,&lt;/p&gt;&lt;p&gt;Is it possible that you have not got the Silverlight Tools for Visual Studio installed&amp;#63; This is usually the reason for this error on trying to load the projects you have listed.&lt;/p&gt;&lt;p&gt;If you want to run the Sample Website you will need to install this - you can get it from http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;129043.  Please make sure you close down the solution and Visual Studio before you install the Silverlight Tools.&lt;/p&gt;&lt;p&gt;If you are only interested in the ASP.NET or Winforms controls, you can still open the solution to view the relevant projects, but the Microsoft.Cui projects will not load. &lt;/p&gt;&lt;p&gt;Do let me know if this does not resolve your issue,&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Lucy&lt;/p&gt;</description><author>LucyMarkham</author><pubDate>Thu, 04 Dec 2008 11:19:45 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS 2008 reports: The project type is not supported by this installation. 20081204111945A</guid></item><item><title>Commented Issue: VS 2008 reports: The project type is not supported by this installation.</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6708</link><description>I installed the CUI on the machine &amp;#40;Visual Studio 2008 SP1 .NET 3.5 SP1&amp;#41; and followed the getting started page.  When loading the Main.sln the solution fails to load several of the projects with the error shown above.&lt;br /&gt;The failing projects are&amp;#58;&lt;br /&gt;Microsoft.Cui.Controls.csproj&lt;br /&gt;Microsoft.Cui.Data.csproj&lt;br /&gt;Microsoft.Cui.SamplePages.csproj&lt;br /&gt;Microsoft.Cui.IsvDataProvider.csproj&lt;br /&gt;Microsoft.Cui.ShowcaseControls.csproj&lt;br /&gt;Microsoft.Cui.Roadmap.csproj&lt;br /&gt;&lt;br /&gt;I have no idea why these fail.  The remaining projects in the solution build successuflly.&lt;br /&gt;Appreciate any help on this.&lt;br /&gt;Larry&lt;br /&gt;Comments: ** Comment from web user: wph101larrya ** &lt;p&gt;I also tried using the &amp;#34;no-source&amp;#34; version as well. When attempting to add the Controls.dll from the clientbin folder to the toolbox Visual Studio 2008 reported that it could not load because a system dll with a 2.0.5.0 version is missing.&lt;/p&gt;&lt;p&gt;Does this not work with 3.5 SP1 version of .NET&amp;#63;&lt;/p&gt;</description><author>wph101larrya</author><pubDate>Wed, 03 Dec 2008 03:05:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: VS 2008 reports: The project type is not supported by this installation. 20081203030507A</guid></item><item><title>Created Issue: VS 2008 reports: The project type is not supported by this installation.</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6708</link><description>I installed the CUI on the machine &amp;#40;Visual Studio 2008 SP1 .NET 3.5 SP1&amp;#41; and followed the getting started page.  When loading the Main.sln the solution fails to load several of the projects with the error shown above.&lt;br /&gt;The failing projects are&amp;#58;&lt;br /&gt;Microsoft.Cui.Controls.csproj&lt;br /&gt;Microsoft.Cui.Data.csproj&lt;br /&gt;Microsoft.Cui.SamplePages.csproj&lt;br /&gt;Microsoft.Cui.IsvDataProvider.csproj&lt;br /&gt;Microsoft.Cui.ShowcaseControls.csproj&lt;br /&gt;Microsoft.Cui.Roadmap.csproj&lt;br /&gt;&lt;br /&gt;I have no idea why these fail.  The remaining projects in the solution build successuflly.&lt;br /&gt;Appreciate any help on this.&lt;br /&gt;Larry&lt;br /&gt;</description><author>wph101larrya</author><pubDate>Wed, 03 Dec 2008 02:35:47 GMT</pubDate><guid isPermaLink="false">Created Issue: VS 2008 reports: The project type is not supported by this installation. 20081203023547A</guid></item><item><title>Commented Issue: Compatability Issues</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=2170</link><description>Hi I am using both the NHS CUI toolkit and the AjaxToolkit and i&amp;#39;m getting compatability issues, either a failure to load the assembly, or after I added the files to the GAC now getting ambigious namespace errors.&lt;br /&gt;&lt;br /&gt;Can you inform me of a way of having both the latest version of the NHS CUI toolkit and the Ajaxtool kit assemblies running within the same application.&lt;br /&gt;Comments: ** Comment from web user: KelvinLok ** &lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;I am having the same problem aswell. Looking at the previous post, would you recommend to replace the source code of the AjaxControlToolkit from the CUI Solution  with the release that people want to use and do a compile. Than reference the re-compiled NhsCui.Tookit.dll into their program&amp;#63;&lt;/p&gt;</description><author>KelvinLok</author><pubDate>Thu, 27 Nov 2008 11:46:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: Compatability Issues 20081127114636A</guid></item><item><title>Commented Issue: BUG: Silverlight AddressLabel does not uniformly check for nulls</title><link>http://www.codeplex.com/mscui/WorkItem/View.aspx?WorkItemId=6470</link><description>The Silverlight AddressLabel &amp;#40;Microsoft.Cui.Controls.AddressLabel&amp;#41; control can throw a NullReferenceException when a null value is databound to its properties.&lt;br /&gt;&lt;br /&gt;From the source code I notice that the Postcode property has null checking, whilst the other address properties do not. This is inconsistent - all these properties should check for null values being set and explicitly set the property to string.Empty if a null is passed in.&lt;br /&gt;&lt;br /&gt;Compare the following two methods from the class&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; Gets or sets the country in an address. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; All stored address data should display. If an address element is empty, it will not be displayed. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value&amp;#62;Country in address.&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;        public string Country&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get &amp;#123; return &amp;#40;string&amp;#41;this.GetValue&amp;#40;CountryProperty&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;            set &amp;#123; this.SetValue&amp;#40;CountryProperty, value&amp;#41;&amp;#59; &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; Gets or sets the county in an address. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;summary&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; All stored address data should display. If an address element is empty, it will not be displayed. &lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;&amp;#47;remarks&amp;#62;&lt;br /&gt;        &amp;#47;&amp;#47;&amp;#47; &amp;#60;value&amp;#62;Postcode in address.&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;        public string Postcode&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return &amp;#40;string&amp;#41;this.GetValue&amp;#40;PostcodeProperty&amp;#41;&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;&lt;br /&gt;            set&lt;br /&gt;            &amp;#123;&lt;br /&gt;                if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;value&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    this.SetValue&amp;#40;PostcodeProperty, value.ToUpper&amp;#40;CultureInfo.CurrentCulture&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;                else&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    this.SetValue&amp;#40;PostcodeProperty, string.Empty&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: mikefenna ** &lt;p&gt;Thanks for raising this Joel.  We&amp;#39;re looking into this and will update the work item here.&lt;/p&gt;</description><author>mikefenna</author><pubDate>Wed, 29 Oct 2008 10:23:53 GMT</pubDate><guid isPermaLink="false">Commented Issue: BUG: Silverlight AddressLabel does not uniformly check for nulls 20081029102353A</guid></item></channel></rss>