Search:
Namespaces
Discussions
.NET v1.1
Feedback
Problems setting up the portal...
Messages
Related Types
This message was discovered on
ASPFriends.com 'aspngibuyspy' list
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Jeff Giesbrecht
Hi,
Seems to me there is some problem with the PortalSecurity as shown in this code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 33:
Line 34: ' Ensure that the visiting user has access to the current page
Line 35: If PortalSecurity.IsInRoles(_portalSettings.ActiveTab.AuthorizedRoles) = False Then
Line 36: Response.Redirect(PortalSettings.ApplicationPath+"/Admin/AccessDenied.aspx")
Line 37: End If
Can someone please help me understand what is going on here??
Thank you very much,
Jeff Giesbrecht
--
http://OwnYourOwnBusinessNow.com
by
http://HealingWithSugars.com
--
Reply to this message...
Brian Bilbro (VIP)
Usually this error happens when the portal can't load the tabs. You can
check and see if that is the case by setting a break point in the
constructor of the PortalSettings class :
public PortalSettings(int tabIndex, int tabId, string LanguageId)
Then a little ways down:
...
while(result.Read())
{
TabStripDetails tabDetails = new TabStripDetails();
tabDetails.TabId = (int) result["TabId"];
tabDetails.TabName = (String) result["TabName"];
...
step through the code and see if it reads any tabs. Perhaps the database
didn't get installed?
HTHs,
Brian
----- Original Message -----
From: "Jeff Giesbrecht" <
Click here to reveal e-mail address
>
To: "aspngibuyspy" <
Click here to reveal e-mail address
>
Sent: Friday, July 19, 2002 3:08 PM
Subject: [aspngibuyspy] Problems setting up the portal...
[Original message clipped]
Then
> Line 36:
Response.Redirect(PortalSettings.ApplicationPath+"/Admin/AccessDenied.aspx")
[Original message clipped]
Reply to this message...
System.NullReferenceException
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com