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: BC30451: 'XmlUtils' is not declared. It may be inaccessible due to its protection level.

Source Error:


Line 101:            For Each key As Object In objSettings.Keys
Line 102:                sbXml.AppendFormat(TagFormat, Convert.ToString(key), _
Line 103:                                    XmlUtils.XMLEncode(Convert.ToString(objSettings(key))))
Line 104:            Next
Line 105:

Source File: E:\web\ormanda1\App_Code\IFrame\Controller.vb    Line: 103






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0