Plugin development

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi guys,

i'm trying to develop a plugin for nop, i followed the tutorial videos (http://docs.nopcommerce.com/display/en/Video+tutorials+for+creating+a+plugin), and everything worked.
but when i'm trying to test the plugin it says (install) : "The requested service 'Nop.Plugin.Misc.Test.Data.TestRecordObjectContext' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency. "

Can you please guide me where to look? what i'm missing?

Thanks!
7 years ago
found, it never mind. my DependencyRegistrar class was corrupted :)
7 years ago
pop.levente wrote:
Can you please guide me where to look? what i'm missing?

You need to register the dependencies: https://youtu.be/hApasYO1hhQ?t=21m32s
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.