Hi All,
We have recently migrated our SharePoint 2007 web application to SharePoint 2010 using content database attach method. Every thing works fine except that i get an error message for all lists and libraries when trying to open context menu.
Below is the error message:
Note that we also get same error when trying to open context menu for grid. This context menu is created using MenuItemTemplate as:
MenuItemTemplate menuItem = new MenuItemTemplate("Edit");
menuItem.ClientOnClickNavigateUrl = "/Pages/Edit.aspx";
menu.Controls.Add(menuItem);Please help us as this is a blocking issue for us..
Thanks in advance.