Hi, I am beginner in mvc and I'm presently doing my first website with kooboo (and I'm french, so excuse my bad english!). Everything is fine, but now I'm triyng to make a module (just a simple contactform module to have a practice test).
First problem: when I want to add a module (downloaded on codeplex:htmlForm) in a page I received this error:
Error in line 1 position 121. Expecting element 'ModuleInfo' from namespace 'http://schemas.datacontract.org/2004/07/Kooboo.CMS.Sites.Extension.Module'.. Encountered 'Element' with name 'ModuleConfiguration', namespace ''.
Did I delete something or am I using a wrong version or something else?
Second problem: when I add my own module on a page, it's ok but when I navigate on that page I recieve this error:
Multiple types were found that match the controller named 'Home'. This can happen if the route that services this request ('{controller}/{action}') does not specify namespaces to search for a controller that matches the request. If this is the case, register this route by calling an overload of the 'MapRoute' method that takes a 'namespaces' parameter.
The request for 'Home' has found the following matching controllers:
Kooboo.CMS.Web.Areas.Sites.Controllers.HomeController
Kooboo.CMS.Web.Areas.Contents.Controllers.HomeController
I've got also a question concerning development of a module: do I have to make only partial views or do I have to develop a module just as I develop a website?
Thanks for your help, and sorry for the questions that may seem stupid to you!