Misc.Sendinblue Plugins installation error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 年 前
Return message
"InvalidOperationException: The view '~/Plugins/Misc.Sendinblue/Views/Configure.cshtml' was not found. The following locations were searched:
~/Plugins/Misc.Sendinblue/Views/Configure.cshtml
Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable<string> originalLocations)

for '01422_1030_SendinBlue' plugins installation.

System information is
nopCommerce version 4.60.1
Operating system Unix 5.4.0.137
ASP.NET info .NET 7.0.1
Is full trust level Yes

what can I do?
2 年 前
First, look to see if the file is in the folder
/Plugins/Misc.Sendinblue/Views/Configure.cshtml

Are you using the no-source or source code version?
2 年 前
I see file is in folder.
/Plugins/Misc.SendinBlue/plugin.json
{
  "Group": "Misc",
  "FriendlyName": "Sendinblue",
  "SupportedVersions": [
    "4.60"
  ],
  "Author": "nopCommerce team",
  "DisplayOrder": 1,
  "FileName": "Nop.Plugin.Misc.Sendinblue.dll",
  "Description": "This plugin allows to integrate with Sendinblue service",
  "LimitedToStores": [],
  "LimitedToCustomerRoles": [],
  "DependsOnSystemNames": [],
  "SystemName": "Misc.Sendinblue",
  "Version": "3.56"
}
2 年 前
nlotuscom wrote:
I see file is in folder.
/Plugins/Misc.SendinBlue/plugin.json


OK, but what about this file?
/Plugins/Misc.Sendinblue/Views/Configure.cshtml
2 年 前
I'm doing the uploads correctly (read the descriptions), the folder is fine, there is a file in the folder. I'm getting the same error.

drwxr-xr-x 2 www-data www-data  4096 Jan 22 19:43 .
drwxr-xr-x 4 www-data www-data  4096 Jan 22 22:12 ..
-rw-r--r-- 1 www-data www-data 40006 Dec 20 14:26 Configure.cshtml
-rw-r--r-- 1 www-data www-data    36 Mar  3  2022 PublicInfo.cshtml
-rw-r--r-- 1 www-data www-data   894 Dec 20 14:26 _ViewImports.cshtml
2 年 前
Right-click your plugin Configure the view:
go to properties, in set value of copy to output directory: Copy if newer
then after rebuild your plugin............................
try this one
2 年 前
Thank Parmal
2 年 前
Your most welcome my brother...
If you have any questions for nopcommerce related then please ask here..
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.