<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>csd Forum Rss Feed</title><link>http://www.codeplex.com/csd/Thread/List.aspx</link><description>csd Forum Rss Description</description><item><title>New Post: Nested Structures</title><link>http://csd.codeplex.com/discussions/406262</link><description>&lt;div style="line-height: normal;"&gt;I'm afraid I'm denser than you: could you elaborate on how you go about &amp;quot;Chaining collections together&amp;quot;?  I'm trying to achieve the same effect as you describe in your original post.&lt;br /&gt;
&lt;/div&gt;</description><author>DLBlanchard</author><pubDate>Tue, 21 May 2013 09:47:25 GMT</pubDate><guid isPermaLink="false">New Post: Nested Structures 20130521094725A</guid></item><item><title>New Post: Read configuration element data that is not in an attribute?</title><link>http://csd.codeplex.com/discussions/437734</link><description>&lt;div style="line-height: normal;"&gt;Ok I missed that this is currently possible by setting flag &amp;quot;Has Custom Child Elements&amp;quot; to true.&lt;br /&gt;
If I have for example configuration element named OperationElement with such flag I have to write partial class&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;public partial class OperationElement
{
    public string Script { get; set; }
    private bool HandleUnrecognizedElement(string elementName, global::System.Xml.XmlReader reader)
    {
        this.Script = reader.ReadString();
        return true;
    }
}
&lt;/code&gt;&lt;/pre&gt;

And all works as expected&lt;br /&gt;
&lt;/div&gt;</description><author>AdaskoTheBeAsT</author><pubDate>Mon, 08 Apr 2013 11:34:33 GMT</pubDate><guid isPermaLink="false">New Post: Read configuration element data that is not in an attribute? 20130408113433A</guid></item><item><title>New Post: Read configuration element data that is not in an attribute?</title><link>http://csd.codeplex.com/discussions/437734</link><description>&lt;div style="line-height: normal;"&gt;It would be also nice if CSD would allow to use CData elements.&lt;br /&gt;
&lt;br /&gt;
I found sample implementation here &lt;br /&gt;
&lt;a href="http://devpinoy.org/blogs/jakelite/archive/2009/03/22/how-to-add-cdata-or-text-in-a-configurationelement.aspx" rel="nofollow"&gt;Sample article&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>AdaskoTheBeAsT</author><pubDate>Mon, 08 Apr 2013 10:57:03 GMT</pubDate><guid isPermaLink="false">New Post: Read configuration element data that is not in an attribute? 20130408105703A</guid></item><item><title>New Post: Read configuration element data that is not in an attribute?</title><link>http://csd.codeplex.com/discussions/437734</link><description>&lt;div style="line-height: normal;"&gt;I have an optional element hanging off my configuration called cnfNotes; my intention is to have this node basically be a free text field like so:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;account id=&amp;quot;someid&amp;quot; name=&amp;quot;somename&amp;quot; ...&amp;gt;
    &amp;lt;bankInfo id=&amp;quot;someid&amp;quot; name=&amp;quot;somename&amp;quot;... /&amp;gt;
    &amp;lt;notes&amp;gt;
        blah blah blah...
    &amp;lt;/notes&amp;gt;
&amp;lt;/account&amp;gt;&lt;/code&gt;&lt;/pre&gt;

...but I cannot figure out how to access this value programmatically.  Is this not supported?&lt;br /&gt;
&lt;/div&gt;</description><author>jholovacs</author><pubDate>Sat, 23 Mar 2013 13:50:25 GMT</pubDate><guid isPermaLink="false">New Post: Read configuration element data that is not in an attribute? 20130323015025P</guid></item><item><title>New Post: Sharing items between diagrams</title><link>http://csd.codeplex.com/discussions/437465</link><description>&lt;div style="line-height: normal;"&gt;First I would like to send a big Thank You for everyone participating in this great tool, because it makes creating configurations a joy. The question I face now is that is it possible to share items (sections, elements, etc.) between diagrams? I think the answer is no, because the code for the diagrams is always re-generated.&lt;br /&gt;
I think it would be a nice feature to allow elements and collections be shared among diagrams, because now if I need to have some elements be shared among diagrams (have the same name), it is possible to copy-paste them, but they result in identical generated classes thus collide with each other (not if I put them into different namespaces or rename them). If this tool would allow referring to content in other diagrams, this issue would not arise.&lt;br /&gt;
&lt;/div&gt;</description><author>janimatyastct</author><pubDate>Thu, 21 Mar 2013 10:15:26 GMT</pubDate><guid isPermaLink="false">New Post: Sharing items between diagrams 20130321101526A</guid></item><item><title>New Post: Cannot find a schema that defines target namespace ..</title><link>http://csd.codeplex.com/discussions/434068</link><description>&lt;div style="line-height: normal;"&gt;I get the following warning:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Warning 1   Cannot find a schema that defines target namespace 'http://schemas.microsoft.com/dsltools/ConfigurationSectionDesigner', schema validation skipped. M:\Dok\Visual Studio 2012\Projects\ServiceBrokerLib\ServiceBrokerLib\ConfigurationDesigner.csd  2   2
&lt;/code&gt;&lt;/pre&gt;

