Skip to content

Commit 7262e2f

Browse files
authored
Merge pull request #2574 from bryandam/patch-6
Add Warning against placing console extension assemblies in bin folder.
2 parents 1f3ad17 + 175b15d commit 7262e2f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

memdocs/configmgr/develop/core/servers/console/console-extension-deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The deployment of a typical Configuration Manager extension has to account for a
2727
|Nodes|%ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\bin for the assembly<br /><br /> %*ProgramFiles*%Microsoft Endpoint Manager\AdminConsole\XmlStorage\Extensions\Nodes for the node XML files|
2828
|ManagementClasses|%ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\bin for the assembly<br /><br /> %ProgramFiles%Microsoft Endpoint Manager\AdminConsole\XmlStorage\Extensions\ManagementClasses for the management classes XML files|
2929

30+
> [!IMPORTANT]
31+
> Placing your assemblies and dependencies in the %ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\bin folder may create conflicts with other console extensions and prevent your extension from loading.
32+
3033
You must also perform the following tasks during installing and uninstalling actions.
3134

3235
## Custom Actions

0 commit comments

Comments
 (0)