Syncfusion.EJ2.FileManager.AzureFileProvider seems to be missing in v18.3.0.44

Hi - 
I have code that uses the AzureFileProvider in my Controller (for a View that uses @Html.EJS().FileManager). However, after upgrading to version v18.3 that class does not seem to be exposed anymore. The following code gives an error:

using Syncfusion.EJ2.FileManager.AzureFileProvider; // Red squirelly line because only .Base and .PysicalFileProvider are known, apparenly.

private AzureFileProvider operation;   // Type is not recognized!

This code worked before I upgraded my NuGet SyncFusion.ES2.MVC5 package.

Thank you for your help!
Bart Oostlander

2 Replies 1 reply marked as answer

BO Bart Oostlander October 28, 2020 10:34 PM UTC

Additional note: Visual Studio 2019 suggests in the tooltip that I add a reference to the Syncfusion.EJ2.FileManager.AzureFileProvider.dll version 17.4.0.64. When I do that, the FileManagerDirectoryContent type apparently becomes ambiguous: It now exists in Syncfusion.EJ2 version 18.4.044 and in Syncfusion.EJ2.FileManager.AzureFileProvider version 17.4.0.64 - and there seems no way to resolve that.


SA Shameer Ali Baig Sulaiman Ali Baig Syncfusion Team October 29, 2020 11:19 AM UTC

 
Greetings from Syncfusion support. 
 
We have validated your reported problem in Azure file system provider service of File Manager component by updating that Syncfusion.EJ2.MVC5 NuGet package to its latest version(18.3.0.44).  
 
Your reported problem is not occurring at our end as Azure file system provider service works properly with FileManager component without any issues. 
 
We have attached our validation sample for your reference. Please, download the sample from the following link. 
 
 
After downloading the sample, register the Azure storage by passing details like name, password, and blob name to the RegisterAzure method in the FileManager controller. And set the blob container and the root blob directory by passing the corresponding URLs as parameters in the setBlobContainer method. 
 
Please, refer the following link for more details regarding configuration of FileManager with Azure file system provider in ASP.NET MVC. 
 
 
If your reported problem still persists, then please share us more details regarding it. 
 
·        Share us the screenshot or video footage of your reported problem. 
·        If possible, replicate your reported problem in the attached sample and share it to us. 
 
This information would help us to validate your reported problem and to provide you the prompt solution. 
 
Regards, 
Shameer Ali Baig S. 


Marked as answer
Loader.
Up arrow icon