<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0"><channel><title>ccnetconfig Work Item Rss Feed</title><link>http://www.codeplex.com/WorkItem/List.aspx?ProjectName=ccnetconfig</link><description>ccnetconfig Work Item Rss Description</description><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CCNetConfig/IssueTracker" type="application/rss+xml" /><item><title>Created Issue: NUnit Configuration Elements</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=23255</link><description>First off, fantastic project...&lt;br /&gt;&lt;br /&gt;CCnetconfig currently not supporting include&amp;#47;exlude categories, if you manually add them to the xml next time you run ccnetconfig it seems to take them out.&lt;br /&gt;&lt;br /&gt;as per http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;NUnit&amp;#43;Task&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Lcl7Rzi8m8frqoIGoRUKWjcnR5Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lcl7Rzi8m8frqoIGoRUKWjcnR5Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Lcl7Rzi8m8frqoIGoRUKWjcnR5Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Lcl7Rzi8m8frqoIGoRUKWjcnR5Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>frasera</author><pubDate>Fri, 26 Jun 2009 10:47:57 GMT</pubDate><guid isPermaLink="false">Created Issue: NUnit Configuration Elements 20090626104757A</guid></item><item><title>Commented Issue: VersionFileDialog fails in x64</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=10848</link><description>Problem contain attempting to use CCNetConfig on Win64.&lt;br /&gt;&lt;br /&gt;THe latest build will run, and allow you to select a config file &amp;#38; version, but crashes immediately after that.&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; The path is not of a legal form.&lt;br /&gt;   at System.IO.Path.NormalizePathFast&amp;#40;String path, Boolean fullCheck&amp;#41;&lt;br /&gt;   at System.IO.FileInfo..ctor&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.OpenConfigurationFile&amp;#40;&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.openConfigurationToolButton&lt;br /&gt;&lt;br /&gt;THe crash happens in OpenConfigurationFile, by the lines&lt;br /&gt;          CreateConfigurationNode &amp;#40; vfd.SelectedVersion &amp;#41;&amp;#59;&lt;br /&gt;          this.addProjectToolButton.Enabled &amp;#61; true&amp;#59;&lt;br /&gt;          FileInfo file &amp;#61; new FileInfo &amp;#40; vfd.FileName &amp;#41;&amp;#59;&lt;br /&gt;          if &amp;#40; file.Exists &amp;#41; &amp;#123;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;vfd.FileName is null.   As far as I can deduce, the HandleNotifyMessage of VersionFileDialog just doesn&amp;#39;t work in x64 &amp;#40;so _fileNames is never filled, so FileName is always null&amp;#41;.&lt;br /&gt;Comments: ** Comment from web user: dodgyrabbit ** &lt;p&gt;Seems like this is still an issue when running it on a 64 bit machine... but you can work around it.&lt;br /&gt;Force the program to run in 32 bit mode on a 64 bit machine. Simply execute this from the command line&amp;#58;&lt;br /&gt;corflags CCNetConfig.exe &amp;#47;32bit&amp;#43;&lt;/p&gt;&lt;p&gt;Alternatively, compile from source and set the target as x86.&lt;/p&gt;&lt;p&gt;You can find corflags.exe under C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft SDKs&amp;#92;Windows&amp;#92;v7.0A&amp;#92;bin or something similar.&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NaqRKTC60578VM840-Loeyv1_FM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NaqRKTC60578VM840-Loeyv1_FM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NaqRKTC60578VM840-Loeyv1_FM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NaqRKTC60578VM840-Loeyv1_FM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>dodgyrabbit</author><pubDate>Thu, 25 Jun 2009 01:56:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: VersionFileDialog fails in x64 20090625015647A</guid></item><item><title>Created Issue: subversion timeout value not saved correctly to XML</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22971</link><description>When configuring the SVN sourcecontrol for my project, I try to set a timeout value of 40 minutes &amp;#40;using the Unit &amp;#38; Duration UI fields&amp;#41;.&lt;br /&gt;This is what it saves to XML&amp;#58;&lt;br /&gt;&lt;br /&gt;    &amp;#60;sourcecontrol type&amp;#61;&amp;#34;svn&amp;#34;&amp;#62;&lt;br /&gt;      &amp;#60;trunkUrl&amp;#62;svn&amp;#58;&amp;#47;&amp;#47;myrepo&amp;#47;trunk&amp;#60;&amp;#47;trunkUrl&amp;#62;&lt;br /&gt;      &amp;#60;workingDirectory&amp;#62;e&amp;#58;&amp;#92;svn&amp;#92;trunk&amp;#60;&amp;#47;workingDirectory&amp;#62;&lt;br /&gt;      &amp;#60;username&amp;#62;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#60;&amp;#47;username&amp;#62;&lt;br /&gt;      &amp;#60;password&amp;#62;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;f&amp;#60;&amp;#47;password&amp;#62;&lt;br /&gt;&amp;#9;  &amp;#60;timeout unit&amp;#61;&amp;#34;Minutes&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;    &amp;#60;&amp;#47;sourcecontrol&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;IOW, the timeout value is missing. If I try to use the Default units and just specify the duration the timeout element is simply empty&amp;#58;&lt;br /&gt;&amp;#9;  &amp;#60;timeout &amp;#47;&amp;#62;&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QI6fYWxScmuUc-uAQe7XXwGAWrg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QI6fYWxScmuUc-uAQe7XXwGAWrg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QI6fYWxScmuUc-uAQe7XXwGAWrg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QI6fYWxScmuUc-uAQe7XXwGAWrg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>assaf</author><pubDate>Sun, 07 Jun 2009 16:09:48 GMT</pubDate><guid isPermaLink="false">Created Issue: subversion timeout value not saved correctly to XML 20090607040948P</guid></item><item><title>Created Issue: project category missing bug</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22726</link><description>fixed an error. Category missing in the project when serializing. Fix it simple by add the element to the root node&amp;#58;&lt;br /&gt;&lt;br /&gt;project.cs&amp;#58;&lt;br /&gt;&lt;br /&gt;    public XmlElement Serialize &amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;      Version versionInfo &amp;#61; Util.GetTypeDescriptionProviderVersion &amp;#40; this.GetType &amp;#40;&amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;      XmlDocument doc &amp;#61; new XmlDocument &amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;      XmlElement root &amp;#61; doc.CreateElement &amp;#40; &amp;#34;project&amp;#34; &amp;#41;&amp;#59;&lt;br /&gt;      root.SetAttribute &amp;#40; &amp;#34;name&amp;#34;, Util.CheckRequired &amp;#40; this, &amp;#34;name&amp;#34;, this.Name &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;      &amp;#47;&amp;#47; 1.3 introduced the queue and queue priority&lt;br /&gt;      if &amp;#40; versionInfo.CompareTo &amp;#40; new Version &amp;#40; &amp;#34;1.3&amp;#34; &amp;#41; &amp;#41; &amp;#62;&amp;#61; 0 &amp;#41; &amp;#123;&lt;br /&gt;        if &amp;#40; &amp;#33;string.IsNullOrEmpty &amp;#40; this.Queue &amp;#41; &amp;#41;&lt;br /&gt;          root.SetAttribute &amp;#40; &amp;#34;queue&amp;#34;, this.Queue &amp;#41;&amp;#59;&lt;br /&gt;        if&amp;#40;this.QueuePriority.HasValue &amp;#41;&lt;br /&gt;          root.SetAttribute &amp;#40; &amp;#34;queuePriority&amp;#34;, this.QueuePriority.Value.ToString &amp;#40; &amp;#41; &amp;#41;&amp;#59;&lt;br /&gt;        XmlElement tele &amp;#61; doc.CreateElement &amp;#40; &amp;#34;category&amp;#34; &amp;#41;&amp;#59;&lt;br /&gt;        tele.InnerText &amp;#61; this.Category&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;        root.AppendChild&amp;#40; tele &amp;#41;&amp;#59; &amp;#47;&amp;#47; added&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kYOJZ2SHyaChgw--fr0R9WOWGw4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kYOJZ2SHyaChgw--fr0R9WOWGw4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kYOJZ2SHyaChgw--fr0R9WOWGw4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kYOJZ2SHyaChgw--fr0R9WOWGw4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>comtronic</author><pubDate>Tue, 26 May 2009 13:55:42 GMT</pubDate><guid isPermaLink="false">Created Issue: project category missing bug 20090526015542P</guid></item><item><title>Commented Issue: Add  Package Publisher for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22221</link><description>Generates a ZIP file package containing the specified files.&lt;br /&gt;&lt;br /&gt;This publisher also allows the generation of a &amp;#34;manifest&amp;#34; to include in the package. A manifest contains additional details on the package, both at a general level and at a file level.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;Package&amp;#43;Publisher&lt;br /&gt;Comments: ** Comment from web user: comtronic ** &lt;p&gt;Do you want me to help you add this quite important publisher&amp;#63; By the way, thank you for a great tool&amp;#33;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mI26Ll6cvM8coXZlfMNogl8bcn8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mI26Ll6cvM8coXZlfMNogl8bcn8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mI26Ll6cvM8coXZlfMNogl8bcn8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mI26Ll6cvM8coXZlfMNogl8bcn8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>comtronic</author><pubDate>Tue, 26 May 2009 13:51:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add  Package Publisher for 1.4.4 support 20090526015135P</guid></item><item><title>Created Issue: Rss Publisher , fail on save, or loadVersion  CCNetConfig.0.6.46726.1</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22542</link><description>If you add an rss publisher, you cannot save it gives and error that the filename cannot be null or empty. &lt;br /&gt;&lt;br /&gt;if you manually put the &amp;#60;rss &amp;#47;&amp;#62; tag in then ccnetconfig will not load the file properly , it asks you if you want to ignore, manually edit etc&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1kx4cXnTul20jhLTd6Em2CrCox0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1kx4cXnTul20jhLTd6Em2CrCox0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1kx4cXnTul20jhLTd6Em2CrCox0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1kx4cXnTul20jhLTd6Em2CrCox0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 19:34:21 GMT</pubDate><guid isPermaLink="false">Created Issue: Rss Publisher , fail on save, or loadVersion  CCNetConfig.0.6.46726.1 20090521073421P</guid></item><item><title>Commented Issue: Add ModificationHistoryPublisher, recieve error  . Version</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22541</link><description>Add a ModificationHistoryPublisher, select something else click back on the ModificationHistoryPublisher, get error&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.NotImplementedException&amp;#58; The method or operation is not implemented.&lt;br /&gt;   at CCNetConfig.CCNet.ModificationHistoryPublisher.get_DocumentationUri&amp;#40;&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig.CCNet&amp;#92;PublisherTask&amp;#92;ModificationHistoryPublisher.cs&amp;#58;line 91&lt;br /&gt;   at CCNetConfig.UI.MainForm.OnPublisherItemTreeNodeMouseClick&amp;#40;TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1238&lt;br /&gt;   at CCNetConfig.UI.MainForm.tvProjects_NodeMouseClick&amp;#40;Object sender, TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 277&lt;br /&gt;   at System.Windows.Forms.TreeView.WmNotify&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.BugTracking&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.BugTracking.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ypezrwar&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ghpue-du&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;fjiok26h&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;pcsbhab-&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Design&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Design&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Design.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Merlin&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;Merlin.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.EXE&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web.Services&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Web.Services&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.Services.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.CCNet&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.CCNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;MerlinStepLibrary&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;MerlinStepLibrary.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;ScintillaNet&lt;br /&gt;    Assembly Version&amp;#58; 2.0.3138.25704&lt;br /&gt;    Win32 Version&amp;#58; 2.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;ScintillaNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_64&amp;#47;System.Web&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Accessibility&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Accessibility&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;Accessibility.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: stevenna ** &lt;p&gt;Version  CCNetConfig.0.6.46726.1&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zYl5VLAEiTImxSjyjced8H1rpuE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zYl5VLAEiTImxSjyjced8H1rpuE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zYl5VLAEiTImxSjyjced8H1rpuE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zYl5VLAEiTImxSjyjced8H1rpuE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 19:24:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add ModificationHistoryPublisher, recieve error  . Version 20090521072414P</guid></item><item><title>Created Issue: Add ModificationHistoryPublisher, recieve error  . Version</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22541</link><description>Add a ModificationHistoryPublisher, select something else click back on the ModificationHistoryPublisher, get error&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.NotImplementedException&amp;#58; The method or operation is not implemented.&lt;br /&gt;   at CCNetConfig.CCNet.ModificationHistoryPublisher.get_DocumentationUri&amp;#40;&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig.CCNet&amp;#92;PublisherTask&amp;#92;ModificationHistoryPublisher.cs&amp;#58;line 91&lt;br /&gt;   at CCNetConfig.UI.MainForm.OnPublisherItemTreeNodeMouseClick&amp;#40;TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1238&lt;br /&gt;   at CCNetConfig.UI.MainForm.tvProjects_NodeMouseClick&amp;#40;Object sender, TreeNodeMouseClickEventArgs e&amp;#41; in f&amp;#58;&amp;#92;Sources&amp;#92;CCNetConfig&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 277&lt;br /&gt;   at System.Windows.Forms.TreeView.WmNotify&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.TreeView.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.BugTracking&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.BugTracking.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater.Core&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.Core.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ypezrwar&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ghpue-du&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;fjiok26h&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;pcsbhab-&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Design&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Design&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Design.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Merlin&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;Merlin.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.Updater&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.Updater.EXE&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web.Services&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Web.Services&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.Services.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;CCNetConfig.CCNet&lt;br /&gt;    Assembly Version&amp;#58; 0.6.46726.1&lt;br /&gt;    Win32 Version&amp;#58; 0.6.46726.1&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;CCNetConfig.CCNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;MerlinStepLibrary&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;MerlinStepLibrary.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;ScintillaNet&lt;br /&gt;    Assembly Version&amp;#58; 2.0.3138.25704&lt;br /&gt;    Win32 Version&amp;#58; 2.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Users&amp;#47;atchues&amp;#47;My&amp;#37;20Applications&amp;#47;&amp;#37;20CCNetConfig.0.6.46726.1&amp;#47;ScintillaNet.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Web&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3074 &amp;#40;QFE.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_64&amp;#47;System.Web&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Web.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Accessibility&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.3053 &amp;#40;netfxsp.050727-3000&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Accessibility&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;Accessibility.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/q1grZ0YiKcbQRbBXQfco6dD3Wf0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q1grZ0YiKcbQRbBXQfco6dD3Wf0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/q1grZ0YiKcbQRbBXQfco6dD3Wf0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/q1grZ0YiKcbQRbBXQfco6dD3Wf0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 19:22:22 GMT</pubDate><guid isPermaLink="false">Created Issue: Add ModificationHistoryPublisher, recieve error  . Version 20090521072222P</guid></item><item><title>Commented Issue: Automated: The path is not of a legal form.</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=19853</link><description>OS&amp;#58; Win32NT Microsoft Windows NT 6.0.6001 Service Pack 1 SP&amp;#58; Service Pack 1&lt;br /&gt;Processor Count&amp;#58; 2&lt;br /&gt;CLR Version&amp;#58; 2.0.50727.3053&lt;br /&gt;WorkingSet&amp;#58; 65208320&lt;br /&gt;System Directory&amp;#58; C&amp;#58;&amp;#92;Windows&amp;#92;system32&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 0.0.0.0&lt;br /&gt;Time&amp;#58; 30&amp;#47;11&amp;#47;2008 14&amp;#58;40&amp;#58;22&lt;br /&gt;App Path&amp;#58;C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;bin&amp;#92;Debug, Assembly&amp;#58; CCNetConfig.BugTracking, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; The path is not of a legal form.&lt;br /&gt;   at System.IO.Path.NormalizePathFast&amp;#40;String path, Boolean fullCheck&amp;#41;&lt;br /&gt;   at System.IO.FileInfo..ctor&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.NewConfigurationFile&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1713&lt;br /&gt;   at CCNetConfig.UI.MainForm.newConfigurationToolButton_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1626&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.newToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1952&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop&amp;#40;Int32 dwComponentID, Int32 reason, Int32 pvLoopData&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at CCNetConfig.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;Program.cs&amp;#58;line 62&lt;br /&gt;Comments: ** Comment from web user: stevenna ** &lt;p&gt;Revisit&amp;#58;  I found the  version CCNetConfig.0.6.45545.61097. It appears to fix the problem.&lt;/p&gt;&lt;p&gt;I am having an issue loading configs created  from 0.6.915.0 Production. The workaround for me is to rebuild the config from scratch . No problem. If anyone has the root issue shoot me an email.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iY_iLocH8aoicQ0LznE1_Zc-MKc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iY_iLocH8aoicQ0LznE1_Zc-MKc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iY_iLocH8aoicQ0LznE1_Zc-MKc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iY_iLocH8aoicQ0LznE1_Zc-MKc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 14:13:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Automated: The path is not of a legal form. 20090521021315P</guid></item><item><title>Commented Issue: Automated: The path is not of a legal form.</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=19853</link><description>OS&amp;#58; Win32NT Microsoft Windows NT 6.0.6001 Service Pack 1 SP&amp;#58; Service Pack 1&lt;br /&gt;Processor Count&amp;#58; 2&lt;br /&gt;CLR Version&amp;#58; 2.0.50727.3053&lt;br /&gt;WorkingSet&amp;#58; 65208320&lt;br /&gt;System Directory&amp;#58; C&amp;#58;&amp;#92;Windows&amp;#92;system32&lt;br /&gt;&lt;br /&gt;Version&amp;#58; 0.0.0.0&lt;br /&gt;Time&amp;#58; 30&amp;#47;11&amp;#47;2008 14&amp;#58;40&amp;#58;22&lt;br /&gt;App Path&amp;#58;C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;bin&amp;#92;Debug, Assembly&amp;#58; CCNetConfig.BugTracking, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&lt;br /&gt;&lt;br /&gt;System.ArgumentException&amp;#58; The path is not of a legal form.&lt;br /&gt;   at System.IO.Path.NormalizePathFast&amp;#40;String path, Boolean fullCheck&amp;#41;&lt;br /&gt;   at System.IO.FileInfo..ctor&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.NewConfigurationFile&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1713&lt;br /&gt;   at CCNetConfig.UI.MainForm.newConfigurationToolButton_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1626&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at CCNetConfig.UI.MainForm.newToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;UI&amp;#92;MainForm.cs&amp;#58;line 1952&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.DebuggableCallback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;   at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW&amp;#40;MSG&amp;#38; msg&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop&amp;#40;Int32 dwComponentID, Int32 reason, Int32 pvLoopData&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop&amp;#40;Int32 reason, ApplicationContext context&amp;#41;&lt;br /&gt;   at CCNetConfig.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; in C&amp;#58;&amp;#92;Downloads&amp;#92;ccnetconfig.0.6.915.0.src&amp;#92;CCNetConfig&amp;#92;Program.cs&amp;#58;line 62&lt;br /&gt;Comments: ** Comment from web user: stevenna ** &lt;p&gt;I am getting this error on a 64 bit Server 2008 machine. I have no workaround... other that not using CCNETConfig.....&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Kop-nxZ3aIpe5_iMEzE9V-s4YI0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kop-nxZ3aIpe5_iMEzE9V-s4YI0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Kop-nxZ3aIpe5_iMEzE9V-s4YI0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Kop-nxZ3aIpe5_iMEzE9V-s4YI0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>stevenna</author><pubDate>Thu, 21 May 2009 12:30:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Automated: The path is not of a legal form. 20090521123004P</guid></item><item><title>Created Issue: Add  Package Publisher for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22221</link><description>Generates a ZIP file package containing the specified files.&lt;br /&gt;&lt;br /&gt;This publisher also allows the generation of a &amp;#34;manifest&amp;#34; to include in the package. A manifest contains additional details on the package, both at a general level and at a file level.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;Package&amp;#43;Publisher&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FFrQgJkq2cerURJezwomPOeXXvg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FFrQgJkq2cerURJezwomPOeXXvg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FFrQgJkq2cerURJezwomPOeXXvg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FFrQgJkq2cerURJezwomPOeXXvg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Wed, 29 Apr 2009 11:04:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Add  Package Publisher for 1.4.4 support 20090429110456A</guid></item><item><title>Created Issue: Add  NDepend Task for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22220</link><description>Runs an NDepend analysis.&lt;br /&gt;&lt;br /&gt;    NDepend is a tool that simplifies managing a complex .NET code base. Architects and developers can analyze code structure, specify design rules, plan massive refactoring, do effective code reviews and master evolution by comparing different versions of the code.&lt;br /&gt;&lt;br /&gt;This application is available from www.ndepend.com. There is both an open source&amp;#47;academic&amp;#47;evaluation version and a professional version.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;NDepend&amp;#43;Task&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kOPXxrSlGU-_jf6St6eM-Hl33_0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kOPXxrSlGU-_jf6St6eM-Hl33_0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kOPXxrSlGU-_jf6St6eM-Hl33_0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kOPXxrSlGU-_jf6St6eM-Hl33_0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Wed, 29 Apr 2009 11:03:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Add  NDepend Task for 1.4.4 support 20090429110354A</guid></item><item><title>Created Issue: Add  Gendarme Task for 1.4.4 support</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=22219</link><description>The Gendarme task is used to run a static code analysis over your assemblies.&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;confluence.public.thoughtworks.org&amp;#47;display&amp;#47;CCNET&amp;#47;Gendarme&amp;#43;Task&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MOmUTfoU7jLcB07enCoJKCDN_u4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MOmUTfoU7jLcB07enCoJKCDN_u4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MOmUTfoU7jLcB07enCoJKCDN_u4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MOmUTfoU7jLcB07enCoJKCDN_u4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Wed, 29 Apr 2009 11:03:11 GMT</pubDate><guid isPermaLink="false">Created Issue: Add  Gendarme Task for 1.4.4 support 20090429110311A</guid></item><item><title>Created Issue: PVCS labelOnSuccess property not supported by ccnet</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=21712</link><description>the label on success property is no longer supported, and there are some other properties that need to be added.&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XZFdvdXLX76aAbOGLsmXFOU0aAE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XZFdvdXLX76aAbOGLsmXFOU0aAE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XZFdvdXLX76aAbOGLsmXFOU0aAE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XZFdvdXLX76aAbOGLsmXFOU0aAE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Fri, 20 Mar 2009 11:19:43 GMT</pubDate><guid isPermaLink="false">Created Issue: PVCS labelOnSuccess property not supported by ccnet 20090320111943A</guid></item><item><title>Created Issue: PVCS create multiple autoGetSource elements</title><link>http://ccnetconfig.codeplex.com/WorkItem/View.aspx?WorkItemId=21711</link><description>When serializing, the PVCS Source control create 2 autoGetSource properties.&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/k-UFiVjwHCNjoXzrNU9b5Nd_99U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/k-UFiVjwHCNjoXzrNU9b5Nd_99U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/k-UFiVjwHCNjoXzrNU9b5Nd_99U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/k-UFiVjwHCNjoXzrNU9b5Nd_99U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Fri, 20 Mar 2009 11:14:36 GMT</pubDate><guid isPermaLink="false">Created Issue: PVCS create multiple autoGetSource elements 20090320111436A</guid></item><item><title>Commented Issue: Columns swapped in Options dialog</title><link>http://www.codeplex.com/ccnetconfig/WorkItem/View.aspx?WorkItemId=21057</link><description>In the Options dialog, Components tab, the component&amp;#39;s namespace is in the Assembly column while the assembly is in the Namespace column&lt;br /&gt;Comments: Associated with changeset 46616.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ZiJTBylO6jOZx8ozDLqT1_oCals/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZiJTBylO6jOZx8ozDLqT1_oCals/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ZiJTBylO6jOZx8ozDLqT1_oCals/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ZiJTBylO6jOZx8ozDLqT1_oCals/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Mon, 09 Feb 2009 21:06:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Columns swapped in Options dialog 20090209090650P</guid></item><item><title>Created Issue: Columns swapped in Options dialog</title><link>http://www.codeplex.com/ccnetconfig/WorkItem/View.aspx?WorkItemId=21057</link><description>In the Options dialog, Components tab, the component&amp;#39;s namespace is in the Assembly column while the assembly is in the Namespace column&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PifaGB1emiXHLTyfeSfAwgkLGLA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PifaGB1emiXHLTyfeSfAwgkLGLA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PifaGB1emiXHLTyfeSfAwgkLGLA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PifaGB1emiXHLTyfeSfAwgkLGLA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>rich257</author><pubDate>Mon, 09 Feb 2009 11:08:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Columns swapped in Options dialog 20090209110843A</guid></item><item><title>Commented Issue: No triggers on project should not create empty trigger node in xml.</title><link>http://www.codeplex.com/ccnetconfig/WorkItem/View.aspx?WorkItemId=20918</link><description>When saving a project with no triggers the xml file gets a empty xml node. This overrides the default interval trigger.&lt;br /&gt;&lt;br /&gt;From the cruisecontrol help&amp;#58;&lt;br /&gt;&amp;#34;Specifying an empty element &amp;#40;&amp;#60;triggers &amp;#47;&amp;#62;&amp;#41; means integrations are only ever forced manually &amp;#40;for example using CCTray or the Web Dashboard.&amp;#41; Not including a &amp;#60;triggers&amp;#62; element at all means the project has a single Interval Trigger with default configuration. &amp;#34;&lt;br /&gt;Comments: ** Comment from web user: camalot ** &lt;p&gt;hmmmm, this issue has been addressed before, wonder what happened...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mfMyHrlGd3dbwvexvSAI7zA0lG0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mfMyHrlGd3dbwvexvSAI7zA0lG0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mfMyHrlGd3dbwvexvSAI7zA0lG0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mfMyHrlGd3dbwvexvSAI7zA0lG0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Sat, 31 Jan 2009 01:13:14 GMT</pubDate><guid isPermaLink="false">Commented Issue: No triggers on project should not create empty trigger node in xml. 20090131011314A</guid></item><item><title>Created Issue: No triggers on project should not create empty trigger node in xml.</title><link>http://www.codeplex.com/ccnetconfig/WorkItem/View.aspx?WorkItemId=20918</link><description>When saving a project with no triggers the xml file gets a empty xml node. This overrides the default interval trigger.&lt;br /&gt;&lt;br /&gt;From the cruisecontrol help&amp;#58;&lt;br /&gt;&amp;#34;Specifying an empty element &amp;#40;&amp;#60;triggers &amp;#47;&amp;#62;&amp;#41; means integrations are only ever forced manually &amp;#40;for example using CCTray or the Web Dashboard.&amp;#41; Not including a &amp;#60;triggers&amp;#62; element at all means the project has a single Interval Trigger with default configuration. &amp;#34;&lt;br /&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mS3uPFTLolRDPAlOr7isKiKH87o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mS3uPFTLolRDPAlOr7isKiKH87o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mS3uPFTLolRDPAlOr7isKiKH87o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mS3uPFTLolRDPAlOr7isKiKH87o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>mickelino</author><pubDate>Fri, 30 Jan 2009 16:29:05 GMT</pubDate><guid isPermaLink="false">Created Issue: No triggers on project should not create empty trigger node in xml. 20090130042905P</guid></item><item><title>Commented Task: Dynamic serialization</title><link>http://www.codeplex.com/ccnetconfig/WorkItem/View.aspx?WorkItemId=12642</link><description>Change the serialization to be more dynamic based on the object being serialized. Do so using custom attributes on properties, maybe even use the same method that ccnet uses to serialize object.&lt;br /&gt;Comments: Associated with changeset 45765.
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/f5ZGv8la5TXGKi9JM9XrqaZ6ECM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f5ZGv8la5TXGKi9JM9XrqaZ6ECM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/f5ZGv8la5TXGKi9JM9XrqaZ6ECM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/f5ZGv8la5TXGKi9JM9XrqaZ6ECM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description><author>camalot</author><pubDate>Tue, 13 Jan 2009 03:45:11 GMT</pubDate><guid isPermaLink="false">Commented Task: Dynamic serialization 20090113034511A</guid></item></channel></rss>
