NullReferenceException in StiMapLoader.cs
Добавлено: 13 июн 2018, 08:21
При попытке запустить тестовое приложение под .net Core появляется ошибка:
NullReferenceException: Object reference not set to an instance of an object.
Stimulsoft.Report.Maps.StiMapLoader.LoadResource(string resourceName) in StiMapLoader.cs
Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(XmlTextWriter xmlsWriter, StiMap map, double width, double height, bool animated) in StiMapSvgHelper.cs
Stimulsoft.Report.Export.StiHtmlExportService.PrepareMapData(StiHtmlTextWriter writer, StiMap map, double width, double height) in StiHtmlExportService.cs
Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(bool renderStyles, string backGroundImageString, bool useBookmarks, bool exportBookmarksOnly, Hashtable cssStyles) in StiHtmlTableRender.cs
Stimulsoft.Report.Export.StiHtmlExportService.ExportHtml(StiReport report, StiHtmlTextWriter writer, StiHtmlExportSettings settings, StiPagesCollection pages) in StiHtmlExportService.cs
Stimulsoft.Report.Export.StiHtmlExportService.ExportHtml(StiReport report, Stream stream, StiHtmlExportSettings settings) in StiHtmlExportService.cs
Stimulsoft.Report.Web.StiReportHelper.GetReportPage(StiReport report, StiHtmlExportService service, int pageIndex, StiRequestParams requestParams) in StiReportHelper.cs
Stimulsoft.Report.Web.StiReportHelper.GetPagesArray(StiReport report, StiRequestParams requestParams) in StiReportHelper.cs
Stimulsoft.Report.Web.StiReportHelper.ViewerResult(StiRequestParams requestParams, StiReport report) in StiReportHelper.cs
Stimulsoft.Report.Mvc.StiNetCoreViewer.ViewerEventResult(StiRequestParams requestParams, StiReport report) in StiNetCoreViewer.Actions.cs
NetCoreApplication.Controllers.HomeController.GetReport() in HomeController.cs
NullReferenceException: Object reference not set to an instance of an object.
Stimulsoft.Report.Maps.StiMapLoader.LoadResource(string resourceName) in StiMapLoader.cs
Stimulsoft.Report.Export.StiMapSvgHelper.DrawMap(XmlTextWriter xmlsWriter, StiMap map, double width, double height, bool animated) in StiMapSvgHelper.cs
Stimulsoft.Report.Export.StiHtmlExportService.PrepareMapData(StiHtmlTextWriter writer, StiMap map, double width, double height) in StiHtmlExportService.cs
Stimulsoft.Report.Export.StiHtmlTableRender.RenderTable(bool renderStyles, string backGroundImageString, bool useBookmarks, bool exportBookmarksOnly, Hashtable cssStyles) in StiHtmlTableRender.cs
Stimulsoft.Report.Export.StiHtmlExportService.ExportHtml(StiReport report, StiHtmlTextWriter writer, StiHtmlExportSettings settings, StiPagesCollection pages) in StiHtmlExportService.cs
Stimulsoft.Report.Export.StiHtmlExportService.ExportHtml(StiReport report, Stream stream, StiHtmlExportSettings settings) in StiHtmlExportService.cs
Stimulsoft.Report.Web.StiReportHelper.GetReportPage(StiReport report, StiHtmlExportService service, int pageIndex, StiRequestParams requestParams) in StiReportHelper.cs
Stimulsoft.Report.Web.StiReportHelper.GetPagesArray(StiReport report, StiRequestParams requestParams) in StiReportHelper.cs
Stimulsoft.Report.Web.StiReportHelper.ViewerResult(StiRequestParams requestParams, StiReport report) in StiReportHelper.cs
Stimulsoft.Report.Mvc.StiNetCoreViewer.ViewerEventResult(StiRequestParams requestParams, StiReport report) in StiNetCoreViewer.Actions.cs
NetCoreApplication.Controllers.HomeController.GetReport() in HomeController.cs