Can't access views from different project using Razor View Engine
问题 I have a use case where I have many web projects that all use the same management general-purpose web pages, so I started to isolate my views to a separate project where all solutions can reference and use. Because currently, I have to copy-paste the view files across solutions whenever I have a new change. Based on this answer, I added a new custom view engine, and then added the path to the location where my views live (in a separate project beside my main project). public class