Open Closed

Issue with Loading assembly when using LeptonTheme source code #1793


User avatar
0
Anjaneyulu created
  • ABP Framework version: v3.2.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): No
  • Exception message and stack trace:Could not load file or assembly 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040) File name: 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null' at System.Reflection.CustomAttribute._CreateCaObject(RuntimeModule pModule, RuntimeType type, IRuntimeMethodInfo pCtor, Byte** ppBlob, Byte* pEndBlob, Int32* pcNamedArgs) at System.Reflection.CustomAttribute.CreateCaObject(RuntimeModule module, RuntimeType type, IRuntimeMethodInfo ctor, IntPtr& blob, IntPtr blobEnd, Int32& namedArgs) at System.Reflection.CustomAttribute.AddCustomAttributes(ListBuilder1& attributes, RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, ListBuilder1 derivedAttributes) at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) at System.Attribute.GetCustomAttributes(MemberInfo element, Boolean inherit)
  • Steps to reproduce the issue:" 1.Replaced the nuget package with source code
  • 2.Rebuid the solution
  • 3.Try to run the application.

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The all packages of abp should be use same version.

    Can you check the packages version in LeptonTheme source code?

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11