Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Has anyone successfully managed to get FALM fully working when using DI in Umbraco 7?
We use Autofac in our build and I registered the API / Controllers for FALM but it doesnt quite do the job.
The versions table doesnt populate and I don't know what else I can register?
builder.RegisterControllers(typeof(falmHKCacheCleanupController).Assembly); builder.RegisterControllers(typeof(falmHKRecycleBinsCleanupController).Assembly); builder.RegisterApiControllers(typeof(HkCacheApiController).Assembly); builder.RegisterApiControllers(typeof(HkLogsApiController).Assembly); builder.RegisterApiControllers(typeof(HkMediaApiController).Assembly); builder.RegisterApiControllers(typeof(HkRecycleBinApiController).Assembly); builder.RegisterApiControllers(typeof(HkTempApiController).Assembly); builder.RegisterApiControllers(typeof(HkUsersApiController).Assembly); builder.RegisterApiControllers(typeof(HkVersionsApiController).Assembly);
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
FALM housekeeping
Has anyone successfully managed to get FALM fully working when using DI in Umbraco 7?
We use Autofac in our build and I registered the API / Controllers for FALM but it doesnt quite do the job.
The versions table doesnt populate and I don't know what else I can register?
is working on a reply...