Error "Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type...is not registered as safe"

  • 26 March 2021
  • 0 replies
  • 35 views

Userlevel 5
Badge +19
ISSUE
When accessing Nintex Administrative reports the following error occurs:

Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type...is not registered as safe
ERROR CODE
RESOLUTION
  1. Backup the web.config file.
  2. In the <SafeControls> section of the Web.config file, add the following safe control references:
    <SafeControl Assembly="Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12" Namespace="Nintex.Workflow.ServerControls" TypeName="*" Safe="True" />  <SafeControl Assembly="Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12" Namespace="Nintex.Workflow.ServerControls.WebParts" TypeName="*" Safe="True" />
ADDITIONAL INFORMATION
RELATED LINKS

0 replies

Be the first to reply!

Reply