Question

I have an ASP.NET MVC 3 solution where some Views (and Controllers) are located in separate assembly (later on they are loaded via MEF). This separate assembly is a Class Library project (a .dll) and the ReSharper can't resolve the Views from inside the controller (even if the View exists it shows it with Red color inside the Controller).

Any ideas?

I am using Build 6.0.2202.688 on 2011-06-29T18:14:16

Was it helpful?

Solution

After reading this post it seems that everything work fine now. (The problem doesn't seem to be related with ReSharper.)

OTHER TIPS

Views project must reference controllers project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top