Any further hints to help resolve this issue? I'm typing along with the
VB version of the project and encountering this error on several of my accounts pages (MyAccount, Roles, EditRole).
Any help much appreciated!
:D
BTW: I have ensured that I my OnInit code all look like this:
Code:
Protected Overrides Sub OnInit(ByVal e As EventArgs)
MyBase.OnInit(e)
InitializeComponent()
End Sub