I'm trying to upgrade a CMS 6 installation to CMS 7.5 but whithout success. This is what I get:
_____________________________________
Verifying whether specific add-ons should be updated before site upgrade.
An unhandled error has occured:
Virtual path to protected packages is invalid: ''.
When executing
At C:\Program Files (x86)\EPiServer\CMS\7.5.394.2\Upgrade\System Scripts\Upgrad
e Site To 7R2 (SqlServer).ps1:18 char:35
+ $addOnsToBeUpdated = Get-EPiAddOns <<<< -ApplicationPath $siteRoot -ApiPath
$apiRoot `
=
Get-EPiIsBulkInstalling
At C:\Program Files (x86)\EPiServer\CMS\7.5.394.2\Upgrade\System Scripts\Upgrade Site To 7R2 (SqlServer).ps1:18 char:35
+ $addOnsToBeUpdated = Get-EPiAddOns <<<< -ApplicationPath $siteRoot -ApiPath $apiRoot `
System.Configuration.ConfigurationErrorsException: Virtual path to protected packages is invalid: ''.
at EPiServer.Packaging.Configuration.PackagingConfiguration..ctor(IHostingEnvironment environment, EPiServerPackagingSection packagingSection, EPiServerFrameworkSection frameworkConfiguration, String binPath)
at EPiServer.Packaging.CommandLine.PackagingHelper.InitConfiguration()
at EPiServer.Packaging.CommandLine.PackagingHelper..ctor(String applicationPath)
at EPiServer.Packaging.CommandLine.PackagingCommands.GetInstalled(Object cmdLet)
at EPiServer.Install.Packaging.Cmdlets.GetAddOnsCmdLet.ProcessRecord()
at System.Management.Automation.Cmdlet.DoProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
_____________________________________
Can someone please suggest I way forward?
Best regards
//Daniel