<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>bibword Work Item Rss Feed</title><link>http://www.codeplex.com/bibword/WorkItem/List.aspx</link><description>bibword Work Item Rss Description</description><item><title>Closed Issue: Harvard Bug</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=3206</link><description>It seems to be impossible to remove &amp;#40;suppress&amp;#41; the author or year from the inline citations.&lt;br /&gt;Please email me if you need more information at dipunm&amp;#64;gmail.com.&lt;br /&gt;&lt;br /&gt;I saw that the disallowed variable was constructed using &amp;#58;&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;noauthor&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;notitle&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;noyear&lt;br /&gt;&lt;br /&gt;Those node sets were non existant so I created them based on the commented out text nodes underneath.&lt;br /&gt;This made no difference so I reverted and will await your solution.&lt;br /&gt;Comments: Closed by author request. Was fixed in one of the previous versions.</description><author>Yves</author><pubDate>Mon, 16 Feb 2009 08:05:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: Harvard Bug 20090216080550A</guid></item><item><title>Commented Issue: Harvard Bug</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=3206</link><description>It seems to be impossible to remove &amp;#40;suppress&amp;#41; the author or year from the inline citations.&lt;br /&gt;Please email me if you need more information at dipunm&amp;#64;gmail.com.&lt;br /&gt;&lt;br /&gt;I saw that the disallowed variable was constructed using &amp;#58;&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;noauthor&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;notitle&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;noyear&lt;br /&gt;&lt;br /&gt;Those node sets were non existant so I created them based on the commented out text nodes underneath.&lt;br /&gt;This made no difference so I reverted and will await your solution.&lt;br /&gt;Comments: ** Comment from web user: dipunm ** &lt;p&gt;sorry, Please close this, it seems this has been fixed in the later versions&lt;/p&gt;</description><author>dipunm</author><pubDate>Sun, 15 Feb 2009 19:46:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: Harvard Bug 20090215074624P</guid></item><item><title>Created Issue: Harvard Bug</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=3206</link><description>It seems to be impossible to remove &amp;#40;suppress&amp;#41; the author or year from the inline citations.&lt;br /&gt;Please email me if you need more information at dipunm&amp;#64;gmail.com.&lt;br /&gt;&lt;br /&gt;I saw that the disallowed variable was constructed using &amp;#58;&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;noauthor&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;notitle&lt;br /&gt;msxsl&amp;#58;node-set&amp;#40;&amp;#36;data&amp;#41;&amp;#47;citation&amp;#47;noyear&lt;br /&gt;&lt;br /&gt;Those node sets were non existant so I created them based on the commented out text nodes underneath.&lt;br /&gt;This made no difference so I reverted and will await your solution.&lt;br /&gt;</description><author>dipunm</author><pubDate>Sun, 15 Feb 2009 19:36:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Harvard Bug 20090215073649P</guid></item><item><title>Closed Issue: Abbreviate-name bug</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2817</link><description>Yves this is just to let you know that there is a bug in the abbreviate-name function. The code that deals with inserting dashes &amp;#40;when keepDashes &amp;#61; 1&amp;#41; and spaces &amp;#40;when keepSpaces &amp;#61; 1&amp;#41; does not work. The reason is that you&amp;#39;ve missed the &amp;#34;&amp;#36;&amp;#34; when you test the two parameters &amp;#40;lines 1803 and 1820 are&lt;br /&gt;&amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;keepDashes &amp;#61; 1&amp;#34;&amp;#62; and &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;keepSpaces &amp;#61; 1&amp;#34;&amp;#62; instead of &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;&amp;#36;keepDashes &amp;#61; 1&amp;#34;&amp;#62; and &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;&amp;#36;keepSpaces &amp;#61; 1&amp;#34;&amp;#62;&amp;#41;. I know that the issue occurs in HarvardAnglia.XLS and the main template. I haven&amp;#39;t checked the rest.&lt;br /&gt;Comments: Fixed in BibWord v.1.9. Styles suffering from this bug will be updated in the next few days.</description><author>Yves</author><pubDate>Mon, 08 Dec 2008 21:26:52 GMT</pubDate><guid isPermaLink="false">Closed Issue: Abbreviate-name bug 20081208092652P</guid></item><item><title>Commented Issue: Abbreviate-name bug</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2817</link><description>Yves this is just to let you know that there is a bug in the abbreviate-name function. The code that deals with inserting dashes &amp;#40;when keepDashes &amp;#61; 1&amp;#41; and spaces &amp;#40;when keepSpaces &amp;#61; 1&amp;#41; does not work. The reason is that you&amp;#39;ve missed the &amp;#34;&amp;#36;&amp;#34; when you test the two parameters &amp;#40;lines 1803 and 1820 are&lt;br /&gt;&amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;keepDashes &amp;#61; 1&amp;#34;&amp;#62; and &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;keepSpaces &amp;#61; 1&amp;#34;&amp;#62; instead of &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;&amp;#36;keepDashes &amp;#61; 1&amp;#34;&amp;#62; and &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;&amp;#36;keepSpaces &amp;#61; 1&amp;#34;&amp;#62;&amp;#41;. I know that the issue occurs in HarvardAnglia.XLS and the main template. I haven&amp;#39;t checked the rest.&lt;br /&gt;Comments: ** Comment from web user: Yves ** &lt;p&gt;Fixed in BibWord v.1.9. The styles will be updated in the next few days.&lt;/p&gt;</description><author>Yves</author><pubDate>Mon, 08 Dec 2008 21:25:56 GMT</pubDate><guid isPermaLink="false">Commented Issue: Abbreviate-name bug 20081208092556P</guid></item><item><title>Created Issue: Abbreviate-name bug</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2817</link><description>Yves this is just to let you know that there is a bug in the abbreviate-name function. The code that deals with inserting dashes &amp;#40;when keepDashes &amp;#61; 1&amp;#41; and spaces &amp;#40;when keepSpaces &amp;#61; 1&amp;#41; does not work. The reason is that you&amp;#39;ve missed the &amp;#34;&amp;#36;&amp;#34; when you test the two parameters &amp;#40;lines 1803 and 1820 are&lt;br /&gt;&amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;keepDashes &amp;#61; 1&amp;#34;&amp;#62; and &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;keepSpaces &amp;#61; 1&amp;#34;&amp;#62; instead of &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;&amp;#36;keepDashes &amp;#61; 1&amp;#34;&amp;#62; and &amp;#60;xsl&amp;#58;if test&amp;#61;&amp;#34;&amp;#36;keepSpaces &amp;#61; 1&amp;#34;&amp;#62;&amp;#41;. I know that the issue occurs in HarvardAnglia.XLS and the main template. I haven&amp;#39;t checked the rest.&lt;br /&gt;</description><author>ilbajec</author><pubDate>Sun, 07 Dec 2008 17:37:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Abbreviate-name bug 20081207053744P</guid></item><item><title>Closed Issue: BibWord Extender crash</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2803</link><description>I&amp;#39;ve just downloaded your tools, as I wish to design a style for a specific journal. I&amp;#39;m new to your tools and initially I&amp;#39;m just trying to get arround, but the BibWord Extender 1.8 crashes with the following .NET Framework exception when I want to run it &amp;#40;BTW&amp;#58; I&amp;#39;m using Vista x64 SP1&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;Unhandled exception has occured in a component in your application. If you click Continue, the application wil ignore this error and attempt to continue. &lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&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.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at BibWordExtender.Data.BibWord.GetBibliographyStylesPath&amp;#40;&amp;#41;&lt;br /&gt;   at BibWordExtender.Data.BibWord.LoadBibliographyStylesInformation&amp;#40;BackgroundWorker worker&amp;#41;&lt;br /&gt;   at BibWordExtender.UI.GUI.Worker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&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.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;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;BibWordExtender&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;ilbajec&amp;#47;Documents&amp;#47;Publications&amp;#47;LaTeX&amp;#47;Word&amp;#37;202007&amp;#37;20Bibliography&amp;#37;20Styles&amp;#47;BibWordExtender.exe&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.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.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.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;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If I continue with the execution the program does not go pass the info window.&lt;br /&gt;Comments: Fixed in version 1.1.</description><author>Yves</author><pubDate>Sat, 06 Dec 2008 22:54:33 GMT</pubDate><guid isPermaLink="false">Closed Issue: BibWord Extender crash 20081206105433P</guid></item><item><title>Commented Issue: BibWord Extender crash</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2803</link><description>I&amp;#39;ve just downloaded your tools, as I wish to design a style for a specific journal. I&amp;#39;m new to your tools and initially I&amp;#39;m just trying to get arround, but the BibWord Extender 1.8 crashes with the following .NET Framework exception when I want to run it &amp;#40;BTW&amp;#58; I&amp;#39;m using Vista x64 SP1&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;Unhandled exception has occured in a component in your application. If you click Continue, the application wil ignore this error and attempt to continue. &lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&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.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at BibWordExtender.Data.BibWord.GetBibliographyStylesPath&amp;#40;&amp;#41;&lt;br /&gt;   at BibWordExtender.Data.BibWord.LoadBibliographyStylesInformation&amp;#40;BackgroundWorker worker&amp;#41;&lt;br /&gt;   at BibWordExtender.UI.GUI.Worker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&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.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;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;BibWordExtender&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;ilbajec&amp;#47;Documents&amp;#47;Publications&amp;#47;LaTeX&amp;#47;Word&amp;#37;202007&amp;#37;20Bibliography&amp;#37;20Styles&amp;#47;BibWordExtender.exe&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.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.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.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;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If I continue with the execution the program does not go pass the info window.&lt;br /&gt;Comments: ** Comment from web user: ilbajec ** &lt;p&gt;Yves thanx. The rebuild for x86 specifically solved the issue. Now it works.&lt;/p&gt;</description><author>ilbajec</author><pubDate>Sat, 06 Dec 2008 19:56:24 GMT</pubDate><guid isPermaLink="false">Commented Issue: BibWord Extender crash 20081206075624P</guid></item><item><title>Commented Issue: BibWord Extender crash</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2803</link><description>I&amp;#39;ve just downloaded your tools, as I wish to design a style for a specific journal. I&amp;#39;m new to your tools and initially I&amp;#39;m just trying to get arround, but the BibWord Extender 1.8 crashes with the following .NET Framework exception when I want to run it &amp;#40;BTW&amp;#58; I&amp;#39;m using Vista x64 SP1&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;Unhandled exception has occured in a component in your application. If you click Continue, the application wil ignore this error and attempt to continue. &lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&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.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at BibWordExtender.Data.BibWord.GetBibliographyStylesPath&amp;#40;&amp;#41;&lt;br /&gt;   at BibWordExtender.Data.BibWord.LoadBibliographyStylesInformation&amp;#40;BackgroundWorker worker&amp;#41;&lt;br /&gt;   at BibWordExtender.UI.GUI.Worker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&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.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;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;BibWordExtender&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;ilbajec&amp;#47;Documents&amp;#47;Publications&amp;#47;LaTeX&amp;#47;Word&amp;#37;202007&amp;#37;20Bibliography&amp;#37;20Styles&amp;#47;BibWordExtender.exe&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.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.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.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;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If I continue with the execution the program does not go pass the info window.&lt;br /&gt;Comments: ** Comment from web user: Yves ** &lt;p&gt;The issue is caused because the application tries to read to a 32 bit registry on a 64 bit machine. I have no 64-bit machine to test on at the moment, but I rebuild the application for the x86 platform specifically. This should force it to solve the issue for x64 automatically. &lt;/p&gt;&lt;p&gt;Please try the attached file and let me know if it solved your problem.&lt;/p&gt;&lt;p&gt;Yves&lt;/p&gt;</description><author>Yves</author><pubDate>Fri, 05 Dec 2008 17:45:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: BibWord Extender crash 20081205054549P</guid></item><item><title>Created Issue: BibWord Extender crash</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=2803</link><description>I&amp;#39;ve just downloaded your tools, as I wish to design a style for a specific journal. I&amp;#39;m new to your tools and initially I&amp;#39;m just trying to get arround, but the BibWord Extender 1.8 crashes with the following .NET Framework exception when I want to run it &amp;#40;BTW&amp;#58; I&amp;#39;m using Vista x64 SP1&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;Unhandled exception has occured in a component in your application. If you click Continue, the application wil ignore this error and attempt to continue. &lt;br /&gt;&lt;br /&gt;Object reference not set to an instance of an object.&lt;br /&gt;&lt;br /&gt;Details&amp;#58;&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.NullReferenceException&amp;#58; Object reference not set to an instance of an object.&lt;br /&gt;   at BibWordExtender.Data.BibWord.GetBibliographyStylesPath&amp;#40;&amp;#41;&lt;br /&gt;   at BibWordExtender.Data.BibWord.LoadBibliographyStylesInformation&amp;#40;BackgroundWorker worker&amp;#41;&lt;br /&gt;   at BibWordExtender.UI.GUI.Worker_DoWork&amp;#40;Object sender, DoWorkEventArgs e&amp;#41;&lt;br /&gt;   at System.ComponentModel.BackgroundWorker.WorkerThreadStart&amp;#40;Object argument&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.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;Microsoft.NET&amp;#47;Framework64&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;BibWordExtender&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;ilbajec&amp;#47;Documents&amp;#47;Publications&amp;#47;LaTeX&amp;#47;Word&amp;#37;202007&amp;#37;20Bibliography&amp;#37;20Styles&amp;#47;BibWordExtender.exe&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.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.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.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;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If I continue with the execution the program does not go pass the info window.&lt;br /&gt;</description><author>ilbajec</author><pubDate>Fri, 05 Dec 2008 15:15:56 GMT</pubDate><guid isPermaLink="false">Created Issue: BibWord Extender crash 20081205031556P</guid></item><item><title>CLOSED ISSUE: No more than 2 intials can be displayed in the IEEE style</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=969</link><description>When having a first and&amp;#47;or middle name consisting out of more than 1 initial &amp;#40;e.g. Johnson, A. A. A.&amp;#41; only the first two &amp;#40;e.g. A. A. Johnson&amp;#41; will be printed&amp;#47;abbreviated. This bug is caused by the way the functions AbbreviateName and AbbreviateNamePart2 work.&lt;br /&gt;Comments: Fixed in version 2.2 of the IEEE style sheet.</description><author>Yves</author><pubDate>Mon, 26 May 2008 14:46:42 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: No more than 2 intials can be displayed in the IEEE style 20080526024642P</guid></item><item><title>COMMENTED ISSUE: No more than 2 intials can be displayed in the IEEE style</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=969</link><description>When having a first and&amp;#47;or middle name consisting out of more than 1 initial &amp;#40;e.g. Johnson, A. A. A.&amp;#41; only the first two &amp;#40;e.g. A. A. Johnson&amp;#41; will be printed&amp;#47;abbreviated. This bug is caused by the way the functions AbbreviateName and AbbreviateNamePart2 work.&lt;br /&gt;Comments: ** Comment from web user: Yves ** &lt;p&gt;Solved in version 2.2 of the IEEE style.&lt;/p&gt;</description><author>Yves</author><pubDate>Mon, 26 May 2008 14:41:20 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: No more than 2 intials can be displayed in the IEEE style 20080526024120P</guid></item><item><title>CREATED ISSUE: No more than 2 intials can be displayed in the IEEE style</title><link>http://www.codeplex.com/bibliography/WorkItem/View.aspx?WorkItemId=969</link><description>When having a first and&amp;#47;or middle name consisting out of more than 1 initial &amp;#40;e.g. Johnson, A. A. A.&amp;#41; only the first two &amp;#40;e.g. A. A. Johnson&amp;#41; will be printed&amp;#47;abbreviated. This bug is caused by the way the functions AbbreviateName and AbbreviateNamePart2 work.&lt;br /&gt;</description><author>Yves</author><pubDate>Sun, 25 May 2008 22:50:29 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: No more than 2 intials can be displayed in the IEEE style 20080525105029P</guid></item></channel></rss>