Inhalte aufrufen

Profilbild

SmartStore.Services.Discounts.IDiscountRequirementRule

SmartStore.Services

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 Olamide

Olamide

    Advanced Member

  • Members
  • PunktPunktPunkt
  • 34 Beiträge

Geschrieben: 27 May 2020 - 13:31

I cloned the repo, set SmartStore.Web as start up project, ran it but got the error below:

 

Could not load type 'SmartStore.Services.Discounts.IDiscountRequirementRule' from assembly 'SmartStore.Services, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Could not load type 'SmartStore.Services.Discounts.IDiscountRequirementRule' from assembly 'SmartStore.Services, Version=3.2.2.0, Culture=neutral, PublicKeyToken=null'.

Source Error:
 

Line 383:            bool pluginFound = false;
Line 384:            bool preStarterFound = !plugin.Installed;
Line 385:            var exportedTypes = plugin.Assembly.Assembly.GetExportedTypes();
Line 386:
Line 387:            foreach (var t in exportedTypes)

 



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 27 May 2020 - 13:52

Answered here.


Marcus Gesing

Smartstore AG