Developer forum

Forum » Dynamicweb 10 » Best way to add notification subscriber DLL

Best way to add notification subscriber DLL

Mario Santos Dynamicweb Employee
Mario Santos
Reply

Hi,

I often do some project customizations which are just notification subscribers. For those types of DLLs (not really AddIns) is the best way of adding them to DW10 solution still add the dll to AddIns/Local and install it? I see it works but the subscriber is not listed under Notification Subscribers screen.

BR Mario


Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Hi Mario,

Yes, using the AppStore to install custom functionality (local or otherwise) is the recommended way to do it -- at least in production. If you're hosted in the DynamicWeb Cloud, it's the only way as you don't have access to the bin-folder. When you develop your solutions locally, it's up to you how you want to do it. I usually have the host project reference the class library and the dll is copied to the bin-folder automatically on build.

That said, there are still places where local type caches prevent the newly loaded types from either being used or from being displayed. We did make some changes with regard to notification subscribers for 10.3, but I'm unsure if this issue is affected by that change. You could try with the latest 10.3 and see. If it doesn't work, or if you run into other places where this is an issue, please let us know so we can get it fixed.

- Jeppe

 

You must be logged in to post in the forum