Using "Go To Controller" and "Go To View" in Visual Studio 2008 when controllers are in different as
Posted
by ElvisLives
on Stack Overflow
See other posts from Stack Overflow
or by ElvisLives
Published on 2010-03-19T17:49:04Z
Indexed on
2010/03/19
17:51 UTC
Read the original article
Hit count: 164
visual-studio-2008
|asp.net-mvc-2
The title is basically the question. We decided to move our controller classes to a separate library and reference it in our asp.net mvc 2 application. It works just fine when running the application, meaning the controllers are being referenced while the application is running. But when doing development (in Visual Studio 2008) and I am in a View and try to use the context menu "Go To Controller" it can't find our controllers in the new assembly. Same with when I am inside a controller, I don't have the Context menu to "Add View" or "Go To View" anymore.
Does anyone one know how to remedy this? I searched like crazy but haven't found any solutions or even half solutions. Thanks!
© Stack Overflow or respective owner