I'm able to load controllers from external assemblies in MVC6, due to how it finds controllers. But I am unable to render a view that is also in that assembly, as it says it can not be found. The assembly that contains the views and controllers looks as so:
The project it's imported into finds the controller find, and executes the code inside it fine, but then fails finding the view, showing this error