<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ZetaResourceEditor Work Item Rss Feed</title><link>http://www.codeplex.com/ZetaResourceEditor/WorkItem/List.aspx</link><description>ZetaResourceEditor Work Item Rss Description</description><item><title>Created Issue: Can’t turn on comment column without project [33620]</title><link>http://zetaresourceeditor.codeplex.com/workitem/33620</link><description>For some reason it is impossible to view comments without creating project first.&lt;br /&gt;I think having comments during translation is so important that it should be visible by default instead of hidden deep in project properties.&lt;br /&gt;</description><author>EugeneLepekhin</author><pubDate>Thu, 27 Dec 2012 18:59:08 GMT</pubDate><guid isPermaLink="false">Created Issue: Can’t turn on comment column without project [33620] 20121227065908P</guid></item><item><title>Created Issue: Slow performance on Excel import [27924]</title><link>http://zetaresourceeditor.codeplex.com/workitem/27924</link><description>On large projects, Zeta is performing poorly when importing Excel data. &lt;br /&gt;&lt;br /&gt;Timing test&amp;#58;&lt;br /&gt;Data&amp;#58; 2300 resource elements spread out on 70 files in 2 languages&lt;br /&gt;CPU&amp;#58; Intel Core2 T5500&amp;#64;1.55GHz. CPU usage 100&amp;#37; on one CPU during import. &lt;br /&gt;Import time&amp;#58;  After five minutes, 7&amp;#37; was imported. Import job aborted.&lt;br /&gt;&lt;br /&gt;Performance profiling in dotTrace indicates the issue is excessive calls to DataProcessing.getTable&amp;#40;&amp;#41;. See attached image and dotTrace log file.&lt;br /&gt;</description><author>Nilzor</author><pubDate>Wed, 30 Jun 2010 09:01:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Slow performance on Excel import [27924] 20100630090123A</guid></item><item><title>Created Issue: Error Opening Resource File [26429]</title><link>http://zetaresourceeditor.codeplex.com/WorkItem/View.aspx?WorkItemId=26429</link><description>Hello.&lt;br /&gt;&lt;br /&gt;I downloaded the Zeta Resource Editor binary version 2.1.0.45 and I ran it.  I clicked on open resource files and selected my resource file &amp;#40;IRSDictionary.resx&amp;#41; and it fails to open.  I get this error&amp;#58;&lt;br /&gt;&lt;br /&gt;System.NullReferenceException&lt;br /&gt;&lt;br /&gt;-----------------&lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;-----------------&lt;br /&gt;&lt;br /&gt;at ZetaResourceEditor.Code.Helper.LanguageCodeDetection.IsNonNeutralLanguageFileName&amp;#40;IInheritedSettings settings, String filePath&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;Code&amp;#92;Helper&amp;#92;LanguageCodeDetection.cs&amp;#58;line 271&lt;br /&gt;   at ZetaResourceEditor.Code.Helper.LanguageCodeDetection.DetectLanguageCodeFromFileName&amp;#40;IInheritedSettings settings, String fileName&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;Code&amp;#92;Helper&amp;#92;LanguageCodeDetection.cs&amp;#58;line 176&lt;br /&gt;   at ZetaResourceEditor.Code.DL.DataProcessing.getTable&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;Code&amp;#92;DL&amp;#92;DataProcessing.cs&amp;#58;line 227&lt;br /&gt;   at ZetaResourceEditor.UI.Main.RightContent.ResourceEditorUserControl.DoLoadFiles&amp;#40;IGridEditableData gridEditableData&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;UI&amp;#92;Main&amp;#92;RightContent&amp;#92;ResourceEditorUserControl.cs&amp;#58;line 370&lt;br /&gt;   at ZetaResourceEditor.UI.Main.RightContent.ResourceEditorUserControl.OpenWithDialog&amp;#40;FileGroup fileGroup&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;UI&amp;#92;Main&amp;#92;RightContent&amp;#92;ResourceEditorUserControl.cs&amp;#58;line 331&lt;br /&gt;   at ZetaResourceEditor.UI.Main.RightContent.GroupFilesUserControl.OpenWithDialog&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;UI&amp;#92;Main&amp;#92;RightContent&amp;#92;GroupFilesUserControl.cs&amp;#58;line 190&lt;br /&gt;   at ZetaResourceEditor.UI.Main.MainForm.openToolStripMenuItem_Click&amp;#40;Object sender, ItemClickEventArgs e&amp;#41; in C&amp;#58;&amp;#92;Users&amp;#92;ukeim&amp;#92;Documents&amp;#92;Visual Studio 2008&amp;#92;Projects&amp;#92;Zeta Resource Editor&amp;#92;Source&amp;#92;Main&amp;#92;UI&amp;#92;Main&amp;#92;MainForm.cs&amp;#58;line 182&lt;br /&gt;   at DevExpress.XtraBars.BarItem.OnClick&amp;#40;BarItemLink link&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.BarBaseButtonItem.OnClick&amp;#40;BarItemLink link&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.BarItemLink.OnLinkClick&amp;#40;&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.BarItemLink.OnLinkAction&amp;#40;BarLinkAction action, Object actionArgs&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction&amp;#40;BarLinkAction action, Object actionArgs&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.BarItemLink.OnLinkActionCore&amp;#40;BarLinkAction action, Object actionArgs&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink&amp;#40;BarItemLink link&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink&amp;#40;BarItemLink link&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPressItem&amp;#40;DXMouseEventArgs e, RibbonHitInfo hitInfo&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPress&amp;#40;DXMouseEventArgs e, RibbonHitInfo hitInfo&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnMouseUp&amp;#40;DXMouseEventArgs e&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.Ribbon.Handler.RibbonHandler.OnMouseUp&amp;#40;DXMouseEventArgs e&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.Ribbon.RibbonControl.OnMouseUp&amp;#40;MouseEventArgs e&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 DevExpress.Utils.Controls.ControlBase.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at DevExpress.XtraBars.Ribbon.RibbonControl.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&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;NullReferenceException&lt;br /&gt;&amp;#123;&lt;br /&gt;&amp;#9;Message&amp;#61;&amp;#34;Object reference not set to an instance of an object.&amp;#34;,&lt;br /&gt;&amp;#9;Data&amp;#61;ListDictionaryInternal&lt;br /&gt;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;Count&amp;#61;0,&lt;br /&gt;&amp;#9;&amp;#9;Keys&amp;#61;NodeKeyValueCollection&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;,&lt;br /&gt;&amp;#9;&amp;#9;IsReadOnly&amp;#61;False,&lt;br /&gt;&amp;#9;&amp;#9;IsFixedSize&amp;#61;False,&lt;br /&gt;&amp;#9;&amp;#9;IsSynchronized&amp;#61;False,&lt;br /&gt;&amp;#9;&amp;#9;SyncRoot&amp;#61;Object&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;,&lt;br /&gt;&amp;#9;&amp;#9;Values&amp;#61;NodeKeyValueCollection&lt;br /&gt;&amp;#9;&amp;#9;&amp;#123;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#125;&lt;br /&gt;&amp;#9;&amp;#125;,&lt;br /&gt;&amp;#9;InnerException&amp;#61;null,&lt;br /&gt;&amp;#9;TargetSite&amp;#61;RuntimeMethodInfo&amp;#58; IsNonNeutralLanguageFileName,&lt;br /&gt;&amp;#9;StackTrace&amp;#61;&amp;#34;   at ZetaResourceEditor.Code.Helper.LanguageCodeDetection.IsNonNeutralLanguageFileName&amp;#40;IInheritedSettings settings, String filePath&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;Code&amp;#92;&amp;#92;Helper&amp;#92;&amp;#92;LanguageCodeDetection.cs&amp;#58;line 271&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at ZetaResourceEditor.Code.Helper.LanguageCodeDetection.DetectLanguageCodeFromFileName&amp;#40;IInheritedSettings settings, String fileName&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;Code&amp;#92;&amp;#92;Helper&amp;#92;&amp;#92;LanguageCodeDetection.cs&amp;#58;line 176&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at ZetaResourceEditor.Code.DL.DataProcessing.getTable&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;Code&amp;#92;&amp;#92;DL&amp;#92;&amp;#92;DataProcessing.cs&amp;#58;line 227&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at ZetaResourceEditor.UI.Main.RightContent.ResourceEditorUserControl.DoLoadFiles&amp;#40;IGridEditableData gridEditableData&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;UI&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;RightContent&amp;#92;&amp;#92;ResourceEditorUserControl.cs&amp;#58;line 370&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at ZetaResourceEditor.UI.Main.RightContent.ResourceEditorUserControl.OpenWithDialog&amp;#40;FileGroup fileGroup&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;UI&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;RightContent&amp;#92;&amp;#92;ResourceEditorUserControl.cs&amp;#58;line 331&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at ZetaResourceEditor.UI.Main.RightContent.GroupFilesUserControl.OpenWithDialog&amp;#40;&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;UI&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;RightContent&amp;#92;&amp;#92;GroupFilesUserControl.cs&amp;#58;line 190&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at ZetaResourceEditor.UI.Main.MainForm.openToolStripMenuItem_Click&amp;#40;Object sender, ItemClickEventArgs e&amp;#41; in C&amp;#58;&amp;#92;&amp;#92;Users&amp;#92;&amp;#92;ukeim&amp;#92;&amp;#92;Documents&amp;#92;&amp;#92;Visual Studio 2008&amp;#92;&amp;#92;Projects&amp;#92;&amp;#92;Zeta Resource Editor&amp;#92;&amp;#92;Source&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;UI&amp;#92;&amp;#92;Main&amp;#92;&amp;#92;MainForm.cs&amp;#58;line 182&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.BarItem.OnClick&amp;#40;BarItemLink link&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.BarBaseButtonItem.OnClick&amp;#40;BarItemLink link&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.BarItemLink.OnLinkClick&amp;#40;&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.BarItemLink.OnLinkAction&amp;#40;BarLinkAction action, Object actionArgs&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.BarButtonItemLink.OnLinkAction&amp;#40;BarLinkAction action, Object actionArgs&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.BarItemLink.OnLinkActionCore&amp;#40;BarLinkAction action, Object actionArgs&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.ClickLink&amp;#40;BarItemLink link&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.ViewInfo.BarSelectionInfo.UnPressLink&amp;#40;BarItemLink link&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPressItem&amp;#40;DXMouseEventArgs e, RibbonHitInfo hitInfo&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnUnPress&amp;#40;DXMouseEventArgs e, RibbonHitInfo hitInfo&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.Ribbon.Handler.BaseRibbonHandler.OnMouseUp&amp;#40;DXMouseEventArgs e&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.Ribbon.Handler.RibbonHandler.OnMouseUp&amp;#40;DXMouseEventArgs e&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.Ribbon.RibbonControl.OnMouseUp&amp;#40;MouseEventArgs e&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.Utils.Controls.ControlBase.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at DevExpress.XtraBars.Ribbon.RibbonControl.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;n   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&amp;#34;,&lt;br /&gt;&amp;#9;HelpLink&amp;#61;null,&lt;br /&gt;&amp;#9;Source&amp;#61;&amp;#34;ZetaResourceEditor&amp;#34;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>mga911</author><pubDate>Mon, 08 Mar 2010 20:53:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Error Opening Resource File [26429] 20100308085303P</guid></item><item><title>Created Issue: Could not compile with 2009 July Source Code</title><link>http://zetaresourceeditor.codeplex.com/WorkItem/View.aspx?WorkItemId=23444</link><description>Error&amp;#9;18&amp;#9;Unable to create a manifest resource name for &amp;#34;UI&amp;#92;Helper&amp;#92;ObjectInspectorForm.resx&amp;#34;. Could not find file &amp;#39;C&amp;#58;&amp;#92;MyProject&amp;#92;ZetaResourceEditor&amp;#92;Main&amp;#92;UI&amp;#92;Helper&amp;#92;ObjectInspectorForm.cs&amp;#39;.&amp;#9;ZetaResourceEditor&lt;br /&gt;&lt;br /&gt;Warning&amp;#9;19&amp;#9;The referenced component &amp;#39;DevExpress.Data.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;20&amp;#9;The referenced component &amp;#39;DevExpress.Utils.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;21&amp;#9;The referenced component &amp;#39;DevExpress.XtraBars.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;22&amp;#9;The referenced component &amp;#39;DevExpress.XtraEditors.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;23&amp;#9;The referenced component &amp;#39;DevExpress.XtraGrid.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;24&amp;#9;The referenced component &amp;#39;DevExpress.XtraRichEdit.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;25&amp;#9;The referenced component &amp;#39;DevExpress.XtraSpellChecker.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;26&amp;#9;The referenced component &amp;#39;DevExpress.XtraSpellChecker.v9.1.Core&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;27&amp;#9;The referenced component &amp;#39;DevExpress.XtraTreeList.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;28&amp;#9;The referenced component &amp;#39;DevExpress.XtraVerticalGrid.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;29&amp;#9;The referenced component &amp;#39;DevExpress.XtraWizard.v9.1&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;30&amp;#9;The referenced component &amp;#39;log4net&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;31&amp;#9;The referenced component &amp;#39;Zeta.EnterpriseLibrary.Common&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;32&amp;#9;The referenced component &amp;#39;Zeta.EnterpriseLibrary.Logging&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;33&amp;#9;The referenced component &amp;#39;Zeta.EnterpriseLibrary.Tools&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;34&amp;#9;The referenced component &amp;#39;Zeta.EnterpriseLibrary.Windows&amp;#39; could not be found. &amp;#9;&lt;br /&gt;Warning&amp;#9;35&amp;#9;Unable to update auto-refresh reference &amp;#39;zeta.enterpriselibrary.common.dll&amp;#39;. Cannot find assembly &amp;#39;C&amp;#58;&amp;#92;Tech Sector&amp;#92;Third Party Components&amp;#92;ZetaResourceEditor&amp;#92;References&amp;#92;Externals&amp;#92;ZetaEnterpriseLibrary&amp;#92;Zeta.EnterpriseLibrary.Common.dll&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;MyProject&amp;#92;ZetaResourceEditor&amp;#92;UpdateChecker&amp;#92;Bin&amp;#92;zeta.enterpriselibrary.common.dll.refresh&amp;#9;C&amp;#58;&amp;#92;...&amp;#92;UpdateChecker&amp;#92;&lt;br /&gt;Warning&amp;#9;36&amp;#9;The referenced component &amp;#39;Aspose.Cells&amp;#39; could not be found.&lt;br /&gt;</description><author>hardywang</author><pubDate>Fri, 10 Jul 2009 01:39:31 GMT</pubDate><guid isPermaLink="false">Created Issue: Could not compile with 2009 July Source Code 20090710013931A</guid></item><item><title>Created Issue: linefeeds</title><link>http://www.codeplex.com/ZetaResourceEditor/WorkItem/View.aspx?WorkItemId=19069</link><description>Linefeeds &amp;#40;chr10, chr13&amp;#41; are not shown as linefeeds, but as little squares.&lt;br /&gt;</description><author>heuvelman</author><pubDate>Tue, 21 Oct 2008 09:09:04 GMT</pubDate><guid isPermaLink="false">Created Issue: linefeeds 20081021090904A</guid></item></channel></rss>