I use the latest version of the VS2012 extension.&lt;br /&gt;
&lt;/div&gt;</description><author>jgauffin</author><pubDate>Fri, 22 Feb 2013 06:45:53 GMT</pubDate><guid isPermaLink="false">New Post: Cannot find a schema that defines target namespace .. 20130222064553A</guid></item><item><title>New Post: ConfigurationElementCollection and the generated XSD</title><link>http://csd.codeplex.com/discussions/404661</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Has there been any progress on this?&lt;br /&gt;
&lt;br /&gt;
Best,&lt;br /&gt;
&lt;br /&gt;
Asher&lt;br /&gt;
&lt;/div&gt;</description><author>AsherBarak</author><pubDate>Mon, 18 Feb 2013 08:22:08 GMT</pubDate><guid isPermaLink="false">New Post: ConfigurationElementCollection and the generated XSD 20130218082208A</guid></item><item><title>New Post: Custom type problem</title><link>http://csd.codeplex.com/discussions/430339</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi and thank u again for this brilliant tool. We used to use in when we where using VS 2010. and after moving to VS 2012 it was one of those few extensions we were messing a lot :). I am very glad to see this project is still alive and u added support for
 VS 2012, but what we can not figure out is, how to add custom types? the only option we have is by right-clicking on designer and selecting import external enum, but even in this case we have to choose external DLL file. what we want to to is to use Types
 from same project (In our case configuration section designer is part of our Class Library project). can u explain this a little bit?&lt;/p&gt;
