b53905507ce06482820329c7c67d9840b7ad942b
Guides/MVC-Integration.md
| ... | ... | @@ -41,10 +41,14 @@ Ex) if the namespace is in other controller file is ABC.Controllers, then MVC3SK |
| 41 | 41 | |
| 42 | 42 | ###Step 5. Add Reporting and Resources folders to the project |
| 43 | 43 | |
| 44 | -Add 'Reporting' and 'Resources' from \mvc5r3 to project by dragging and dropping them under Sample_MVCApp in Solution Explorer |
|
| 44 | +**a.** Add 'Reporting' and 'Resources' from \mvc5r3 to project by dragging and dropping them under Sample_MVCApp in Solution Explorer |
|
| 45 | 45 | |
| 46 | 46 |  |
| 47 | 47 | |
| 48 | +**b.** In Solution Explorer, exclude Dashboards-Body.ascx and Dashboards-Head.ascx from \Resources\html by right click on them and click 'Exclude From Project' |
|
| 49 | + |
|
| 50 | + |
|
| 51 | + |
|
| 48 | 52 | ###Step 6. Add mvc5r3\Views\Reporting folder |
| 49 | 53 | |
| 50 | 54 | Add the Reporting folder in mvc5r3\Views to the project's Views |