When we try to access Content Library we get the following error message:
Server Error in '/OSoft' 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: 'Security' is not a member of 'Microsoft'.
Source Error:
Line 24:
Line 25: var m_SvcUrl = fn_GetWebRoot("ContentsProxy") + "ContentsProxy.asmx/";
Line 26: var p_Mode = String(<%= Microsoft.Security.Application.AntiXss.JavaScriptEncode(Request("p_Mode")) %>);
Line 27: var m_CurrentView= String(<%= Microsoft.Security.Application.AntiXss.JavaScriptEncode(CurrentView) %>);
Line 28: var arrCurrentView;
Source File: D:\SAPBPC\Websrvr\web\Contents\WebContentsList.aspx Line: 26
Any ideas regarding this issue?
Regards,
Salvador.
Add a comment