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
close icon

ASP.NET 1.1

Just a question,

I downloaded the eval version and I couldn't get the component to work correctly with framework 1.1. The code I tested with "InsertingTable" and it kept crashing. I could create the table and reset it's cells like

Dim table As IWTable = paragraph.AppendTable()
table.ResetCells(rowCount, colCount)

but I couldn't iterate through the rows like

Do While...
Dim row As WTableRow = table.Rows(i)
Loop...

It kept saying Object Reference not set to an instance...

What am I doing wrong?

I need to have the componenet working under frameworks 1.1 & 2. Is this possible?

Thank you!
Jonathan




1 Reply

DK Dhivya K Syncfusion Team November 28, 2006 02:01 PM UTC

Hi Jonathan,

Thank you for your interest in Essential DocIO. I am afraid, I am unable to reproduce the issue. We do have support for ASP.Net 1.0,1.1 and 2.0 frameworks. I guess the problem must be with the loop in your code.

Here is the sample in ASP.Net 1.1 framework:
InsertTable.zip

Also,you can find the samples at the following Url.
C:\Program Files\Syncfusion\Essential Studio\4.4.0.46\Web\docio.web\Samples\2.0\Tables

Please take a look into it and let me know if you have any queries.

Can you please provide me your sample to reproduce the issue?This will help me investigating further on this issue.

Regards,
Dhivya.

Loader.
Live Chat Icon For mobile
Up arrow icon