. NET security patch
(KB 4457035) was installed into SharePoint servers due to this patch all the SharePoint workflows stop working.
Error Message:-
0x22FC SharePoint
Foundation Workflow Infrastructure 72fs
Unexpected RunWorkflow: Microsoft.SharePoint.SPException:
System.CodeDom.CodeBinaryOperatorExpression
is not marked as authorized in the application configuration file."
The error suggest
that System.CodeDom.CodeBinaryOperatorExpression
is not in the authorized types. The type is already there and even if you
include when it is missing, the error will not go away.
Solution :-
The solution is to
add explicitly the namespace to the all web applications' web.config:
Reference :-
No comments:
Post a Comment