Skip to content

Conversation

@rstefko
Copy link

@rstefko rstefko commented Jan 23, 2025

It fixes issues like: 'Intuit.Ipp.Exception.IdsException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)'. Security accessibility of the overriding method must match the security accessibility of the method being overriden.

Can be seen in your forums too:
https://help.developer.intuit.com/s/question/0D5G000004Dk6wnKAB/error-inheritance-security-rules-violated-while-overriding-member-changed-trust-level-in-config-now-getting-please-specify-a-valid-directory-path-error-help
https://help.developer.intuit.com/s/question/0D5G000004Dk60PKAR/issue-deploying-ipp-net-sdk-v3

The problem is that starting .NET 4.0 GetObjectData is marked as SecurityCritical, but when assembly is in Sandbox mode it is SecurityTransparent, so the code cannot be executed.

rstefko and others added 2 commits January 26, 2024 15:46
…ectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)'. Security accessibility of the overriding method must match the security accessibility of the method being overriden.
@rstefko rstefko mentioned this pull request Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant