I'm converting my Silverlight app. to OpenSilver. Looking at:
http://doc.opensilver.net/documentation ... silver-wcf
They appear to only use the synchronous method calls. I know originally Silverlight only support asynchronous. I tried using synchronous calls and when I run the project in the Browser it seems to fail, but when I run it in the Simulator, it works fine.
Thoughts? Thanks.
- Ed.