We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Can someone please tell me, why the import isn't fireing?

Made a small doc-example for my colleagues and wanted to show im- and export. Well. Export ok. Import: Used the import.ashx from the samples, renamed the namespace: its not called. Whats up there, please.

Had to remove the bin, obj and packages folders for the zip to stay under 30MB

Attachment: DocumentExample_aedfa1da.zip

3 Replies

PO Prince Oliver Syncfusion Team March 22, 2017 06:07 AM UTC

Hi Carsten,   
  
Thank you for contacting Syncfusion support.   
  
We have checked your sample; it seems that you have done namespace changes only in the import.ashx.cs file. We request you to change the namespace in the import.ashx file also. Kindly have a look at the following code example.   
  
[Import.ashx File]   
<%@ WebHandler Language="C#" CodeBehind="Import.ashx.cs" Class="DocumentExample.Import"%>   
   
  
Refer to the following screenshot:   
   
  
Regards,   
Prince   



CW Carsten Wuttke March 22, 2017 06:56 AM UTC

Thanks a lot. You know the sentence "Sometimes you don't see the tree because of all the forest"? That it was. Case closed.


PO Prince Oliver Syncfusion Team March 23, 2017 05:18 AM UTC

Hi Carsten, 
  
Most Welcome.  
  
We are glad that you issue is resolved. 
  
Regards, 
Prince 


Loader.
Up arrow icon