I have one app whit MVC4 portables areas working well, Mvc Griffin framework, if I add one second class library(Configured whit mvc area), The main Project can only find one Area Route, ModelRegister and Model Acess, delete reference ModelAcess, ModelRegister
works, put the 2 Models, only ModelAcess works and <li>@Html.ActionLink("Register", "Index", "Home", new { area = "Register" },null)</li> do nothing.
MsbowElite
Member
1 Points
7 Posts
MVC portables areas references.
Dec 21, 2012 04:46 PM|LINK
I have one app whit MVC4 portables areas working well, Mvc Griffin framework, if I add one second class library(Configured whit mvc area), The main Project can only find one Area Route, ModelRegister and Model Acess, delete reference ModelAcess, ModelRegister works, put the 2 Models, only ModelAcess works and <li>@Html.ActionLink("Register", "Index", "Home", new { area = "Register" },null)</li> do nothing.
Any idea? Thanks.
CPrakash82
All-Star
18712 Points
2900 Posts
Re: MVC portables areas references.
Dec 21, 2012 11:36 PM|LINK
Make sure, you have all the DLLs of class library going inside the main project.
ignatandrei
All-Star
137716 Points
22159 Posts
Moderator
MVP
Re: MVC portables areas references.
Dec 22, 2012 02:45 AM|LINK
What do you mean by "nothing"?