I have a consoled based application that I am using from importing assets (Product images).
The ServiceLocator.Current.GetInstance() gives me a provider with name "nullprovider" and when I call the .createBlob(...) it says "The method or operation is not implemented.".
I have the same code on the website application and it returns provider named "Default" and just works fine.
Anything I am missing in the initialization of framework or configs?
I have a consoled based application that I am using from importing assets (Product images).
The ServiceLocator.Current.GetInstance() gives me a provider with name "nullprovider" and when I call the .createBlob(...) it says "The method or operation is not implemented.".
I have the same code on the website application and it returns provider named "Default" and just works fine.
Anything I am missing in the initialization of framework or configs?
Thanks,
Syed