cancel
Showing results for 
Search instead for 
Did you mean: 

Error when accesing Content Library

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The problem was the file AntiXSSLibrary.dll in the webserver application directory. It had a 15kb "version" 3 inside and what I did is copy and replaced with a 16kb 1.5 version from the .NET 1.1 Directory.

Former Member
0 Kudos

Hi Salvador,

I would request you to re-register the antixsslibrary and 6.5 version of xceedzip.dll

Hope this helps.