====== Lime CRM Desktop Client 11.1.3088 ====== ; Product : Lime CRM Desktop Client ; Version : 11.1.3088 ; Date published : 2023-12-08 ; Platform : Windows ; Availability : [[https://builds.lundalogik.com/api/v1/builds/limecrm-desktop/versions/11.1.3088/file/|Manual installation]] and Automatic Updates. This build primarily target error "ActiveX component can't create object" reported after Windows Update broadly distributed 8th of December 2023. ==== Fixes ==== * Use C++-level object creation instead of COM for internal object. * Fixed regression in cookie transfer that broke session handing for WinINET. * Removed obsolete reference to loginwithsession, session transfer is since long time handled via cookie sync. Switched to InternetSetCookieEx2 to properly handle expiration and removal of obsolete cookies. * Updated MSVCRT to match VS 2022 * Removed dependency for deprecated .Net Framework v4.0 * Updated bootstrapper for WebView2 * Improved robustness for tracking modifications for relations in user interface * Avoid reporting errors for abandoned/orphaned operations. * Coerce optional parameter-argument in Application.RaiseEvent to string-compatible type to ensure compatibility with existing VBA customizations. * Ensure session state is cleared before initiating login. * Separate sessions using WebView2 profiles. * Ensure SSPI does not take priority over explicit login.