This is a migrated thread and some comments may be shown as answers.

System.StackOverflowException occuring when importing a document

1 Answer 45 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 1
Lee asked on 02 Dec 2014, 11:56 PM
Hi,

All of a sudden, a document is causing an exception and I can't see what's the problems with the document. Below is the code that I use to import the .docx documents. I have attached the document as well. I don't see nothing wrong with this document. 


 'Declare variable
 Dim oProvider As Docx.DocxFormatProvider
     Try
                'Create new Provider
                oProvider = New Docx.DocxFormatProvider

                'set a telerik rich rad text box with a file
                TextArea1.Document = oProvider.Import(oFile)
            Catch ex As Exception

            End Try

Thanks 
Lee












1 Answer, 1 is accepted

Sort by
0
Tanya
Telerik team
answered on 03 Dec 2014, 03:39 PM
Hi Lee,

This question has been answered in the other thread you started on the matter: System.StackOverflowException occuring when importing a document.

Regards,
Tanya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
RichTextBox
Asked by
Lee
Top achievements
Rank 1
Answers by
Tanya
Telerik team
Share this question
or