I found the following post: Render partial from different folder (not shared)
However this isn't working on my page. The file structure is as follows:
>Areas
>>NewNavigation
>>>Views
>>>>Shared
>>>>>MyCustomView
>Views
>>Shared
>>>SignInLink
I want MyCustomView to be able to render the partial found in: views/shared/signinlink
<% Html.RenderPartial("~/Views/Shared/SignInLink.ascx"); %>
Cannot resolve partial view