Close

Profile: minu102

Avatar

User posts

10 years ago

Please give us solution . ... It is very rigid . we completely wasted our money for this nopcommerce project.

10 years ago

I have changed   "Nop"  namespace to "xyz" namespace  in my  nopcommerce project

forexample :
Nop.Core to xyz.Core / Nop.Data to xyz.Data / Nop.Service to Xyz.Service/ Nop.Web.Framework to xyz.Web.Framework

when copy sevenspikes / Nop Ajax Filters plugins in xyz.web /Pugins folder

i get run time error as  

Server Error in '/' Application.
Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
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.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Source Error:


Line 147:                            
Line 148:                            //init plugin type (only one plugin per assembly is allowed)
Line 149:                            foreach (var t in pluginDescriptor.ReferencedAssembly.GetTypes())
Line 150:                                if (typeof(IPlugin).IsAssignableFrom(t))
Line 151:                                    if (!t.IsInterface)

Stack Trace:
[Exception: Could not load file or assembly 'Nop.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'Nop.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'Nop.Web.Framework, Version=3.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
]





Due to which i am not able to install plugins in my project.please guide me for same.
  

10 years ago

I am searching Source code for  Nop Ajax Filters plugin (SevenSpikes plugins) nopcommerce version 3.0 . kindly please help me for same.