Posted on 16/04/2024 09:28:01
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