@@ -53,7 +53,8 @@ <h2>Prepare your Visual Studio project containing Concordion.NET tests</h2>
5353 Concordion.NET</ a > </ li >
5454 < li > Make sure that the following DLLs are
5555 < a class ="externalLink " href ="http://msdn.microsoft.com/en-us/library/wkze6zky%28VS.80%29.aspx "> referenced
56- in your project</ a > . You find the Concordion.dll and the necessary OGNL.dll in the package you have
56+ in your project</ a > . You find the Concordion.dll and the necessary OGNL.dll in the
57+ lib directory of package you have
5758 downloaded in step 1. The nunit.framework.dll is part of the NUnit installation
5859 of your choice (see sections below) or use the
5960 < a class ="externalLink " href ="https://www.nuget.org/packages/NUnit "> NUnit nuget package</ a > . </ li >
@@ -89,7 +90,8 @@ <h3>Run Concordion.NET tests with the NUnit GUI runner</h3>
8990 < li > < a href ="Download.html "> Download
9091 Concordion.NET</ a > .</ li >
9192 < li > Download and < a class ="externalLink " href ="http://www.nunit.org/index.php?p=installation&r=2.6.3 "> install NUnit version 2.6.3</ a > .</ li >
92- < li > Coppy the Concordion.NUnit.dll into the addin directory of
93+ < li > Copy the Concordion.NUnit.dll from the tools directory of your
94+ Concordion.NET package into the addin directory of
9395 your NUnit installation
9496 (<NUnit-installation-path>\bin\addins). < br > Please, make sure to use the latest version of this DLL, when
9597 you update Concordion.NET.</ li >
@@ -119,7 +121,8 @@ <h3>Run Concordion.NET tests with the console runner</h3>
119121 < li > < a href ="Download.html "> Download
120122 Concordion.NET</ a > .</ li >
121123 < li > Download and < a class ="externalLink " href ="http://www.nunit.org/index.php?p=installation&r=2.6.3 "> install NUnit version 2.6.3</ a > .</ li >
122- < li > Copy the Concordion.NUnit.dll into the addin directory of
124+ < li > Copy the Concordion.NUnit.dll from the tools directory of your
125+ Concordion.NET package into the addin directory of
123126 your NUnit installation
124127 (<NUnit-installation-path>\bin\addins). < br > Please, make sure to use the latest version of this DLL, when
125128 you update Concordion.NET.</ li >
@@ -144,7 +147,8 @@ <h3 id="testdriven.net">TestDriven.NET</h3>
144147 < li > < a href ="Download.html "> Download
145148 Concordion.NET</ a > .</ li >
146149 < li > Install TestDriven.NET</ li >
147- < li > Copy Concordion.NUnit.dll into the addin directory of the latest
150+ < li > Copy Concordion.NUnit.dll from the tools directory of your
151+ Concordion.NET package into the addin directory of the latest
148152 NUnit version in the installation directory of TestDriven.NET (<testdriven.net-installation-path>\NUnit\2.6\addins)</ li >
149153 < li > To run a test,
150154 please use the "Run Test(s)" command of TestDriven.NET on your
0 commit comments