Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use named pipe client in asp application #34

Open
Su-s opened this issue Oct 5, 2021 · 0 comments
Open

how to use named pipe client in asp application #34

Su-s opened this issue Oct 5, 2021 · 0 comments

Comments

@Su-s
Copy link

Su-s commented Oct 5, 2021

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

image

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

image

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

image

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

No branches or pull requests

1 participant