我在 nopCommerce_4.00 中创建了一个小部件,并且可以在管理区域中查看/安装。但是当我单击配置按钮时,它会导航到 URL -http://localhost:15536/Admin/WidgetsProductMessage/Configure
错误是 -The page you requested was not found
我创建了 ViewComponent 并在 widgetZone 中使用,但这也给出了错误 - 找不到名为“WidgetsProductMessage”的视图组件。
知道问题可能出在哪里吗?