Hi,
We are developing a website in vs 2008using DotNetNuke 4.8.2.
I am unable to execute the application in debug mode.
I am geeting Null Reference Exception in portalcontroller.vb file in the below given function.
Public Shared Function GetCurrentPortalSettings() As PortalSettings
Return CType(HttpContext.Current.Items("PortalSettings"), PortalSettings)
End Function
Let me know where i should make changes in my application.
Thanks in advance
Uma