I am wanting to use a view across multiple areas. I have put the partial view in question into the main application Views/Shared folder, but I cannot seem to access this.
Does anyone know how to access the shared view folder?
The code i am currently using is the basic:
@Html.RenderPartial("MyPartialControl")
Have you tried using full path?