Support for the old protocol for .net standard clients? #338
-
Just making sure that I'm not missing a possibility, here. Is there a way to connect a .net 5/6 client to servers using the old RIA Services protocol? It looks like servers have to either use soap endpoints or the 5.1 version of the binary protocol to work with .net standard clients. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That is correct. I would recommend trying to upgrade the server to openriaservices since WCF RIA services has reached end of support. If you really need it, you can modify the code and build your own version, which can use the old uri format |
Beta Was this translation helpful? Give feedback.
-
I have a working 4.6 openriaservices server so I didn't think upgrading would be a big deal, but I've gone down the wrong path a couple times. First tried to get a .net standard server, then tried updating the client to .net 5 without updating the server. |
Beta Was this translation helpful? Give feedback.
That is correct. I would recommend trying to upgrade the server to openriaservices since WCF RIA services has reached end of support.
If you really need it, you can modify the code and build your own version, which can use the old uri format