&lt;p&gt;in VS 2010 we could right-click on Type Definitions root node and select add from there but now there is no menu entry there.&lt;/p&gt;
&lt;p&gt;so let me ask u one more time, how to work with custom types in VS2012 and Config Section Designer?&lt;/p&gt;
&lt;/div&gt;</description><author>taicodev</author><pubDate>Mon, 21 Jan 2013 20:46:06 GMT</pubDate><guid isPermaLink="false">New Post: Custom type problem 20130121084606P</guid></item><item><title>New Post: ConfigurationElementCollection and the generated XSD</title><link>http://csd.codeplex.com/discussions/404661</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Has there been a fix for this? (Have been busy and might have missed it.)&lt;/p&gt;
&lt;/div&gt;</description><author>CCPFC</author><pubDate>Fri, 11 Jan 2013 16:56:45 GMT</pubDate><guid isPermaLink="false">New Post: ConfigurationElementCollection and the generated XSD 20130111045645P</guid></item><item><title>New Post: Nested Structures</title><link>http://csd.codeplex.com/discussions/406262</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;In case there is anyone else as dense as me. &amp;nbsp;This is easy just by chaining Collections together and ending with an element.&lt;/p&gt;
&lt;/div&gt;</description><author>CCPFC</author><pubDate>Fri, 11 Jan 2013 16:53:48 GMT</pubDate><guid isPermaLink="false">New Post: Nested Structures 20130111045348P</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'll fix it during this week (i hope)&lt;/p&gt;
&lt;/div&gt;</description><author>iLMaX</author><pubDate>Mon, 07 Jan 2013 22:58:36 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20130107105836P</guid></item><item><title>New Post: Documentation update</title><link>http://csd.codeplex.com/discussions/415217</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have updated the documentation to include instructions for VS 2012. I have also included links to the required SDKs.&lt;/p&gt;
&lt;/div&gt;</description><author>andym1978</author><pubDate>Sat, 22 Dec 2012 15:23:59 GMT</pubDate><guid isPermaLink="false">New Post: Documentation update 20121222032359P</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;IlMax is now working on this one.&lt;/p&gt;
&lt;/div&gt;</description><author>andym1978</author><pubDate>Wed, 19 Dec 2012 15:12:59 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20121219031259P</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I had to rollback the changes temporarily due to some issues. We will let you know when it is ready.&lt;/p&gt;
&lt;/div&gt;</description><author>andym1978</author><pubDate>Tue, 18 Dec 2012 19:20:41 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20121218072041P</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is this tracked somewhere? Can you share a link to the bug/patch/...? Need a beta-tester? B-)&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>fdsaasdf</author><pubDate>Tue, 18 Dec 2012 09:43:12 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20121218094312A</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have applied a user submitted patch that may help with this issue. I've uploaded the source code. If no issues found, we will include this in next build.&lt;/p&gt;
&lt;/div&gt;</description><author>andym1978</author><pubDate>Mon, 17 Dec 2012 16:42:15 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20121217044215P</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Thank you for the comment. This is currently an active work item for this project, so will hopefully be completed soon.&lt;/p&gt;
&lt;/div&gt;</description><author>andym1978</author><pubDate>Mon, 17 Dec 2012 14:39:19 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20121217023919P</guid></item><item><title>New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property?</title><link>http://csd.codeplex.com/discussions/406983</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;[This question originally asked on StackOverflow.com, but got no attention &lt;a href="http://stackoverflow.com/q/13863411/11545"&gt;
there&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm using&amp;nbsp;&lt;a rel="nofollow" href="http://csd.codeplex.com/"&gt;Configuration Section Designer (CSD)&lt;/a&gt;&amp;nbsp;to manage my .NET app.config file structure, and so far I'm lovin' it.&lt;/p&gt;
&lt;p&gt;Problem is, I need a collection of items that doesn't lend itself to having a key. This is a list of permissions having a type {User | Group} and a name. There can be several items of the same type and several items of the same name.&lt;/p&gt;
&lt;p&gt;It makes sense not to be able to do this using a collection of type&amp;nbsp;&lt;code&gt;BasicMap&lt;/code&gt;; but what about&amp;nbsp;&lt;code&gt;AddRemoveClearMap&lt;/code&gt;&amp;nbsp;collections? (Ok, the 'map' in&amp;nbsp;&lt;code&gt;AddRemoveClearMap&lt;/code&gt;&amp;nbsp;doesn't help, I need list semantics).&lt;/p&gt;
&lt;p&gt;This is what CSD says when I try to configure it like this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The Item Type of this collection does not have a key property.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Here's a &lt;a href="http://i.stack.imgur.com/ADChI.png"&gt;screenshot&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any pointers are welcome.&lt;/p&gt;
&lt;p&gt;PS.&amp;nbsp;&lt;a href="http://stackoverflow.com/a/1471051/11545"&gt;This StackOverflow answer&lt;/a&gt;&amp;nbsp;suggests I add a bogus (unique) GUID property to the objects in the collection and use that as the key. Is there a way to bend CSD to allow that, short of editing
 the CSD source code?&lt;/p&gt;
&lt;/div&gt;</description><author>fdsaasdf</author><pubDate>Mon, 17 Dec 2012 12:07:38 GMT</pubDate><guid isPermaLink="false">New Post: Configuration Collection of type 'AddRemoveClearMap': why do children need a key property? 20121217120738P</guid></item><item><title>New Post: VS 11 Support</title><link>http://csd.codeplex.com/discussions/353266</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Same here, great work!&lt;/p&gt;
&lt;/div&gt;</description><author>Atrejoe</author><pubDate>Mon, 10 Dec 2012 19:46:52 GMT</pubDate><guid isPermaLink="false">New Post: VS 11 Support 20121210074652P</guid></item><item><title>New Post: VS 11 Support</title><link>http://csd.codeplex.com/discussions/353266</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Great. Thanks for the help.&lt;/p&gt;
&lt;/div&gt;</description><author>andym1978</author><pubDate>Mon, 10 Dec 2012 16:55:46 GMT</pubDate><guid isPermaLink="false">New Post: VS 11 Support 20121210045546P</guid></item></channel></rss>