<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to BuildInstructions</title><link>https://sourceforge.net/p/esitools/wiki2/BuildInstructions/</link><description>Recent changes to BuildInstructions</description><atom:link href="https://sourceforge.net/p/esitools/wiki2/BuildInstructions/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 01 Feb 2019 00:36:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/esitools/wiki2/BuildInstructions/feed" rel="self" type="application/rss+xml"/><item><title>BuildInstructions modified by David Ronnfeldet</title><link>https://sourceforge.net/p/esitools/wiki2/BuildInstructions/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,9 +4,9 @@

 The tools have been produced using the following tools: 

-  * Microsoft Office &lt;del&gt;2003&lt;/del&gt; 2010 
+  * Microsoft Office &lt;del&gt;2003&lt;/del&gt; &lt;del&gt;2010&lt;/del&gt;2016 
   * Microsoft Visual Studio &lt;del&gt;2005&lt;/del&gt; 2010 Professional Edition 
-  * NUnit &lt;del&gt;v2.5.2&lt;/del&gt; v2.6.2 
+  * NUnit &lt;del&gt;v2.5.2&lt;/del&gt;&lt;del&gt; v2.6.2&lt;/del&gt;v2.6.3 
   * A Subversion client (such as TortoiseSVN) 

 The tools can be compiled using the Visual Studio 2010 Express Edition (install the C# components as a minimum). Previous versions may not work so well, since the tools depend on .NET 4.0 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ronnfeldet</dc:creator><pubDate>Fri, 01 Feb 2019 00:36:33 -0000</pubDate><guid>https://sourceforge.net5823738e65230dd2591bed84f54f28b2415bcfc2</guid></item><item><title>BuildInstructions modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/esitools/wiki2/BuildInstructions/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="esi-tool-build-instructions"&gt;ESI Tool Build Instructions&lt;/h1&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;The tools have been produced using the following tools: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Microsoft Office &lt;del&gt;2003&lt;/del&gt; 2010 &lt;/li&gt;
&lt;li&gt;Microsoft Visual Studio &lt;del&gt;2005&lt;/del&gt; 2010 Professional Edition &lt;/li&gt;
&lt;li&gt;NUnit &lt;del&gt;v2.5.2&lt;/del&gt; v2.6.2 &lt;/li&gt;
&lt;li&gt;A Subversion client (such as TortoiseSVN) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The tools can be compiled using the Visual Studio 2010 Express Edition (install the C# components as a minimum). Previous versions may not work so well, since the tools depend on .NET 4.0 &lt;/p&gt;
&lt;p&gt;&lt;a class="" href="http://sourceforge.net/projects/unxutils/"&gt;UnixUtils&lt;/a&gt; and &lt;a class="" href="http://www.kinook.com/VisBuildPro/" rel="nofollow"&gt;Visual Build Pro&lt;/a&gt; are also used when producing the releases &lt;/p&gt;
&lt;h2 id="getting-started"&gt;Getting Started&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Checkout the source code using your subversion client, e.g. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;co&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//svn.code.sf.net/p/esitools/code/trunk esitools&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open file &lt;code&gt;ESItools.sln&lt;/code&gt; in Visual Studio &lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Build the solution &lt;/li&gt;
&lt;li&gt;Open file &lt;code&gt;ESItools.sln&lt;/code&gt; in NUnit &lt;/li&gt;
&lt;li&gt;Select &lt;code&gt;ESItools.sln&lt;/code&gt; in the NUnit left hand pane and press &lt;code&gt;Run&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="using-other-versions-of-microsoft-office"&gt;Using Other Versions of Microsoft Office?&lt;/h2&gt;
&lt;p&gt;First of all please check the &lt;a class="" href="https://sourceforge.net/projects/esitools/forums/forum/1331322"&gt;Developer's forum&lt;/a&gt; to see if anyone has succeeded in using the your version of MS Office. If no-one has tried your version then please try building the software and running NUnit and report the results to the &lt;a class="" href="https://sourceforge.net/projects/esitools/forums/forum/1331322"&gt;Developer's forum&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;If this doesn't work and you still want to use the tools, then you need to replace the references to &lt;code&gt;Excel&lt;/code&gt;, &lt;code&gt;Outlook&lt;/code&gt;, &lt;code&gt;Word&lt;/code&gt; and &lt;code&gt;Microsoft.Office.Core&lt;/code&gt; with your versions of the Microsoft Interop assemblies. If you need help with this then ask on the &lt;a class="" href="https://sourceforge.net/p/esitools/discussion/help/"&gt;Help Forum&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;If you are using a version of Microsoft Office prior to 2010 then you need to edit file &lt;code&gt;WorkbookEx.cs&lt;/code&gt; and comment out the following line (in the constructor): &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;myWorkbook&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;CheckCompatibility&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="nb"&gt;false&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;  &lt;span class="c1"&gt;// Office 2010 only&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><pubDate>Fri, 27 Jun 2014 15:06:36 -0000</pubDate><guid>https://sourceforge.netce373e735dd09e4324fe6419c57b8cd6a8a8689f</guid></item></channel></rss>