Hi,
Our Outsystems environment was updated from 11.18.1 to 11.23.1. Before the update we had OIDC Client installed on the newest version (1.0.10). During the update this application gave a warning in the 'preparation' fase. We tried removing en reinstalling OIDC Client, we als tried publishing it as a Solution 'with full compilation', however we keep getting the error below. We also raised a support ticket, but were referred to the discussion forum.
At the moment we could install version 1.0.8 as workaround (this older version didn't have the issue). Is there a way to get the newest version (1.0.10) installed?
The issues seems similar to https://www.outsystems.com/forums/discussion/99928/oidc-client-inquiry-regarding-compilation-error-when-publishing-oidc-client/, however it isn't completely the same error and before the environment update we didn't have this issue.
Kind regards
Compilation Error.
warning CS1685: The predefined type 'System.ObsoleteAttribute' is defined in multiple assemblies in the global alias; using definition from 'c:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll'
bin\OutSystems.NssOIDC_Utils.dll: error CS1705: Assembly 'OutSystems.NssOIDC_Utils, Version=11.27.0.42818, Culture=neutral, PublicKeyToken=null' uses 'System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has a higher version than referenced assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
bin\System.Memory.dll: (Location of symbol related to previous error)
Can you rename the module and application ? and try again. could be due to corrupted module.
Thanks for your suggestion.
I tried renaming the module and the application, but this didn't resolve the issue.