Ritu Singh
Solution:
Refer to >>WCF: Serialization and Deserialization where you could get some information about it.
BinaryFormatter has been deprecated. For> >good reasons.
You must now either switch to a serialization protocol that is supported by modern.net or make your proxy ignorant of the contents of the package. To enable support, you could try using ><>EnableUnsafeBinaryFormatterSerialization, but I wouldn't advise doing so. Over time, you will experience fewer issues the sooner you switch to a supported solution.
Suggested blogs:
>>Authenticating user using PassportJS local strategy during registration
>>How to get pending ActiveMQ messages?
>>Step by Step guide to Deploy Terraform in Azure using GitHub Actions
>>Testing react components using Hooks and Mocks
>>How to optimize getting multiple documents 'one by one' in Firestore?
>>How to use/set up Node Express sessions?