For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Is there a plan to support this? I've tried and it does not work BinaryFormatter is unsupported in .NET 5
Looks the same as Issue #109. There will be a new AddOracleTypesDeserialization method to resolve this issue in the next ODP.NET version.
Alex, Thanks so much for the super fast feedback. Your link provided me with the workaournd I needed. By putting this in my project file, it works now. <EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization> Regards, Jason