d86e51606bb583fca4857399cc7eae5000d718d2
Guides/MVC-Integration.md
| ... | ... | @@ -16,13 +16,13 @@ This guide will use Izenda mvc5r3 kit, a simple MVC application, which is downlo |
| 16 | 16 |  |
| 17 | 17 | |
| 18 | 18 | |
| 19 | -###Step 2. Add Izenda.AdHoc.dll and log4net.dll, which are under mvc5r3\bin, to the project’s reference |
|
| 19 | +###Step 2. Add Izenda.AdHoc.dll and log4net.dll to the project’s reference |
|
| 20 | 20 | |
| 21 | 21 | **a.** Right click on 'References' under project name in Solution Explorer window, then click 'Add Reference' |
| 22 | 22 | |
| 23 | 23 | **b.** Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference. |
| 24 | 24 | |
| 25 | - |
|
| 25 | + |
|
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | ###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs (mvc5r3\Controllers ) in the project’s Controllers |