I am using Orchard v.1.10.0.0 I installed and enabled the forums module (Forums - Version: 1.0.1)
I dont see the forums in the admin menu. What am i missing?
I found in the db (i am using SQL server) in table [Orchard_Recipes_RecipeStepResultRecord]
Id ExecutionId RecipeName StepId StepName IsCompleted IsSuccessful ErrorMessage
7 23ba680e4956415e960aa2033ddc119c Test NGM.Forum Feature 1 0 Could not enable feature 0 because it was not found.
Any advice?
Found the solution.
The Orchard was compiled with reference to System.Web.Mvc version 5.2.3
and the forums module was compiled with a lower version.
I installed MVC 5 and re-refernced the System.Web.Mvc.
That solved the problem.