---
title: Nintex Workflow Error – Nintex.Workflow.Activities not marked as authorized in the application configuration file
description: In einer SharePoint On-Premises Umgebung kann es vorkommen, dass Nintex Workflows nicht mehr funktionieren. Wir haben Ursache und Lösung dessen zusammengestellt.
image: https://blog.hansevision.com/hubfs/david-pupaza-heNwUmEtZzo-unsplash_small.jpg
---

[![HV_BechtleGroup_sRGB_Black_2025 (3)](https://blog.hansevision.com/hs-fs/hubfs/Website%20Weebly%20Bildmaterialien/Logos/HV_BechtleGroup_sRGB_Black_2025%20(3).png?width=225&height=45&name=HV_BechtleGroup_sRGB_Black_2025%20(3).png)](https://www.hansevision.com/) [Blog](https://blog.hansevision.com)

 Lösungen

 Leistungen

[Über uns](https://www.hansevision.com/hansevision.html)

 Karriere

[Kontakt](https://www.hansevision.com/kontakt.html)

[![HV_BechtleGroup_sRGB_Black_2025 (3)](https://blog.hansevision.com/hs-fs/hubfs/Website%20Weebly%20Bildmaterialien/Logos/HV_BechtleGroup_sRGB_Black_2025%20(3).png?width=163&height=32&name=HV_BechtleGroup_sRGB_Black_2025%20(3).png)](https://www.hansevision.com/) [Blog](https://blog.hansevision.com)

 Lösungen

 Leistungen

[Über uns](https://www.hansevision.com/hansevision.html)

 Karriere

Zurück

 2 Minuten Lesezeit  24.06.2019

[SharePoint](https://blog.hansevision.com/tag/sharepoint) [Nintex](https://blog.hansevision.com/tag/nintex) [Tutorial](https://blog.hansevision.com/tag/tutorial) [Coding](https://blog.hansevision.com/tag/coding)

<https://twitter.com/intent/tweet?original_referer=https://blog.hansevision.com/nintex-workflow-error-nintex-workflow-activities-not-marked-as-authorized-in-the-application-configuration-file?utm_medium=social&utm_source=twitter&url=https://blog.hansevision.com/nintex-workflow-error-nintex-workflow-activities-not-marked-as-authorized-in-the-application-configuration-file?utm_medium=social&utm_source=twitter&source=tweetbutton&text=> <http://www.linkedin.com/shareArticle?mini=true&url=https://blog.hansevision.com/nintex-workflow-error-nintex-workflow-activities-not-marked-as-authorized-in-the-application-configuration-file?utm_medium=social&utm_source=linkedin>

![Bild von J V (ehemaliger Mitarbeiter)](https://blog.hansevision.com/hs-fs/hubfs/profile.png?width=140&height=140&name=profile.png)

[J V (ehemaliger Mitarbeiter)](https://blog.hansevision.com/author/j-v)

# Nintex Workflow Error – Nintex.Workflow.Activities not marked as authorized in the application configuration file

---

In einer **SharePoint On-Premises** Umgebung kam es zu dem Verhalten, dass **Nintex Workflows** nicht mehr funktionierten, die die Genehmigung von News-Artikeln auslösen sollten.

 

Folgende **Fehlermeldungen** waren hierzu im **ULS Log** zu sehen:

```
Microsoft.SharePoint.SPException: <Error><CompilerError Line="-1" Column="-1" Text="Type Nintex.Workflow.Activities.ReportingHeaderActivity is not marked as authorized in the application configuration file." /><CompilerError Line="-1" Column="-1" Text="Type Nintex.Workflow.Activities.ReportingActivity is not marked as authorized in the application configuration file." /><CompilerError Line="-1" Column="-1" Text="Type Nintex.Workflow.Activities.RunIf2Activity is not marked as authorized in the application configuration file." /><CompilerError Line="-1" Column="-1" Text="Type Nintex.Workflow.Activities.ReportingActivity is not marked as authorized in the application configuration file." /><CompilerError Line="-1" Column="-1" Text="Type Nintex.Workflow.Activities.ReportingFooterActivity is not marked as authorized in the application configuration file." /></Error> at Microsoft.SharePoint.Workflow.SPNoCodeXomlCompiler.LoadXomlAssembly(SPWorkflowAssociation association, SPWeb web) at Microsoft.SharePoint.Workflow.SPWinOeHostServices.LoadDeclarativeAssembly(SPWorkflowAssociation association, Boolean fallback) at Microsoft.SharePoint.Workflow.SPWinOeHostServices.CreateInstance(SPWorkflow workflow) at Microsoft.SharePoint.Workflow.SPWinOeEngine.RunWorkflow(SPWorkflowHostService host, SPWorkflow workflow, Collection`1 events, TimeSpan timeOut) at Microsoft.SharePoint.Workflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow workflow, Collection`1 events, SPWorkflowRunOptionsInternal runOptions)
```

 

```
Failed to create a control from assembly 'Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12', class 'Nintex.Workflow.ServerControls.UserMenu': Das Steuerelement mit dem Assemblynamen 'Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12', Klassenname 'Nintex.Workflow.ServerControls.UserMenu', ist für das Web in der URL 'https://webapp.contoso.de' nicht zulässig. Der Typ 'Nintex.Workflow.ServerControls.UserMenu, Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12' wurde nicht gefunden oder ist nicht als sicher registriert.  
```

 

```
Fehler beim Erstellen des benutzerdefinierten Steuerelements 'Nintex.Workflow.UserMenu', Feature 'NintexWorkflowWeb' (ID:9bf7bf98-5660-498a-9399-bc656a61ed5d) mit Verwendung von Attributen (ControlSrc='', ControlAssembly='Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12', ControlClass='Nintex.Workflow.ServerControls.UserMenu'): System.ArgumentException: Das Steuerelement mit dem Assemblynamen 'Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12', Klassenname 'Nintex.Workflow.ServerControls.UserMenu', ist für das Web in der URL 'https://webapp.contoso.de' nicht zulässig. Der Typ 'Nintex.Workflow.ServerControls.UserMenu, Nintex.Workflow.ServerControls, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12' wurde nicht gefunden oder ist nicht als sicher registriert.   at Microsoft.SharePoint.Utilities.SPUtility.CreateServerControlFromAssembly(String sControlAssembly, String sControlClass)  at Microsoft.SharePoint.SPControlElement.BuildCustomControl(TemplateControl tctlPage, String sControlAssembly, String sControlClass, String sControlSrc, XmlNode xnElementDefinition, SPFeatureDefinition featdefElement, String sElementId)  at Microsoft.SharePoint.SPCustomActionElement.BuildCustomControl(TemplateControl tctlParent)  at Microsoft.SharePoint.WebControls.FeatureMenuTemplate.CreateChildControls().
```

 

 

Aufgrund dessen kam es entsprechend auch zu Fehlern in der **Nintex Workflow Management – Workflow Support Console**:

[![image](https://blog.hansevision.com/hs-fs/hubfs/Imported_Blog_Media/image_thumb-3-Jul-18-2022-01-10-53-88-PM.png?width=743&height=50&name=image_thumb-3-Jul-18-2022-01-10-53-88-PM.png "image")](https://static.hsstatic.net/BlogImporterAssetsUI/ex/missing-image.png)

 

Als Ursache konnten fehlende Einträge in der entsprechenden **Web.config** der SharePoint Web Application identifiziert werden.

Diese Einträge wurden in die entsprechenden Web.config – Dateien auf den SharePoint Systemen (WebFrontEnd Server) in den Web Applications eingetragen. Diese Dateien befinden sich in der Standardkonfiguration normalerweise unter **C:\\inetpub\\wwwroot\\wss\\VirtualDirectories**\\.

 

Zuerst wurde unter der Sektion **<SafeControls>** folgende Werte eingetragen, damit diese Steuerelemente als sicher eingestuft werden konnten:

[![Nintex Workflow Error - WebConfig_01](https://blog.hansevision.com/hs-fs/hubfs/Imported_Blog_Media/Nintex-Workflow-Error-WebConfig_01_thumb.png?width=753&height=35&name=Nintex-Workflow-Error-WebConfig_01_thumb.png "Nintex Workflow Error - WebConfig_01")](https://static.hsstatic.net/BlogImporterAssetsUI/ex/missing-image.png)

```
<SafeControl Assembly="Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883" Namespace="Nintex.Forms.SharePoint.WebControls" TypeName="*" Safe="True" SafeAgainstScript="False" /> <SafeControl Assembly="Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883" Namespace="Nintex.Forms.SharePoint.WebParts.InitiateWorkflow" TypeName="*" Safe="True" SafeAgainstScript="False" />  <SafeControl Assembly="Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883" Namespace="Nintex.Forms.SharePoint.WebParts.NFListFormWebpart" TypeName="*" Safe="True" SafeAgainstScript="False" />  
```

 

Danach wurden unter der Sektion **<expressionBuilders>** ein Wert hinzugefügt:

[![image](https://blog.hansevision.com/hs-fs/hubfs/Imported_Blog_Media/image_thumb-4-Jul-18-2022-01-10-53-22-PM.png?width=742&height=22&name=image_thumb-4-Jul-18-2022-01-10-53-22-PM.png "image")](https://static.hsstatic.net/BlogImporterAssetsUI/ex/missing-image.png)

```
<add expressionPrefix="NFResources" type="Nintex.Forms.SharePoint.NFResourceExpressionBuilder, Nintex.Forms.SharePoint, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c52d764dcf7ec883" />
```

 

In der Sektion **<authorizedTypes>** wurden folgende Werte hinzugefügt:

[![Nintex Workflow Error - WebConfig_03_02](https://blog.hansevision.com/hs-fs/hubfs/Imported_Blog_Media/Nintex-Workflow-Error-WebConfig_03_02_thumb.png?width=770&height=196&name=Nintex-Workflow-Error-WebConfig_03_02_thumb.png "Nintex Workflow Error - WebConfig_03_02")](https://static.hsstatic.net/BlogImporterAssetsUI/ex/missing-image.png)

```
<authorizedType Assembly="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections.Generic" TypeName="List`1" Authorized="True" />  <authorizedType Assembly="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" Namespace="System.Collections.Generic" TypeName="List`1" Authorized="True" />
```

```
<authorizedType Assembly="Microsoft.SharePoint.WorkflowActions, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.SharePoint.WorkflowActions" TypeName="HTLookupActivity" Authorized="True" />
```

```
<authorizedType Assembly="Nintex.Workflow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12" Namespace="Nintex.Workflow.*" TypeName="*" Authorized="True" />  <authorizedType Assembly="Nintex.Workflow, Version=1.0.0.0, Culture=neutral, PublicKeyToken=913f6bae0ca5ae12" Namespace="Nintex.Workflow" TypeName="RunNowParameterOptions" Authorized="True" />
```

 

Im Anschluss wurden die Workflows erneut ausgelöst und konnten erfolgreich ausgeführt werden.

 

 

![Bild von J V (ehemaliger Mitarbeiter)](https://blog.hansevision.com/hs-fs/hubfs/profile.png?width=140&height=140&name=profile.png)

[J V (ehemaliger Mitarbeiter)](https://blog.hansevision.com/author/j-v)  Diese Person ist nicht mehr bei HanseVision tätig. [Alle Artikel des Autors](https://blog.hansevision.com/author/j-v)

### Ähnliche Blog-Artikel

![](https://blog.hansevision.com/hs-fs/hubfs/Theme%20Development/hansevision-newsletter.png?width=410&name=hansevision-newsletter.png)

### Mit unserem HanseVision Update sind Sie immer gut informiert über alle Themen rund um moderne Zusammenarbeit, Lösungen und Tools, Referenzen und Aktionen.

[![Jetzt zum Newsletter anmelden](https://hubspot-no-cache-eu1-prod.s3.amazonaws.com/cta/default/24882854/c769ef8c-5eed-48ae-ada2-7fc72d656a50.png)](https://hubspot-cta-redirect-eu1-prod.s3.amazonaws.com/cta/redirect/24882854/c769ef8c-5eed-48ae-ada2-7fc72d656a50)

Updates & Aktionen

Versand alle 4-6 Wochen

Trends & aktuelle Entwicklungen

![](https://blog.hansevision.com/hs-fs/hubfs/Theme%20Development/hansevision-newsletter.png?width=250&height=250&name=hansevision-newsletter.png)

[![Jetzt zum Newsletter anmelden](https://hubspot-no-cache-eu1-prod.s3.amazonaws.com/cta/default/24882854/c769ef8c-5eed-48ae-ada2-7fc72d656a50.png)](https://hubspot-cta-redirect-eu1-prod.s3.amazonaws.com/cta/redirect/24882854/c769ef8c-5eed-48ae-ada2-7fc72d656a50)

<https://www.youtube.com/channel/UCZQCgsNj4irQw3Ozhqf3YaA?sub_confirmation=1> <https://www.linkedin.com/company/5723266>

[Datenschutzerklärung](https://www.hansevision.com/datenschutzerklaerung.html)

[Impressum](https://www.hansevision.com/impressum-688471.html)

[AGB](https://www.hansevision.com/uploads/4/1/9/3/41931735/hansevision_agb_der_hansevision_gmbh_stand_31.03.2020.pdf)

[Telefon: +49 (40) 2880 7590 - 0](tel:+4940288075900)

 Adresse: Atlantic Haus, Bernhard-Nocht-Strasse 113, 20359 Hamburg

[Cookie-Richtlinien](https://www.hansevision.com/cookie-richtlinie.html)

 Cookie-Einstellungen

```json
{
  "@context" : "https://schema.org",
  "@type" : "BlogPosting",
  "author" : {
    "@type" : "Person",
    "name" : "J V (ehemaliger Mitarbeiter)",
    "url" : "https://blog.hansevision.com/author/j-v"
  },
  "dateModified" : "2023-04-25T10:01:05.134Z",
  "datePublished" : "2019-06-24T22:00:00.000Z",
  "headline" : "Nintex Workflow Error – Nintex.Workflow.Activities not marked as authorized in the application configuration file",
  "image" : [ "https://blog.hansevision.com/hubfs/david-pupaza-heNwUmEtZzo-unsplash_small.jpg" ],
  "mainEntityOfPage" : {
    "@id" : "https://blog.hansevision.com/nintex-workflow-error-nintex-workflow-activities-not-marked-as-authorized-in-the-application-configuration-file",
    "@type" : "WebPage"
  },
  "publisher" : {
    "@type" : "Organization",
    "logo" : {
      "@type" : "ImageObject",
      "url" : "https://blog.hansevision.com/hubfs/HanseVision_sRGB_Black.png"
    },
    "name" : "HanseVision GmbH"
  }
}
```