Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): General Discussions > Error message when upgrade to SP3

Error message when upgrade to SP3

  • Pik Lee Intermediate avatar

    Posted on Mar 15, 2010 (permalink)

    I've updated the sitefinity to SP3 and having problem with the Admin page. Here is the error message when I tried to login. Any idea why?

    Thanks,
    Pik

    Compilation Error

    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS1502: The best overloaded method match for 'Telerik.Cms.CmsManager.GetPages(int, int, string, System.ComponentModel.ListSortDirection, System.Collections.Generic.IList<Telerik.Cms.CmsQueryCondition>, out int)' has some invalid arguments

    Source Error:

    Line 113:        {
    Line 114:            int totalRows;
    Line 115:            if (manager.GetPages(0, 1, "", System.ComponentModel.ListSortDirection.Ascending, out totalRows, true).Count > 0)
    Line 116:                canViewPages = true;
    Line 117:        }

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 15, 2010 (permalink)

    Hi Pik Lee,

    You have to merge ~/Sitefinity/Admin/Default.aspx.cs. from your project with this one from the SP3 archive. Some of the code there is removed.

    Kind regards,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Pik Lee Intermediate avatar

    Posted on Mar 15, 2010 (permalink)

    Thank you. It is working now.

    Thanks.
    Pik

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): General Discussions > Error message when upgrade to SP3