First, for context, I'm working on a Plugin for nopCommerce.
I am overriding a view (namely \Presentation\Nop.Web\Administration\Views\Currency\List.cshtml
) in my plugin by creating a custom view engine. Now though that's successful, I'm having trouble loading my customized view.
One of probably several errors when app tries to load my view:
Apparently not very experienced with front-end so subsequently with how views work.
Edit: Created View doesn't recognize sln project references to better localize the issue.