Close

Profile: e-squawk

Avatar

User posts

Hi

I am using the source release 2.65 downloaded from the nopcommerce website only last week. My application was working fine for a few days until I tried to access the Ajax plugin filter settings from the admin panel.

Thanks

Liam

Still unable to resolve this error

Ive checked the installed plugins .txt file and all of the plugins are listed as installed.

Ive copied the core, framework and services dlls to the root of filters plugin folder as suggested as a workaround in another post.

Im still unable to launch my application from visual studio, this code (line 145 in the PluginManager.cs seems to be the cause of the error.

//init plugin type (only one plugin per assembly is allowed)
foreach (var t in pluginDescriptor.ReferencedAssembly.GetTypes())
if (typeof(IPlugin).IsAssignableFrom(t))
if (!t.IsInterface)

Hi

I am receiving the following error after trying to acces the ajax filters settings from the admin panel, this error was generated first by the browser

c:\Users\watto_uk\AppData\Local\Temp\Temporary ASP.NET Files\root\ee27e466\ae1f8e6\App_Web_sevenspikes.nop.ajaxfilters.views.nopajaxfiltersadmin.create.cshtml.401679e4.2gwpp8s-.0.cs(30): error CS0234: The type or namespace name 'Framework' does not exist in the namespace 'SevenSpikes.Nop' (are you missing an assembly reference?)

Then after that everytime i try to run my application from visual studio i get the following error, but the application has been running without problems before this error nothing has changed with the code.

{"Could not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.65.380.4809, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.\r\nCould not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.65.380.4809, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.\r\nCould not load file or assembly 'SevenSpikes.Nop.Framework, Version=2.65.380.4809, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.\r\n\r\nUnable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.\r\n"}

Has anyone else experienced this error?

Thanks

Liam