Hi,
I had extracted the namedpipe wrapper from the github and used in the c# .net core wpf application.
The wpf application is working fine and no issues
And i had created an asp application, set the console app as a server and the asp application as a client.
When i ran the code i got this exception

When i searched about the code i understood that because some of the code in here is obsolete and asp wont support these code. These feature removed from asp application

so when i searched about this error , found some suggestions to use the jsonserialiser instead of binaryformatter
but when i execute this execption is occurring

Hi,
I had extracted the namedpipe wrapper from the github and used in the c# .net core wpf application.
The wpf application is working fine and no issues
And i had created an asp application, set the console app as a server and the asp application as a client.
When i ran the code i got this exception
When i searched about the code i understood that because some of the code in here is obsolete and asp wont support these code. These feature removed from asp application
so when i searched about this error , found some suggestions to use the jsonserialiser instead of binaryformatter
but when i execute this execption is occurring