2017-10-30 14 views
0

Sitecore 8.0 설치를 Sitecore 9.0으로 마이그레이션하려고하는데 Sitecore Developer 포털의 설명서에 Sitecore Express 마이그레이션 도구를 사용하는 것이 가장 쉽습니다. 나는 로그 파일을 확인Sitecore Express 마이그레이션 도구 3.0 - 실행시 오류가 발생했습니다.

An unexpected error has occured. Please restart the tool and try again. For more information, see the log files.

및 I는이 참조하십시오 : 나는 응용 프로그램을 실행할 때, 나는 즉시 오류가이 구성을 변경하지 않고 기본입니다

[ 1] 11:40:43.421 INFO [WizardCore] Moving to the next step. Current step key: ''. 
[ 1] 11:40:43.510 ERROR Unable to perform wizard step transition. Source: <no>, Target: basic_parameters_step. 
System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information. 
    at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) 
    at System.Reflection.Assembly.LoadFile(String path) 
    at Sitecore.ExpressMigration.Core.Plugin.PluginRepository.LoadPlugins() in C:\BA\e849cf469cb4cf58\src\Sitecore.ExpressMigration.Core\Plugin\PluginRepository.cs:line 44 
    at System.Lazy`1.CreateValue() 
    at System.Lazy`1.LazyInitValue() 
    at Sitecore.ExpressMigration.Pipelines.WizardSteps.CreateBasicParameters.AddModuleVersionSelectors.Process(CreateBasicParametersArgs args) in C:\BA\e849cf469cb4cf58\src\Sitecore.ExpressMigration\Pipelines\WizardSteps\CreateBasicParameters\30_AddModuleVersionSelectors.cs:line 54 
    at Sitecore.ExpressMigration.Core.Pipelines.PipelinesService.Pipeline.Run[T](T args) in C:\BA\e849cf469cb4cf58\src\Sitecore.ExpressMigration.Core\Pipelines\PipelinesService\Pipeline.cs:line 54 
    at Sitecore.ExpressMigration.Wizard.Steps.Start.BasicParameters.BasicParametersStep.CreateRootDataRequest(Migration migration) in C:\BA\e849cf469cb4cf58\src\Sitecore.ExpressMigration\Wizard\Steps\Start\BasicParameters\BasicParametersStep.cs:line 119 
    at Sitecore.ExpressMigration.Wizard.Steps.Start.BasicParameters.BasicParametersStep.<OnBeforeStepEnterAsync>d__29.MoveNext() in C:\BA\e849cf469cb4cf58\src\Sitecore.ExpressMigration\Wizard\Steps\Start\BasicParameters\BasicParametersStep.cs:line 84 
--- End of stack trace from previous location where exception was thrown --- 
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 
    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 
    at Sitecore.ExpressMigration.Wizard.Core.WizardCore.<PerformStepTransitionAsync>d__51.MoveNext() in C:\BA\e849cf469cb4cf58\src\Sitecore.ExpressMigration\Wizard\Core\WizardCore.cs:line 220 
[ 1] 11:41:06.247 INFO [WizardCore] Moved to the next step. Current step key: ''. 

을; 참조 된 시스템 경로가 내 시스템 (C : \ BA \ e849cf469cb4cf58)에 존재하지 않으며 실제 Sitecore 프로젝트 폴더의 위치를 ​​지정하는 방법을 모르겠습니다. 필자는 개발자 포털의 이전 문서를 살펴 보았지만 문서화 된 모든 내용은 응용 프로그램 시작을 가정 한 것으로 작성되었습니다.

이 오류를 지나치려면 어떻게해야합니까? 필요한 구성 변경이 있습니까?

답변

0
  1. 열기 Sitecore.ExpressMigration.exe.config는
+0

우수한 <runtime> 섹션에 다음 줄 <loadFromRemoteSources enabled="true" /> 추가! 이것은 완벽하게 작동했습니다. 감사! –

+0

@JustinGilman이 경우 응답으로 수락하십시오. – Anton

+0

이것은 도구의 2.0에 대한 동일한 수정 사항입니다. –