I'm wondering whether other people are having this same issue or whether it's just me !
Given I have a View Purchases.aspx
and a partial view Purchases.ascx
:
Within Purchases.aspx
if I do: Html.RenderPartial("Purchases")
then WebDev.WebServer40.exe basically closes.
I'm guessing that this is caused by a Stack Overflow because RenderPartial
cannot determine what it's supposed to render (.aspx or .ascx).
Is this a bug, is it a defined behaviour, or is it just happening for me?