插入图片后点击预览按钮报错
报错信息:
应用程序不支持实时(JIT)调试。
有关详细信息,请参见此消息的结尾。
************** 异常文本 **************
Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.
在 Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
在 Newtonsoft.Json.Linq.JObject.Parse(String json)
在 Smartbi.WebClient.Http.RemoteInvoker.InvokeMethod_[T](CookieContainer cookieContainer, String serviceUrl, String serviceName, String methodName, String paramInfo, String pluginType)
在 Smartbi.WebClient.Http.RemoteInvoker.InvokeMethod[T](WebConnect conn, String serviceUrl, String serviceName, String methodName, String paramInfo)
在 Smartbi.WebClient.Http.RemoteInvoker.InvokeMethod[T](WebConnect conn, String serviceName, String methodName, Object[] methodParams)
在 Smartbi.WebClient.Http.ServiceBase.InvokeMethod[T](String methodName, Object[] args)
在 Smartbi.WebClient.Http.SpreadSheetReportModuleService.saveTempSpreadSheetReport(SpreadSheetReport report)
在 SmartbiExcelAddIn.ExcelAddin.SaveTo(String reportId, ICatalogElement ele, Boolean temp)
在 SmartbiExcelAddIn.ExcelAddin.<>c__DisplayClass3a.<SaveReportInternal>b__38(Object o, WaitWindowEventArgs e)
在 WordAddInBase.Util.WaitWindow.ShowWindow(EventHandler`1 workerMethod, String message, List`1 args)
在 SmartbiExcelAddIn.ExcelAddin.SaveReportInternal(Boolean temp)
在 SmartbiExcelAddIn.ExcelAddin.SaveReport(Boolean temp)
在 SmartbiExcelAddIn.ExcelAddin.PreviewReport()
在 SmartbiExcelAddIn.ExcelAddin.OnAction(IRibbonControl control)
|