10-07-2020 08:23 AM
Greetings. I had a problem while refactoring my code. I'm using factory pattern to load my module classes during application boot. I want to distribute my modules as packaged library so had to extract my abstract module class to another project and compiled it as lvlibp with its dependencies. Changed main application abstract module library to use compiled lvlibp. A problem at below occured after the changes:
Do I have to make another compiled library that contains this cluster and make the application and the abstract module compiled library use the same compiled cluster library?
Thanks
Solved! Go to Solution.
10-09-2020 01:47 AM