Sunday, April 5, 2026 11:06:57 PM

Multiple errors when accessing Solr Core Admin

10 years ago
#138 Quote
I'm in the process of upgrading my store to NopCommerce version 3.70 and I'm using the NopAccelerate-3.5.2 build.

At /Admin/Plugins/SolrCore/SolrAdmin/Configure I'm getting "CS0103: The name 'Url' does not exist in the current context" Source File: "\Presentation\Nop.Web\Plugins\XcellenceIT.Plugin.Solr.Core\Views\SolrAdmin\Configure.cshtml" Line: 212

At /Admin/Plugins/SolrCore/SolrAdmin/Log I'm getting "CS0103: The name 'model' does not exist in the current context" Source File: "\Presentation\Nop.Web\Plugins\XcellenceIT.Plugin.Solr.Core\Views\SolrAdmin\SolrLog.cshtml" Line: 37

At /Admin/Plugins/SolrCore/SolrAdmin/IncerementalProducts I'm getting "CS0103: The name 'model' does not exist in the current context" Source File: "\Presentation\Nop.Web\Plugins\XcellenceIT.Plugin.Solr.Core\Views\SolrAdmin\IncerementalProducts.cshtml" Line: 37
0
10 years ago
#139 Quote
Hello Neil,

Thank you for reporting.

Can you please share steps to reproduce this? I have checked these all pages with out any error.
0
10 years ago
#140 Quote
Not sure I can provide the steps to reproduce. Our version of nopCommerce is heavily customised and I was a good way into the upgrade process before I tried to update nopAccelerate.

Can you confirm that the 3.5.2 build will work with a default install of nopCommerce version 3.70?
0
10 years ago
#141 Quote
Yes, it works fine with default nopCommerce v3.70.
0
10 years ago
#142 Quote
The Views directory was missing a web.config with the Razor configuration.
0