My first upgrade attempt to 7.2.1 failed so I waited for 7.2.2. When 7.2.2 was made available I was able to upgrade six sites in place [after backing up] in place on my 2008 server. One site failed so I rolled it back to 07.00.05 (130).
Today I copied the problem site and DB to my development box. I was unable to get it to run on localhost [I suspect because there are five portals]; SO, I pointed my firewall to my development box and the problem site worked fine as it does on my 2008 server. Next I copied 7.2.2 on top of the site [as I already did with six other live sites on my server]. When I attempt to launch the site to get the upgrade to activate, I get the error :
Server Error in '/' Application.
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: BC30456: 'DeleteSearchItems' is not a member of 'DotNetNuke.Data.DataProvider'.
Source Error:
Line 169: ''' </summary>
Line 170: Public Sub ClearSearchIndex()
Line 171: DotNetNuke.Data.DataProvider.Instance.DeleteSearchItems(ModuleID)
Line 172: End Sub
Line 173:
Source File: C:\inetpub\EAA92\App_Code\XML\Components\XmlController.vb Line: 171
Note that I also created a test 7.2.2 site on my dev box and it works fine under localhost.
Please advise ~ thank you -rb-