Rainbow Portal Community

Rainbow Portal forums, blogs, news and more
Welcome to Rainbow Portal Community Sign in | Join | Help
in Search

How can I add new user in Rainbow portal?

Last post 04-09-2008, 11.30 by mkmk. 1 replies.
Sort Posts: Previous Next
  •  04-08-2008, 8.48 15453

    How can I add new user in Rainbow portal?

    Hello,

    I tried to add new user into Manage Users module using the + icon button, and i'm getting an error "NullReferenceException was unhandled by user code:  Object reference not set to an instance of an object..."     and stop into RegisterFull.ascx.cs .. BindCountry() method, under line #207 string CountriesFilter:

    here is the code snippet:

    private void BindCountry()

    {

    //Country filter limits contry list

    string CountriesFilter = portalSettings.CustomSettings["SITESETTINGS_COUNTRY_FILTER"].ToString();

    CountryField.Items.Clear();

    if (CountriesFilter.Length != 0)

    {

    CountryField.DataSource = CountryInfo.GetCountries(CountriesFilter);

    }

    else

    {

    CountryField.DataSource = CountryInfo.GetCountries(CountryTypes.InhabitedCountries,CountryFields.DisplayName);

    }

    CountryField.DataBind();

    }

    Do I miss a procedures, adding a module or do i have to change some values....?  thanks for your help.

    xw

  •  04-09-2008, 11.30 15454 in reply to 15453

    Re: How can I add new user in Rainbow portal?

    Hi xwobniar, this is a known bug. Can you fix it?

    Then please join the Rainbow Developers Community on

    http://groups.google.com/group/rainbow-developers

     In any case watch this:

     http://groups.google.com/group/rainbow-announce/web/Rainbow%20Project%20Maillists

    Your choice.

     

    (mk)

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems