Try our conversational search powered by Generative AI!

Installation NuGet package EPiServer.Commerce.Core

Vote:
 

Hello,

during the installation of this package the following code is triggered:

	$commonShellModule = $webConfig.SelectSingleNode("/configuration/episerver.shell/protectedModules/add[@name='EPiServerCommon']")
	if ($commonShellModule -ne $null) {
		Write-Host "Removing EPiServer Common protected shell module."
		$commonShellModule.ParentNode.RemoveChild($commonShellModule) | Out-Null
		$modified = $true

	}

and this doesn't seems to support configSource. So exception is thrown, installation is aborted.

regards,

bob

#179802
Jun 22, 2017 11:25
Vote:
 

Hello,

do I file bugs somewhere else? Through support?

Kind regards,

#182378
Sep 17, 2017 14:33
Vote:
 

the exception message:

Severity Code Description Project File Line Suppression State
Error An error occurred while applying transformation to 'web.config' in project '#######' No element in the source document matches '/configuration/episerver.shell/protectedModules/add'
No element in the source document matches '/configuration/episerver.shell/protectedModules/add' 0

#182713
Sep 28, 2017 12:12
Vote:
 

Hey,

episerver.framework configSource in manager project is also not supported.

#182755
Sep 28, 2017 15:30
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.