Could not load file or assembly 'Sage.Reporting.Engine.Integration (2 replies)
accadacca, the could not load file issue isn't related to Sage300; it is specifically for Sage200.
Was this ever working?
The connector and related error are definitely Sage300. There looks to be successful imports but way back in 2020 so its been a while. Might it be related to a faulty/incomplete installation of Sage 300 ?
Have a Sage 300 connector that is failing on order import but the transform/job is not terminating normally. Job runs endlessly until terminated.
Any ideas on this ?
Error log shows
2022-03-25 18:05:58:234 - System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpResponse.Redirect(String url, Boolean endResponse)
at System.Web.HttpResponse.Redirect(String url)
at Realisable.IManWebUI.DesignPage.Page_Load(Object sender, EventArgs e)
2022-03-25 18:07:26:075 - System.IO.FileNotFoundException: Could not load file or assembly 'Sage.Reporting.Engine.Integration, Version=1.0.0.5, Culture=neutral, PublicKeyToken=0a4a2ad97614f98d' or one of its dependencies. The system cannot find the file specified.
File name: 'Sage.Reporting.Engine.Integration, Version=1.0.0.5, Culture=neutral, PublicKeyToken=0a4a2ad97614f98d'
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at Realisable.Connectors.CustomConnectorLoader.LoadAddin(String connectorFileName)
at Realisable.Connectors.MetaPresenterInterop.MetaPresenterInterop.LoadConnector(String assemblyFile)