I have hooked my custom hive provider class library with the umbraco 5 source solution. I have made all the required config changes in the root web.config file as well as in the ~App_Data\Umbraco\Config\umbraco.hive.config.
However, when I run the application, I receive an ‘Object reference not set to an instance of an object.’ error. This error occurring in Umbraco.Hive.Providers.GoGridStorageUmbraco.Hive.Providers.GoGridStorageEntityRepositoryFactory.cs. The method of interest in GetReadonlyRepository(). When I debug the solution, I can see that IoDependencyHelper is null. I dont know if I am missing any config.
Custom hive provider
Hi,
I am working on hooking up the Hive Provider with our CDN. Basically the objective is when we upload media using the media picker in Umbraco, the file is uploaded directly to the CDN. I have used this article http://labs.thesedays.com/blog/2011/11/25/a-blob-storage-hive-provider-for-umbraco-5-beta/#comment-471 as an exmaple for this.
I have hooked my custom hive provider class library with the umbraco 5 source solution. I have made all the required config changes in the root web.config file as well as in the ~App_Data\Umbraco\Config\umbraco.hive.config.
However, when I run the application, I receive an ‘Object reference not set to an instance of an object.’ error. This error occurring in Umbraco.Hive.Providers.GoGridStorageUmbraco.Hive.Providers.GoGridStorageEntityRepositoryFactory.cs. The method of interest in GetReadonlyRepository(). When I debug the solution, I can see that IoDependencyHelper is null. I dont know if I am missing any config.
Could you please shed some light on this.
Thanks,
Shwetha
is working on a reply...