I use the pluggable framework shown here: ASP.NET MVC - Pluggable application but I have problem with links (Visual Studio cannot resolve the link), images and css in module. I have problem with link in area.
When I create action link within area this way:
@Html.ActionLink("Home", "Index", "Home", new { Area = "" }, null)
Visual Studio tells me that Action index and controller Home does not exist. The same with other link (images, css) which are placed on the root of project. Thanks for help !