c# - How to deploy a utility DLL that is used by plugins? -
i've entered project used architecture utility classes stored in same project plugin. that's fine long there's few plugins different utilities.
i noticed, however, number of plugins has grown, many of individual utility classes overlap. so, i'd pull out utilities single, separate project. fear it's going complicated maintain once i'm leaving customer they're not technically keen.
the best solution i've got far following blog facilitating ilmerge. however, wonder if there's simpler way. optimal approach if can make crm "see" utility dll uploading it. can somehow register non-plugin, non-executable dll plugins can refer to?
no, if using crm online not supported.
if running crm on-premises deploy utility dlls disk or register them in gac. in either case need make sure keep them updated on each crm server - if there more one.
Comments
Post a Comment