DocIO throws nullreference exception when I try to append Html content to a paragraph.
I am near deadline, which version is working?
a következő helyen: Syncfusion.DocIO.DLS.HTMLConverterImpl.AppendToTextBody(ITextBody textBody, String html, Int32 paragraphIndex, Int32 paragraphItemIndex)
a következő helyen: Syncfusion.DocIO.DLS.HTMLConverterImpl.AppendToTextBody(ITextBody textBody, String html, Int32 paragraphIndex, Int32 paragraphItemIndex, IWParagraphStyle style, ListStyle listStyle)
a következő helyen: Syncfusion.DocIO.DLS.WParagraph.AppendHTML(String html)
a következő helyen: Controllers.HomeController.Index() hely: HomeController.cs, sor: 324
a következő helyen: lambda_method(Closure , ControllerBase , Object[] )
a következő helyen: System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
a következő helyen: System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
a következő helyen: System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
a következő helyen: System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c.b__9_0(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
a következő helyen: System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
a következő helyen: System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End()
a következő helyen: System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
a következő helyen: System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_0.b__0()
a következő helyen: System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass11_2.b__2()
EDIT: additional info, the code:
var par = new WParagraph(wordDocument);
par.AppendHTML(Content);
Thanks,
Peter