Skip to main content
Nintex Community Menu Bar

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"

  • March 26, 2021
  • 0 replies
  • 72 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
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