Issue with SDK version 2023

SUGGESTED

I have an application that imports invoices to SAGE 50 CA using SDK. It’s written in C#.
Until version 2022.3 it worked perfectly. I always updated the SAGE 50 and matching SDK as they became available.
Today, I updated the Sage application and installed 2023 SDK.  Project Re-build failed with bunch of Simply SDK errors.  Checking the samples, I noticed that project was targeting .Net Framework 4.8.

My application was targeting .Net Framework 4.7, changing to 4.8 took care of the errors.

By the way, target platform is x86.

Started the application and imported an invoice. Unfortunately got another error at

journal.Post();

journal is defined as;

SalesJournal journal = SDKInstanceManager.Instance.OpenSalesJournal();         

Reported error is;

 {"Could not load file or assembly
'Sage.CloudServices.Client, Version=2.2.0.0, Culture=neutral, PublicKeyToken=7822e6e75b462e4d' or
one of its dependencies. The system cannot find the file specified.":"
Sage.CloudServices.Client, Version=2.2.0.0, Culture=neutral, PublicKeyToken=7822e6e75b462e4d"} 

Looked for the files below in SDK directory;

Sage.CloudServices.Client.UI.dll
Sage.CloudServices.Client.dll

They are both version 2.2.1.132 . They got installed by 2023 SDK.

 My project never referenced those files  in previous versions.

Additionally, I don’t use cloud connection. Company file is on local system, few other users are connecting from network share.

I used the link below to get the SDK;

https://support.na.sage.com/selfservice/viewdocument.do?noCount=true&externalId=116928&sliceId=1&docLink=true&languageId=&isDocLink=true&currentmsID=MS_Customer&cmd=&openedFromDocument=true&ViewedDocsListHelper=com.kanisa.apps.common.BaseViewedDocsListHelperImpl 

Has anyone come across this issue? Any input is appreciated. 

Thank you

Top Replies

Parents Reply Children
No Data