2016-09-03 6 views
0

次は、スタックトレースです:サイトコアアクティブコマース-SC80 3.2をインストールしている間、私は「一つ以上の要求されたタイプをロードできません」というエラーが表示されます

[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.] 
    System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0 
    System.Reflection.Assembly.GetTypes() +118 
    Glass.Mapper.Configuration.Attributes.AttributeConfigurationLoader.LoadFromAssembly(Assembly assembly) +172 

[ConfigurationException: Failed to load types Could not load file or assembly 'Sitecore.Ecommerce.Apps, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.] 
    Glass.Mapper.Configuration.Attributes.AttributeConfigurationLoader.LoadFromAssembly(Assembly assembly) +753 
    Glass.Mapper.Configuration.Attributes.AttributeConfigurationLoader.<Load>b__0(String assemblyName) +94 
    System.Linq.WhereSelectArrayIterator`2.MoveNext() +102 
    System.Linq.Enumerable.Aggregate(IEnumerable`1 source, Func`3 func) +116 
    Glass.Mapper.Configuration.Attributes.AttributeConfigurationLoader.Load() +272 
    Glass.Mapper.Context.<Load>b__0(IConfigurationLoader loader) +63 
    System.Linq.WhereSelectArrayIterator`2.MoveNext() +102 
    System.Linq.Enumerable.Aggregate(IEnumerable`1 source, Func`3 func) +287 
    Glass.Mapper.Context.Load(IConfigurationLoader[] loaders) +425 
    ActiveCommerce.Web.App_Start.GlassMapperSc.Start() +60 

[TargetInvocationException: Exception has been thrown by the target of an invocation.] 
    System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0 
    System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +260 
    System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +146 
    System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +34 
    WebActivatorEx.BaseActivationMethodAttribute.InvokeMethod() +288 
    WebActivatorEx.ActivationManager.RunActivationMethods(Boolean designerMode) +785 
    WebActivatorEx.ActivationManager.RunPostStartMethods() +48 
    WebActivatorEx.StartMethodCallingModule.Init(HttpApplication context) +155 
    System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +618 
    System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172 
    System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +402 
    System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +343 

[HttpException (0x80004005): Exception has been thrown by the target of an invocation.] 
    System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +539 
    System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +125 
    System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +731 
+0

私はweb.configファイルに変更を加えることを言いますが、アクティブコマースのインストール後にインストールガイドを持っています。私はSitecore E-Commerce Services 2.2とSitecore E-Commerce Order Manager 2.2.Ineed Helpをインストールしました。 Sitecoreで新しいです。 –

答えて

1

Sitecore.Ecommerce.Apps.dllはSES注文Managerが提供されます。このエラーは、Order Managerパッケージがインストールされていないか、正常にインストールされなかったことを示します。私は、このアセンブリがあなたのbinに入っているかどうかをチェックして、注文マネージャーをもう一度インストールしようとします。インストールを試行した後、Sitecoreログをチェックして、インストール中にエラーが発生していないかどうかを確認します。

+0

このdllはbinフォルダにありません。そして、私はOrder managerパッケージが正常にインストールされたことを確認し、サーバを再起動します(インストールが完了した後にデフォルトでチェックされました)。 –

+0

Sitecoreログには何もありませんか?注文マネージャの正しいバージョンがあることを確認する必要があります。そのファイルが/ binフォルダーにない場合は、確実に正常にインストールされていません。 – techphoria414

+0

、Order Managerの正しいバージョン2.2を持っています。これを複数回インストールしようとしましたが、パッケージが正常にインストールされたというメッセージが表示されるたびに表示されます。まだ私はbinフォルダにSitecore.Ecommerce.Apps.dllが表示されません。私はログから何も得られない。他の提案はありますか? –

関連する問題