Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Question regarding message in Topic Manager

  1. #1
    deselt is offline Senior Member
    Join Date
    Mar 2009
    Posts
    100

    Default Question regarding message in Topic Manager

    Getting error when I click on Manage Topic.
    in file topics.aspx.cs
    line 93
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    ________________________________________________
    Line 91: }
    Line 92: }
    Line 93: ddlPageLocales.Items.FindByValue(Localization.GetW ebConfigLocale()).Selected = true;
    Line 94: }
    Line 95: if (ddLocales.Items.Count < 3)
    _______________________________________________

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Looks like you do not have locale added under Configuration -> Localization -> Locale Settings' page which is equal to the locale in your web.config file.

  3. #3
    deselt is offline Senior Member
    Join Date
    Mar 2009
    Posts
    100

    Default you been right

    you been right, Thank you