You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: