سلام
من با این خطا روبرو هستم
Line 115: throw new Exception(string.Format("A plugin '{0}' has no system name. Try assigning the plugin a unique name and recompiling.", descriptionFile.FullName));
Line 116: if (referencedPlugins.Contains(pluginDescriptor))
Line 117: throw new Exception(string.Format("A plugin with '{0}' system name is already defined", pluginDescriptor.SystemName));
Line 118:
Line 119: //set 'Installed' property
Source File: f:\......\Libraries\Nop.Core\Plugins\PluginManager.cs Line: 117
If i remove the plugin from this then it gives another error with different plugin name.
لطفا راهنماییم کنید.
من با این خطا روبرو هستم
Line 115: throw new Exception(string.Format("A plugin '{0}' has no system name. Try assigning the plugin a unique name and recompiling.", descriptionFile.FullName));
Line 116: if (referencedPlugins.Contains(pluginDescriptor))
Line 117: throw new Exception(string.Format("A plugin with '{0}' system name is already defined", pluginDescriptor.SystemName));
Line 118:
Line 119: //set 'Installed' property
Source File: f:\......\Libraries\Nop.Core\Plugins\PluginManager.cs Line: 117
If i remove the plugin from this then it gives another error with different plugin name.
لطفا راهنماییم کنید.
0