I have written my own provider, but when I want to choose the mailing lists all is emtpy. Do you have any idea what I do wrong?
The dll is at the bin folder and in the newsletter.config I added the dll type and name entry on the provider section. In my own provider class I implemented the "SubscriptionProviderBase" methods. I did all what you described in your doc and I checked also your NewsletterStudioContrib-master project. More or less the same implementation.
Does the other providers load or is the list empty? Any errors in the umbraco log table? Are you sure that you have the right class name and assembly name?
Own provider not taken
Hello
I have written my own provider, but when I want to choose the mailing lists all is emtpy. Do you have any idea what I do wrong?
The dll is at the bin folder and in the newsletter.config I added the dll type and name entry on the provider section. In my own provider class I implemented the "SubscriptionProviderBase" methods. I did all what you described in your doc and I checked also your NewsletterStudioContrib-master project. More or less the same implementation.
Thank's for your help.
Hi!
Does the other providers load or is the list empty? Any errors in the umbraco log table? Are you sure that you have the right class name and assembly name?
/ m
Thank you for your answer. I found the problem. I had a wrong entry in the newsletterstudio.config:
<provider name="class name" type="namespace and classname, file name" />
I don't have entred the correct file name.
is working on a reply...