I recently updated a client of mine from DNN 4.9 to DNN 6.2 through the manage applications portion of their godaddy hosting account. The hosting account has 2 websites associated with the DNN folder in the root directory. Once the install of the DNN updates where complete, I got a run time error when I try to access either site associated with the DNN folder that was updated.
I rolled back the DNN version to the original DNN 4.9 and I still got the same error. I even paid godaddy to restore the DNN data base to what it was before I initiated the update. I am still getting the same error!
I’m still a novice at DNN and I would greatly appreciate any help I could get concerning this problem!
Thank You,
Olie
The error code was as follows:
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: BC30451: Name 'XmlUtils' is not declared.
Source Error:
Line 99: For Each key As Object In objSettings.Keys
Line 100: sbXml.AppendFormat(TagFormat, Convert.ToString(key), _
Line 101: XmlUtils.XMLEncode(Convert.ToString(objSettings(key))))
Line 102: Next
Line 103:
Source File: d:\hosting\bobcatoe1234\DNN\App_Code\IFrame\Controller.vb Line: 101