Guides/MVC-Integration.md
... ...
@@ -41,23 +41,19 @@ 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
-**a.** Add 'Reporting' from \mvc5r3 to project by dragging and dropping it in Solution Explorer
44
+**a.** Add 'Reporting'and 'Resources'from \mvc5r3 to project by dragging and dropping them in Solution Explorer as below
45 45
46 46
![Controllers](/Guides/MVC-Integration/Resources_Reporting.png)
47 47
48
-
49
-**b.** In the same way, Add 'Resources' from \mvc5r3 to \Reporting as below
50
-
51
-
52
-**c.** In Solution Explorer, exclude Dashboards-Body.ascx and Dashboards-Head.ascx from \Resources\html by right click on them and click 'Exclude From Project'
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'
53 49
54 50
![Controllers](/Guides/MVC-Integration/Exclude.png)
55 51
52
+**c.** Copy rs.aspx from /Reporting and paste it in /Resources/html as below
56 53
57
-<!-- **c.** Copy ./Resources folder in the root of the application into the ./Reporting folder, creating the ./Reporting/Resources path. Be sure to include all but the html folder in the Reporting\Resources folder. -->
58
-
59
-<!-- **c.** Copy rs.aspx from /Reporting and paste it in /Resources/html as below ![](/Guides/MVC-Integration/rs.png) -->
54
+![](/Guides/MVC-Integration/rs.png)
60 55
56
+**d.** Copy /Resources folder in the root of the application into the /Reporting folder
61 57
62 58
**** If Izenda toolbar icons don't appear, check if Reporting folder contains rs.aspx and Resources folder ****
63 59