<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>servicefactory Work Item Rss Feed</title><link>http://www.codeplex.com/servicefactory/WorkItem/List.aspx</link><description>servicefactory Work Item Rss Description</description><item><title>Created Issue: Microsoft.Practices.VisualStudio.Helper.ProjectNode.GetEvaluatedProperty(..., ..., true) [10960]</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10960</link><description>Hi,&lt;br /&gt;&lt;br /&gt;There is a bug in &amp;#34;public static string GetEvaluatedProperty&amp;#40;EnvDTE.Project project, string propertyName, bool throwIfNotFound&amp;#41;&amp;#34;. If true is passed to throwIfNotFound, the exception is always thrown, even if the property exist with a valid value.&lt;br /&gt;&lt;br /&gt;The issue can be recreated if you use a WebApplication instead of a Web Project for the Host. The error occurs when you try to Generate the proxy.&lt;br /&gt;&lt;br /&gt;The error is throw when Microsoft.Practices.ServiceFactory.ValueProviders.HostModelEndpointAddressProvider calls browseURL &amp;#61; node.GetEvaluatedProperty&amp;#40;&amp;#34;WebApplication.BrowseURL&amp;#34;, true&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;The fix is simple, change the following line&amp;#58;&lt;br /&gt;if &amp;#40;throwIfNotFound&amp;#41;&lt;br /&gt;for&amp;#58;&lt;br /&gt;if &amp;#40;string.IsNullOrEmpty&amp;#40;value&amp;#41; &amp;#38;&amp;#38; throwIfNotFound&amp;#41;&lt;br /&gt;</description><author>ejobin</author><pubDate>Wed, 18 Nov 2009 19:15:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Microsoft.Practices.VisualStudio.Helper.ProjectNode.GetEvaluatedProperty(..., ..., true) [10960] 20091118071555P</guid></item><item><title>Created Issue: Message contracts automatically created when "&lt;none&gt;" is selected?!?! [10925]</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10925</link><description>I am using the visual designer provided by the WSSF and I have implemented an operation contract of the following format &amp;#34;PingResponse Ping&amp;#40;&amp;#41;&amp;#34;. As you can see, I have implemented a &amp;#34;PingResponse&amp;#34; message contract and associated it with the Response object for the Ping operation. However, when I generate the service reference I end up with &amp;#34;PingResponse Ping&amp;#40;PingRequest&amp;#41;&amp;#34;. It looks like the &amp;#34;PingRequest&amp;#34; object is being automatically generated. Is there any way to prevent this&amp;#63;&lt;br /&gt;</description><author>husterk</author><pubDate>Wed, 11 Nov 2009 16:16:18 GMT</pubDate><guid isPermaLink="false">Created Issue: Message contracts automatically created when "&lt;none&gt;" is selected?!?! [10925] 20091111041618P</guid></item><item><title>Created Issue: How to customize comments in Data Modeller? [10880]</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10880</link><description>I am using Data Modeller to create my data contracts. I am also creating a service documentation with these DTOs.&lt;br /&gt;But if i re-generate the data contracts, i will lose my comments.&lt;br /&gt;Is there a way to preserve or store tjhe comments associated with DTOs&amp;#63;&lt;br /&gt;</description><author>sharpost</author><pubDate>Wed, 04 Nov 2009 11:53:14 GMT</pubDate><guid isPermaLink="false">Created Issue: How to customize comments in Data Modeller? [10880] 20091104115314A</guid></item><item><title>Created Issue: Is it possible to do reordering of DTO's elements? (e.g. according to Order) [10873]</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10873</link><description>Is it possible to do reordering of DTO&amp;#39;s elements&amp;#63; &amp;#40;e.g. according to Order&amp;#41;&lt;br /&gt;</description><author>sharpost</author><pubDate>Tue, 03 Nov 2009 13:10:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Is it possible to do reordering of DTO's elements? (e.g. according to Order) [10873] 20091103011056P</guid></item><item><title>Commented Issue: Host Explorer and Host Designer Surface not shown. [10001]</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10001</link><description>Hi all,&lt;br /&gt;&lt;br /&gt;My Setup&amp;#58;&lt;br /&gt;Windows 2003 Server&lt;br /&gt;VS2008 &amp;#43; SP1&lt;br /&gt;GAX &amp;#43; Update&lt;br /&gt;&lt;br /&gt;When I add a Host model to my project an xml is shown and not the expected designer surface. &lt;br /&gt;The host explorer window is not shown eather. &lt;br /&gt;&lt;br /&gt;Can anyone help me on this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: TomInLA ** &lt;p&gt;Never mind, it didn&amp;#39;t actually create the host model the first time and I was looking at the wrong window. Once I re-added the host model, it worked as it should.&lt;/p&gt;</description><author>TomInLA</author><pubDate>Fri, 11 Sep 2009 05:17:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Host Explorer and Host Designer Surface not shown. [10001] 20090911051720A</guid></item><item><title>Commented Issue: Host Explorer and Host Designer Surface not shown. [10001]</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10001</link><description>Hi all,&lt;br /&gt;&lt;br /&gt;My Setup&amp;#58;&lt;br /&gt;Windows 2003 Server&lt;br /&gt;VS2008 &amp;#43; SP1&lt;br /&gt;GAX &amp;#43; Update&lt;br /&gt;&lt;br /&gt;When I add a Host model to my project an xml is shown and not the expected designer surface. &lt;br /&gt;The host explorer window is not shown eather. &lt;br /&gt;&lt;br /&gt;Can anyone help me on this&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: TomInLA ** &lt;p&gt;I have a similar issue. I add a Host model to my project, I get the designer surface, but not the host explorer. I go View&amp;#47;Other Windows&amp;#47; and Host Explorer is not there. Where did it go&amp;#63;&lt;/p&gt;</description><author>TomInLA</author><pubDate>Fri, 11 Sep 2009 05:08:59 GMT</pubDate><guid isPermaLink="false">Commented Issue: Host Explorer and Host Designer Surface not shown. [10001] 20090911050859A</guid></item><item><title>Created Issue: How to Rename a Service</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10440</link><description>I would like to rename a WCF service, which would start with renaming the service and data contracts.  I renamed them as well as being sure to rename the properties for each object.  I then opened the files as text and did a search and replace.  This allowed me to successfully validate.  However, when I clicked &amp;#8220;Generate Code&amp;#8221; I received a number of errors, among them&amp;#58;&lt;br /&gt;&lt;br /&gt;Errors when I do a &amp;#8220;Generate Code&amp;#8221; for ReportDataService.ServiceContract&lt;br /&gt;Error      1              A reference to the component &amp;#39;Platts.WCFBroker.MessageContracts&amp;#39; already exists in the project.                          0              0              &lt;br /&gt;Error      2              A reference to the component &amp;#39;Platts.WCFBroker.DataContracts&amp;#39; already exists in the project.                   0                0              &lt;br /&gt;Error      3              A reference to the component &amp;#39;Platts.WCFBroker.ServiceContracts&amp;#39; already exists in the project.                             0              0              &lt;br /&gt;&lt;br /&gt;Has anyone else ever done this&amp;#63;  Any wisdom would be greatly appreciated.&lt;br /&gt;&lt;br /&gt;Many thanks,&lt;br /&gt;&lt;br /&gt;- Rich&lt;br /&gt;</description><author>Tournesol143</author><pubDate>Tue, 11 Aug 2009 21:13:05 GMT</pubDate><guid isPermaLink="false">Created Issue: How to Rename a Service 20090811091305P</guid></item><item><title>Commented Issue: System Exception: Cannot add the item because the item to add it to is not a solution folder or the solution</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=8287</link><description>Hello,&lt;br /&gt;&lt;br /&gt;Is there any reason why this error would show when trying to add an ASMX Implementation Project&amp;#63; Is there a work around&amp;#63;  I had no problem adding the WCF implementation project for the HOL.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Sheriff&lt;br /&gt;Comments: ** Comment from web user: deboeck ** &lt;p&gt;Hi Sheriff,&lt;/p&gt;&lt;p&gt;  How long is the path that your solution lives under&amp;#63; I had exactly the same issue, shortening the path solved this issue.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Bart&lt;/p&gt;</description><author>deboeck</author><pubDate>Thu, 25 Jun 2009 15:22:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: System Exception: Cannot add the item because the item to add it to is not a solution folder or the solution 20090625032238P</guid></item><item><title>Created Issue: Host Explorer and Host Designer Surface not shown.</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=10001</link><description>Hi all,&lt;br /&gt;&lt;br /&gt;My Setup&amp;#58;&lt;br /&gt;Windows 2003 Server&lt;br /&gt;VS2008 &amp;#43; SP1&lt;br /&gt;GAX &amp;#43; Update&lt;br /&gt;&lt;br /&gt;When I add a Host model to my project an xml is shown and not the expected designer surface. &lt;br /&gt;The host explorer window is not shown eather. &lt;br /&gt;&lt;br /&gt;Can anyone help me on this&amp;#63;&lt;br /&gt;</description><author>sliesenb</author><pubDate>Mon, 18 May 2009 08:56:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Host Explorer and Host Designer Surface not shown. 20090518085651A</guid></item><item><title>Created Issue: System.FormatException: Input string was not in a correct format.</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=9961</link><description>Hi,&lt;br /&gt;I am getting the below error when trying the generate the code or validate the datacontracts created by web services factory.&amp;#40;Web Service Software Factory&amp;#58; Modeling Edition - February 2008&amp;#41;. This error is for the default hands on lab exercise files.&lt;br /&gt;My env&amp;#58;&lt;br /&gt;Visual studion Team system 2008. Developer Edition&lt;br /&gt;windows xp sp3&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;System.Exception&amp;#58; 0 is not a valid value for Int32. ---&amp;#62; System.FormatException&amp;#58; Input string was not in a correct format.&lt;br /&gt;   at System.Number.StringToNumber&amp;#40;String str, NumberStyles options, NumberBuffer&amp;#38; number, NumberFormatInfo info, Boolean parseDecimal&amp;#41;&lt;br /&gt;   at System.Number.ParseInt32&amp;#40;String s, NumberStyles style, NumberFormatInfo info&amp;#41;&lt;br /&gt;   at System.ComponentModel.Int32Converter.FromString&amp;#40;String value, NumberFormatInfo formatInfo&amp;#41;&lt;br /&gt;   at System.ComponentModel.BaseNumberConverter.ConvertFrom&amp;#40;ITypeDescriptorContext context, CultureInfo culture, Object value&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at System.ComponentModel.BaseNumberConverter.ConvertFrom&amp;#40;ITypeDescriptorContext context, CultureInfo culture, Object value&amp;#41;&lt;br /&gt;   at System.ComponentModel.TypeConverter.ConvertFromString&amp;#40;ITypeDescriptorContext context, CultureInfo culture, String text&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.RangeValidatorData.DoCreateValidator&amp;#40;Type targetType&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidatorData.DoCreateValidator&amp;#40;Type targetType, Type ownerType, MemberValueAccessBuilder memberValueAccessBuilder&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidatorData.Microsoft.Practices.EnterpriseLibrary.Validation.IValidatorDescriptor.CreateValidator&amp;#40;Type targetType, Type ownerType, MemberValueAccessBuilder memberValueAccessBuilder&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ValidatorBuilderBase.CreateValidatorForValidatedElement&amp;#40;IValidatedElement validatedElement, CompositeValidatorBuilderCreator validatorBuilderCreator&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ValidatorBuilderBase.CollectValidatorsForProperties&amp;#40;IEnumerable&amp;#96;1 validatedElements, List&amp;#96;1 validators, Type ownerType&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ValidatorBuilderBase.CreateValidator&amp;#40;IValidatedType validatedType&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ConfigurationValidatorBuilder.CreateValidator&amp;#40;Type type, ValidatedTypeReference typeReference, String ruleset&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ConfigurationValidatorBuilder.CreateValidator&amp;#40;Type type, String ruleset&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ValidationFactory.InnerCreateValidatorFromConfiguration&amp;#40;Type targetType, String ruleset, IConfigurationSource configurationSource&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ValidationFactory.CreateValidator&amp;#40;Type targetType, String ruleset, IConfigurationSource configurationSource, Boolean cacheValidator&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.ValidationFactory.CreateValidator&amp;#40;Type targetType, String ruleset, IConfigurationSource configurationSource&amp;#41;&lt;br /&gt;   at Microsoft.Practices.ServiceFactory.Validation.ConfigurableObjectValidator&amp;#96;1.DoValidate&amp;#40;T objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.ServiceFactory.Validation.ExtenderObjectValidator.DoValidate&amp;#40;Object objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Validator&amp;#96;1.DoValidate&amp;#40;Object objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Validators.AndCompositeValidator.DoValidate&amp;#40;Object objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Validators.ValueAccessValidator.DoValidate&amp;#40;Object objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Validators.AndCompositeValidator.DoValidate&amp;#40;Object objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Validators.ValidatorWrapper.DoValidate&amp;#40;Object objectToValidate, Object currentTarget, String key, ValidationResults validationResults&amp;#41;&lt;br /&gt;   at Microsoft.Practices.EnterpriseLibrary.Validation.Validator.Validate&amp;#40;Object target&amp;#41;&lt;br /&gt;   at Microsoft.Practices.Modeling.CodeGeneration.ValidationEngine.DoValidate&amp;#40;IConfigurationSource config, ModelElement element, ValidationContext context, String ruleSet&amp;#41;&lt;br /&gt;   at Microsoft.Practices.Modeling.CodeGeneration.ValidationEngine.Validate&amp;#40;ValidationElementState state, ValidationContext context, ModelElement currentElement, String ruleSet&amp;#41;&amp;#9;C&amp;#58;&amp;#92;...&amp;#92;Web Service Factory&amp;#92;HandsOnLab&amp;#92;Exercise5&amp;#92;After&amp;#92;BlueYonderAirlines&amp;#92;BlueYonderAirlines&amp;#92;CommonTypes.datacontract&amp;#9;0&amp;#9;1&amp;#9;BlueYonderAirlines&lt;br /&gt;</description><author>vkc</author><pubDate>Tue, 12 May 2009 01:18:48 GMT</pubDate><guid isPermaLink="false">Created Issue: System.FormatException: Input string was not in a correct format. 20090512011848A</guid></item><item><title>Commented Issue: Data Contract: Attempt to set Data Type Causes Bug</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=4538</link><description>When using the Data Contract Modeler, I am unable to change the datatype of any member by using the Properties window. I get &amp;#34;Attempted to read or write protected memory. This is often an indication that other memory is corrupt.&amp;#34; This is repeatable. It happens every time even after a reboot.&lt;br /&gt;&lt;br /&gt;1. Create a Data Contract Model&lt;br /&gt;2. Drag a Data Contract onto the model&lt;br /&gt;3. Call it &amp;#34;Order&amp;#34;&lt;br /&gt;4. Add Primitive Data type - call it &amp;#34;Id&amp;#34;&lt;br /&gt;5. Attempt to change data type in Properties window&lt;br /&gt;&lt;br /&gt;I have attached the two files. I cannot go any further. I need to do a demo Tuesday of this stuff and I cannot change any data types. I would appreciate any help. This is on Vista.&lt;br /&gt;Comments: ** Comment from web user: kocur ** &lt;p&gt;I just got this issue recently. I do not have or had VS2008 installed. The issue seems to go away when you modify and save the XML datacontract file directly. &lt;/p&gt;</description><author>kocur</author><pubDate>Mon, 04 May 2009 08:17:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: Data Contract: Attempt to set Data Type Causes Bug 20090504081718A</guid></item><item><title>Created Issue: Multi service endpoints and proxy generation</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=9782</link><description>Se details in thread&amp;#58; http&amp;#58;&amp;#47;&amp;#47;servicefactory.codeplex.com&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;53226&lt;br /&gt;</description><author>hernandelahitte</author><pubDate>Thu, 16 Apr 2009 17:45:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Multi service endpoints and proxy generation 20090416054538P</guid></item><item><title>Commented Issue: Some Property Values in Service And Data Model are not really persisted...</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=8908</link><description>HI,&lt;br /&gt;&lt;br /&gt;I met a problem upon modelling the service and data contracts in my project. Indeed, I noticed that the model actually looses itself some Configuration&amp;#47;Property values of the model. Till now, I noticed that&amp;#58;&lt;br /&gt;- the collection types &amp;#40;for DataContractCollection&amp;#41;&lt;br /&gt;as well as&lt;br /&gt;- the policy &amp;#40;by using Entlib extensions&amp;#41;&lt;br /&gt;- the order property of each member&lt;br /&gt;are lost each time you proceed with the following manipulation&amp;#58;&lt;br /&gt;&lt;br /&gt;1 - you set one of these properties &amp;#40;collection type, Order, etc....&amp;#41;&lt;br /&gt;2 - you save your model and close it.&lt;br /&gt;3 - you just reopen the model.&lt;br /&gt;&lt;br /&gt;After that you see that all the things you just set simply disappeared &amp;#33;&lt;br /&gt;&lt;br /&gt;For the Order property that&amp;#39;s still ok since you can right-click an do re-order property easily. But for the rest, this bug is really heavy, overall if you work in collaboration with other colleagues, that have to do it by their own as well each time they need to go further with the project &amp;#33;&lt;br /&gt;&lt;br /&gt;Thanks for your help&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: nadimus ** &lt;p&gt;I would like to add that Reply Action value under Service Contract&amp;#39;s Operation is not being persisted as well.&lt;/p&gt;</description><author>nadimus</author><pubDate>Thu, 02 Apr 2009 14:57:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Some Property Values in Service And Data Model are not really persisted... 20090402025731P</guid></item><item><title>Commented Issue: Use relative paths in implementation project assignment</title><link>http://servicefactory.codeplex.com/WorkItem/View.aspx?WorkItemId=5966</link><description>In the host model, the host application is assigned an absolute path while the client application uses relative paths. There should always only reletive paths be used.&lt;br /&gt;Comments: ** Comment from web user: azeemfraz ** &lt;p&gt;I agree, we are facing issues due to this. We have host application shared among us in TFS and if someone has different folder structure, it causes issues for him. And if he make changes and checks it in, it will cause issues to rest of the developers.&lt;/p&gt;</description><author>azeemfraz</author><pubDate>Fri, 20 Mar 2009 15:53:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Use relative paths in implementation project assignment 20090320035322P</guid></item><item><title>Created Issue: NullReference Exception: Rule=Microsoft.Practices.FxCop.Rules.WcfSemantic#WSSF0013, target &lt;exe&gt; : Object reference not set to an instance of an object.</title><link>http://www.codeplex.com/servicefactory/WorkItem/View.aspx?WorkItemId=9133</link><description>Problem_Description&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61; &lt;br /&gt;We have an application that has N tier architecture that includes WCF service. When running the Code Analysis rule for one of the WCF project, there is a &lt;br /&gt;NullReference Exception&amp;#58; Error 1 CA0001 &amp;#58; Rule&amp;#61;Microsoft.Practices.FxCop.Rules.WcfSemantic&amp;#35;WSSF0013, Target&amp;#61;achmea.dbd.agro.rabobank.propositie.servicelaag.consolehost.exe &amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;Assessment So far&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61; &lt;br /&gt; - We could figure out that the issue occurs on machines which have Web Service Security Guidance Package Feb 2008 installed&lt;br /&gt; - We dubugged the Microsoft.Practices.FxCop.Rules.WcfSemantic assembly &amp;#40;This assembly is part of Web Service Software Factory and contains these custom rules&amp;#41; and found that&lt;br /&gt;issue is happening with Rule&amp;#35; 13 because Rule&amp;#35; 12 modifies the state of an object &amp;#40;TypeNode&amp;#41; that is then passed to Rule&amp;#35; 13. &lt;br /&gt;&lt;br /&gt;More information&amp;#58;&lt;br /&gt;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&amp;#61;&lt;br /&gt;- Following is the exception call stack&amp;#58;&lt;br /&gt;&amp;#60;Exceptions&amp;#62;&lt;br /&gt;  &amp;#60;Exception Keyword&amp;#61;&amp;#34;CA0001&amp;#34; Kind&amp;#61;&amp;#34;Rule&amp;#34; TypeName&amp;#61;&amp;#34;ContractBindingMismatch&amp;#34; Category&amp;#61;&amp;#34;Microsoft.Practices.FxCop.Rules.WcfSemantic&amp;#34; CheckId&amp;#61;&amp;#34;WSSF0013&amp;#34; Target&amp;#61;&amp;#34;achmea.dbd.agro.rabobank.propositie.servicelaag.consolehost.exe&amp;#34;&amp;#62;&lt;br /&gt;   &amp;#60;Type&amp;#62;System.NullReferenceException&amp;#60;&amp;#47;Type&amp;#62;&lt;br /&gt;   &amp;#60;ExceptionMessage&amp;#62;Object reference not set to an instance of an object.&amp;#60;&amp;#47;ExceptionMessage&amp;#62;&lt;br /&gt;   &amp;#60;StackTrace&amp;#62;   at Microsoft.FxCop.Sdk.MetadataReader.ReadFieldTable&amp;#40;&amp;#41;   &lt;br /&gt;   at Microsoft.FxCop.Sdk.MetadataReader.get_FieldTable&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.FxCop.Sdk.Reader.GetTypeMembers&amp;#40;TypeNode type, Object handle&amp;#41;&lt;br /&gt;   at Microsoft.FxCop.Sdk.TypeNode.get_Members&amp;#40;&amp;#41;&lt;br /&gt;   at Microsoft.Practices.FxCop.Rules.WcfSemantic.ContractBindingMismatch.EvaluateRule&amp;#40;TypeNode type, AttributeNode attribute, String binding&amp;#41;&lt;br /&gt;   at Microsoft.Practices.FxCop.Rules.WcfSemantic.ContractBindingRule.EvaluateTypeNode&amp;#40;TypeNode type, String binding&amp;#41;&lt;br /&gt;   at Microsoft.Practices.FxCop.Rules.WcfSemantic.ContractBindingRule.&amp;#38;lt&amp;#59;Check&amp;#38;gt&amp;#59;b__0&amp;#40;TypeNode node, ServiceEndpointElement endpoint&amp;#41;&lt;br /&gt;   at Microsoft.Practices.FxCop.Rules.WcfSemantic.SemanticRulesUtilities.EvaluateContracts&amp;#40;ServiceModelConfigurationManager configurationManager, ModuleNode module, Contract contract&amp;#41;&lt;br /&gt;   at Microsoft.Practices.FxCop.Rules.WcfSemantic.ContractBindingRule.Check&amp;#40;ModuleNode module&amp;#41;&lt;br /&gt;   at Microsoft.FxCop.Engines.Introspection.AnalysisVisitor.CheckModule&amp;#40;ModuleNode node, TargetModule target&amp;#41;&amp;#60;&amp;#47;StackTrace&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;Exception&amp;#62;&lt;br /&gt; &amp;#60;&amp;#47;Exceptions&amp;#62;&lt;br /&gt;</description><author>meetamitbhatia</author><pubDate>Mon, 02 Feb 2009 13:55:02 GMT</pubDate><guid isPermaLink="false">Created Issue: NullReference Exception: Rule=Microsoft.Practices.FxCop.Rules.WcfSemantic#WSSF0013, target &lt;exe&gt; : Object reference not set to an instance of an object. 20090202015502P</guid></item><item><title>Created Issue: Confusing Edit Mapping view</title><link>http://www.codeplex.com/servicefactory/WorkItem/View.aspx?WorkItemId=9095</link><description>See on the screen. It is really hard to make mappings in real world - many fields, very long names. There are no scrollbars and when I expand &amp;#40;make window larger&amp;#41; main Mapping windows I just see more gray field.&lt;br /&gt;&lt;br /&gt;This bug also exists in before Service Factory &amp;#40;under Visual Studio 2005&amp;#41;.&lt;br /&gt;&lt;br /&gt;Lukasz&lt;br /&gt;</description><author>lukaszow</author><pubDate>Thu, 29 Jan 2009 11:48:55 GMT</pubDate><guid isPermaLink="false">Created Issue: Confusing Edit Mapping view 20090129114855A</guid></item><item><title>Created Issue: Could not found the References virtual node</title><link>http://www.codeplex.com/servicefactory/WorkItem/View.aspx?WorkItemId=8998</link><description>When I add WCF Implementation Projects, I had this error &amp;#58;&lt;br /&gt;---------------------------&lt;br /&gt;Could not found the References virtual node&lt;br /&gt;    at SolutionListenerForProjectReferenceUpdate.GetProjectReferencesContainingThisProject&amp;#40;IVsHierarchy inputHierarchy&amp;#41;  &lt;br /&gt;    at SolutionListenerForProjectReferenceUpdate.OnAfterRenameProject&amp;#40;IVsHierarchy hierarchy&amp;#41;  &lt;br /&gt;    at Solution2.AddSolutionFolder&amp;#40;String Name&amp;#41;  &lt;br /&gt;    at VszWizard.EnvDTE.IDTWizard.Execute&amp;#40;Object Application, Int32 hwndOwner, Object&amp;#91;&amp;#93;&amp;#38; ContextParams, Object&amp;#91;&amp;#93;&amp;#38; CustomParams, wizardResult&amp;#38; retval&amp;#41;  &lt;br /&gt;    at IVsSolution3.CreateNewProjectViaDlgEx&amp;#40;String pszDlgTitle, String pszTemplateDir, String pszExpand, String pszSelect, String pszHelpTopic, UInt32 cnpvdeFlags, IVsBrowseProjectLocation pBrowse&amp;#41;  &lt;br /&gt;    at TemplateMenuCommand.OnExec&amp;#40;&amp;#41;  &lt;br /&gt;    at AssetMenuCommand.Invoke&amp;#40;&amp;#41;  &lt;br /&gt;    at AssetMenuCommand.Invoke&amp;#40;Object inArg, IntPtr outArg&amp;#41;  &lt;br /&gt;    at OleMenuCommandService.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec&amp;#40;Guid&amp;#38; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut&amp;#41;  &lt;br /&gt;    at Package.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec&amp;#40;Guid&amp;#38; guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr pIn, IntPtr vOut&amp;#41;  &lt;br /&gt;    at UnsafeNativeMethods.CallWindowProc&amp;#40;IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam&amp;#41;  &lt;br /&gt;    at NativeWindow.DefWndProc&amp;#40;Message&amp;#38; m&amp;#41;  &lt;br /&gt;    at NativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;  &lt;br /&gt;    at Win32TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;  &lt;br /&gt;    at NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;  &lt;br /&gt;    at UnsafeNativeMethods.CallWindowProc&amp;#40;IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam&amp;#41;  &lt;br /&gt;    at NativeWindow.DefWndProc&amp;#40;Message&amp;#38; m&amp;#41;  &lt;br /&gt;    at NativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;  &lt;br /&gt;    at Win32TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;  &lt;br /&gt;    at NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;</description><author>Sophiane</author><pubDate>Wed, 21 Jan 2009 23:15:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Could not found the References virtual node 20090121111547P</guid></item><item><title>Created Issue: Blueyonderairlines.ssfproduct Cannot be opened</title><link>http://www.codeplex.com/servicefactory/WorkItem/View.aspx?WorkItemId=8961</link><description>when i try to load the 15 minute walk through I am getting &lt;br /&gt;Blueyonderairlines.ssfproduct Cannot be opened because its project type is not support by this version of the application&lt;br /&gt;&lt;br /&gt;I followed the thread http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;servicefactory&amp;#47;Thread&amp;#47;View.aspx&amp;#63;ThreadId&amp;#61;10929 but it didn&amp;#39;t help &lt;br /&gt;Have I got an old version on my machine or &amp;#63;&amp;#63;&lt;br /&gt;&lt;br /&gt;I did extract the following any help please&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dumping OS details...&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;OS version&amp;#58; Microsoft Windows NT 5.1.2600 Service Pack 3, v.3244&lt;br /&gt;CLR version&amp;#58; 2.0.50727.3053&lt;br /&gt;&lt;br /&gt;Dumping GAX hive...&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;Guidance Automation Extensions&lt;br /&gt;    Value CurrentVersion&amp;#61;1.4 - &amp;#40;String&amp;#41;&lt;br /&gt;    Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;Guidance Automation Extensions&amp;#92;Compatibility&lt;br /&gt;        Value 1.3&amp;#61;1 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value 1.2&amp;#61;1 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value 1.1&amp;#61;1 - &amp;#40;DWord&amp;#41;&lt;br /&gt;    Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;Guidance Automation Extensions&amp;#92;Hosts&lt;br /&gt;        Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;Guidance Automation Extensions&amp;#92;Hosts&amp;#92;VisualStudio&lt;br /&gt;            Value CurrentHive&amp;#61;8.0 - &amp;#40;String&amp;#41;&lt;br /&gt;            Value 9.0&amp;#61;9.0 - &amp;#40;String&amp;#41;&lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;DUMP INFORMATION FOR 8.0 VS HIVE&lt;br /&gt;    &lt;br /&gt;    MainManifest &amp;#40;8.0&amp;#41;&lt;br /&gt;    ------------------------------------------------&lt;br /&gt;    FileName&amp;#58; D&amp;#58;&amp;#92;Users&amp;#92;Public&amp;#92;Application Data&amp;#92;Microsoft&amp;#92;Recipe Framework&amp;#92;RecipeFramework8.0.xml&lt;br /&gt;    WARNING&amp;#58; Unable to find the D&amp;#58;&amp;#92;Users&amp;#92;Public&amp;#92;Application Data&amp;#92;Microsoft&amp;#92;Recipe Framework&amp;#92;RecipeFramework8.0.xml specified file.&lt;br /&gt;    &lt;br /&gt;    Registry Info &amp;#40;8.0&amp;#41;&lt;br /&gt;    --------------------------------------------------------------------&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#92;RecipeManagerPackage not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#92;Packages&amp;#92;&amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125; not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;ADFC4E64-0397-11D1-9F4E-00A0C911004F&amp;#125; not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;F1536EF8-92EC-443C-9ED7-FDADF150DA82&amp;#125; not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0&amp;#92;ToolWindows&amp;#92;&amp;#123;90e51bf7-d80a-4fa1-8a20-2641cbb842f4&amp;#125; not registered.&lt;br /&gt;    &lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;DUMP INFORMATION FOR 8.0Exp VS HIVE&lt;br /&gt;    &lt;br /&gt;    MainManifest &amp;#40;8.0Exp&amp;#41;&lt;br /&gt;    ------------------------------------------------&lt;br /&gt;    FileName&amp;#58; D&amp;#58;&amp;#92;Users&amp;#92;Public&amp;#92;Application Data&amp;#92;Microsoft&amp;#92;Recipe Framework&amp;#92;RecipeFramework8.0Exp.xml&lt;br /&gt;    WARNING&amp;#58; Unable to find the D&amp;#58;&amp;#92;Users&amp;#92;Public&amp;#92;Application Data&amp;#92;Microsoft&amp;#92;Recipe Framework&amp;#92;RecipeFramework8.0Exp.xml specified file.&lt;br /&gt;    &lt;br /&gt;    Registry Info &amp;#40;8.0Exp&amp;#41;&lt;br /&gt;    --------------------------------------------------------------------&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0Exp&amp;#92;RecipeManagerPackage not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0Exp&amp;#92;Packages&amp;#92;&amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125; not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0Exp&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;ADFC4E64-0397-11D1-9F4E-00A0C911004F&amp;#125; not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0Exp&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;F1536EF8-92EC-443C-9ED7-FDADF150DA82&amp;#125; not registered.&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;8.0Exp&amp;#92;ToolWindows&amp;#92;&amp;#123;90e51bf7-d80a-4fa1-8a20-2641cbb842f4&amp;#125; not registered.&lt;br /&gt;    &lt;br /&gt;----------------------------------------------------------------------------------------------------&lt;br /&gt;DUMP INFORMATION FOR 9.0 VS HIVE&lt;br /&gt;    &lt;br /&gt;    MainManifest &amp;#40;9.0&amp;#41;&lt;br /&gt;    ------------------------------------------------&lt;br /&gt;    FileName&amp;#58; D&amp;#58;&amp;#92;Users&amp;#92;Public&amp;#92;Application Data&amp;#92;Microsoft&amp;#92;Recipe Framework&amp;#92;RecipeFramework9.0.xml&lt;br /&gt;    &amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34;&amp;#63;&amp;#62;&lt;br /&gt;&amp;#60;RecipeFramework SchemaVersion&amp;#61;&amp;#34;1.0&amp;#34; TraceLevel&amp;#61;&amp;#34;Error&amp;#34; xmlns&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;pag&amp;#47;gax-manifest&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;Hosts&amp;#62;&lt;br /&gt;    &amp;#60;Host Name&amp;#61;&amp;#34;VisualStudio&amp;#34; InstallerType&amp;#61;&amp;#34;Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller, Microsoft.Practices.RecipeFramework.VisualStudio&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;Hosts&amp;#62;&lt;br /&gt;  &amp;#60;GuidancePackages&amp;#62;&lt;br /&gt;    &amp;#60;GuidancePackage Name&amp;#61;&amp;#34;MetaGuidancePackage&amp;#34; Version&amp;#61;&amp;#34;1.0&amp;#34; Caption&amp;#61;&amp;#34;Guidance Package Development&amp;#34; Description&amp;#61;&amp;#34;&amp;#34; Host&amp;#61;&amp;#34;VisualStudio&amp;#34; Guid&amp;#61;&amp;#34;23FC29C9-FAFE-47f1-B633-B548E788DDDF&amp;#34; ConfigurationFile&amp;#61;&amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft&amp;#92;Guidance Automation Toolkit for Visual Studio 2008&amp;#92;Microsoft.Practices.RecipeFramework.MetaGuidancePackage.xml&amp;#34; Timestamp&amp;#61;&amp;#34;633384510740000000&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;GuidancePackages&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;RecipeFramework&amp;#62;&lt;br /&gt;    &lt;br /&gt;    Registry Info &amp;#40;9.0&amp;#41;&lt;br /&gt;    --------------------------------------------------------------------&lt;br /&gt;    Key Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;RecipeManagerPackage not registered.&lt;br /&gt;    Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;Packages&amp;#92;&amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125;&lt;br /&gt;        Value InprocServer32&amp;#61;c&amp;#58;&amp;#92;WINDOWS&amp;#92;system32&amp;#92;mscoree.dll - &amp;#40;String&amp;#41;&lt;br /&gt;        Value Class&amp;#61;Microsoft.Practices.RecipeFramework.VisualStudio.RecipeManagerPackage - &amp;#40;String&amp;#41;&lt;br /&gt;        Value CodeBase&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 9.0&amp;#92;Common7&amp;#92;IDE&amp;#92;PublicAssemblies&amp;#92;Microsoft.Practices.RecipeFramework.VisualStudio.DLL - &amp;#40;String&amp;#41;&lt;br /&gt;        Value ID&amp;#61;1 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value MinEdition&amp;#61;Standard - &amp;#40;String&amp;#41;&lt;br /&gt;        Value ProductVersion&amp;#61;1.0 - &amp;#40;String&amp;#41;&lt;br /&gt;        Value ProductName&amp;#61;recipe framework - &amp;#40;String&amp;#41;&lt;br /&gt;        Value CompanyName&amp;#61;Microsoft - &amp;#40;String&amp;#41;&lt;br /&gt;        Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;Packages&amp;#92;&amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125;&amp;#92;SatelliteDll&lt;br /&gt;            Value Path&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 9.0&amp;#92;Common7&amp;#92;IDE&amp;#92;PublicAssemblies - &amp;#40;String&amp;#41;&lt;br /&gt;            Value DllName&amp;#61;Microsoft.Practices.RecipeFramework.VisualStudioUI.dll - &amp;#40;String&amp;#41;&lt;br /&gt;        Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;Packages&amp;#92;&amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125;&amp;#92;Templates&lt;br /&gt;            Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;Packages&amp;#92;&amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125;&amp;#92;Templates&amp;#92;&amp;#123;23fc29c9-fafe-47f1-b633-b548e788dddf&amp;#125;&lt;br /&gt;                Value LastTemplate&amp;#61;4 - &amp;#40;DWord&amp;#41;&lt;br /&gt;                Value PackageName&amp;#61;MetaGuidancePackage - &amp;#40;String&amp;#41;&lt;br /&gt;                Value 1&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft&amp;#92;Guidance Automation Toolkit for Visual Studio 2008&amp;#92;Templates&amp;#92;Items&amp;#92;Action&amp;#92;Action.vstemplate - &amp;#40;String&amp;#41;&lt;br /&gt;                Value 2&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft&amp;#92;Guidance Automation Toolkit for Visual Studio 2008&amp;#92;Templates&amp;#92;Solutions&amp;#92;GuidancePackageSolution.vstemplate - &amp;#40;String&amp;#41;&lt;br /&gt;                Value 3&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft&amp;#92;Guidance Automation Toolkit for Visual Studio 2008&amp;#92;Templates&amp;#92;Solutions&amp;#92;Projects&amp;#92;GuidancePackage&amp;#92;GuidancePackage.vstemplate - &amp;#40;String&amp;#41;&lt;br /&gt;                Value 4&amp;#61;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft&amp;#92;Guidance Automation Toolkit for Visual Studio 2008&amp;#92;Templates&amp;#92;Solutions&amp;#92;Projects&amp;#92;GuidancePackageInstaller&amp;#92;GuidancePackageInstaller.vstemplate - &amp;#40;String&amp;#41;&lt;br /&gt;    Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;ADFC4E64-0397-11D1-9F4E-00A0C911004F&amp;#125;&lt;br /&gt;        Value &amp;#123;53544C4D-E3F8-4AA0-8195-8A8D16019423&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value &amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;ADFC4E64-0397-11D1-9F4E-00A0C911004F&amp;#125;&amp;#92;Packages&lt;br /&gt;            Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;ADFC4E64-0397-11D1-9F4E-00A0C911004F&amp;#125;&amp;#92;Packages&amp;#92;&amp;#123;23fc29c9-fafe-47f1-b633-b548e788dddf&amp;#125;&lt;br /&gt;    Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;F1536EF8-92EC-443C-9ED7-FDADF150DA82&amp;#125;&lt;br /&gt;        Value &amp;#123;C9DD4A57-47FB-11D2-83E7-00C04F9902C1&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value &amp;#123;72391CE3-743A-4a55-8927-4217541F6517&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value &amp;#123;488366a4-630c-4a0e-a6a2-b019cee13bea&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value &amp;#123;77d93a80-73fc-40f8-87db-acd3482964b2&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Value &amp;#123;815946b0-1c0d-4eab-8226-36ea3c59162a&amp;#125;&amp;#61;0 - &amp;#40;DWord&amp;#41;&lt;br /&gt;        Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;F1536EF8-92EC-443C-9ED7-FDADF150DA82&amp;#125;&amp;#92;Packages&lt;br /&gt;            Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;AutoLoadPackages&amp;#92;&amp;#123;F1536EF8-92EC-443C-9ED7-FDADF150DA82&amp;#125;&amp;#92;Packages&amp;#92;&amp;#123;23fc29c9-fafe-47f1-b633-b548e788dddf&amp;#125;&lt;br /&gt;    Key&amp;#58; HKEY_LOCAL_MACHINE&amp;#92;Software&amp;#92;Microsoft&amp;#92;VisualStudio&amp;#92;9.0&amp;#92;ToolWindows&amp;#92;&amp;#123;90e51bf7-d80a-4fa1-8a20-2641cbb842f4&amp;#125;&lt;br /&gt;        Value Name&amp;#61;Microsoft.Practices.RecipeFramework.VisualStudio.ToolWindow.GuidanceNavigatorWindow - &amp;#40;String&amp;#41;&lt;br /&gt;    &lt;br /&gt;    PublicAssemblies directory folder &amp;#40;9.0&amp;#41; C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Visual Studio 9.0&amp;#92;Common7&amp;#92;IDE&amp;#92;PublicAssemblies.&lt;br /&gt;    --------------------------------------------------------------------&lt;br /&gt;    Assembly&amp;#58; Microsoft.Practices.Common, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.ComponentModel, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework.Common, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.9&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework.Library, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.9&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework.PackageManagement, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework.VisualStudio.Common, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework.VisualStudio, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.9&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.RecipeFramework.VisualStudio.Library, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;Assembly&amp;#58; Microsoft.Practices.WizardFramework, Version&amp;#61;1.4.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;b03f5f7f11d50a3a, FileVersion&amp;#58; 1.4.0.8&lt;br /&gt;</description><author>Livrish</author><pubDate>Mon, 19 Jan 2009 09:06:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Blueyonderairlines.ssfproduct Cannot be opened 20090119090611A</guid></item><item><title>Commented Issue: Description property missing</title><link>http://www.codeplex.com/servicefactory/WorkItem/View.aspx?WorkItemId=5882</link><description>Every data contract item and service contract item should have a &amp;#39;Description&amp;#39; property &amp;#40;multi-line string&amp;#41;. This description should be written to the respective &amp;#47;&amp;#47;&amp;#47;Summary comment when code is generated.&lt;br /&gt;With that given, a more verbous documentation could be generated using Sandcastle.&lt;br /&gt;Comments: ** Comment from web user: prenou ** &lt;p&gt;Actually, it would be even better that this description should be in the dedicated description attribute on each operation and class of the generated code, as it is really clearly explained in this website&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;andrewtokeley.net&amp;#47;archive&amp;#47;2008&amp;#47;10&amp;#47;30&amp;#47;adding-wsdl-documentation-to-your-wcf-services.aspx&lt;/p&gt;&lt;p&gt;Indeed, the given description would then be directly published in the WSDL as well &amp;#33; And the user will thus directly have all the information he needs to use the web service. That would be really powerful&amp;#33;&lt;br /&gt;example&amp;#58;&lt;br /&gt;&amp;#91;WebService&amp;#40;Description&amp;#61;&amp;#34;A description of this service...&amp;#34;&amp;#41;&amp;#93;&lt;br /&gt;public class CustomerService &amp;#58; System.Web.Services.WebService&lt;br /&gt;&amp;#123;&lt;br /&gt;     &amp;#91;WebMethod&amp;#40;Description&amp;#61;&amp;#34;A description of this operation...&amp;#34;&amp;#41;&amp;#93;&lt;br /&gt;     public string HelloWorld&amp;#40;&amp;#41;&lt;br /&gt;     &amp;#123;&lt;br /&gt;             return &amp;#34;Hello World&amp;#34;&amp;#59;&lt;br /&gt;     &amp;#125;&lt;br /&gt;&amp;#125;&lt;/p&gt;&lt;p&gt;-&amp;#62; produce automatically in the wsdl&amp;#58;&lt;br /&gt;&amp;#60;wsdl&amp;#58;definitions targetNamespace&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;tempuri.org&amp;#47;&amp;#34;&amp;#62;&lt;br /&gt;    &amp;#60;wsdl&amp;#58;documentation&amp;#62;A description of this service...&amp;#60;&amp;#47;wsdl&amp;#58;documentation&amp;#62;&lt;br /&gt;     ...&lt;br /&gt;    &amp;#60;wsdl&amp;#58;portType name&amp;#61;&amp;#34;CustomerServiceSoap&amp;#34;&amp;#62;&lt;br /&gt;        &amp;#60;wsdl&amp;#58;operation name&amp;#61;&amp;#34;HelloWorld&amp;#34;&amp;#62;&lt;br /&gt;            &amp;#60;wsdl&amp;#58;documentation&amp;#62;A description of this operation...&amp;#60;&amp;#47;wsdl&amp;#58;documentation&amp;#62;&lt;br /&gt;            &amp;#60;wsdl&amp;#58;input message&amp;#61;&amp;#34;tns&amp;#58;HelloWorldSoapIn&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;            &amp;#60;wsdl&amp;#58;output message&amp;#61;&amp;#34;tns&amp;#58;HelloWorldSoapOut&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;        &amp;#60;&amp;#47;wsdl&amp;#58;operation&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;wsdl&amp;#58;portType&amp;#62;&lt;br /&gt;    ...&lt;br /&gt;&amp;#60;&amp;#47;wsdl&amp;#58;definitions&amp;#62;&lt;/p&gt;</description><author>prenou</author><pubDate>Wed, 14 Jan 2009 13:45:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Description property missing 20090114014501P</guid></item><item><title>Commented Issue: Duplicate class in generated client proxy</title><link>http://www.codeplex.com/servicefactory/WorkItem/View.aspx?WorkItemId=5647</link><description>Using the VS2008 version I followd the hand-on-lab with an own service. Everything worked alright up to  Ex &amp;#35;7. The created client proxy &amp;#40;see &amp;#92;WCFConverter&amp;#92;Tests&amp;#92;WCFConverter.Client&amp;#92;Service References&amp;#41; is not compilable, as it generated duplicate implementations from WCFCommonData&amp;#58;&amp;#58;ParameterValue. Using svcutil to generate the proxy class works well &amp;#40;ConverterProxy - Kopie.cs&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: joelthedrummer ** &lt;p&gt;You might want to try making the IsWrapped property consistent for the request and response messages for each operation.  This solved a similar problem that I was experiencing &amp;#40;outside of the hands-on-lab, though&amp;#41;.&lt;/p&gt;</description><author>joelthedrummer</author><pubDate>Tue, 13 Jan 2009 19:25:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Duplicate class in generated client proxy 20090113072507P</guid></item></channel></rss>