it seems xml-rpc.net is no longer available? (Archive.org wayback machine: https://web.archive.org/web/20190129151012/http://xml-rpc.net/ )
Anyone have a suggestion on an xml-rpc server for c# on Windows and mono?
I tired visiting it for several days and it is gone.
The site is no more available but the source code looks still available on github
xmlrpcnet on github
It provides also the nuget packages fro client and server
Related
I had a package update today for Microsoft.Rest.ClientRuntime v2.3.12 to v2.3.13 and my search stopped working. The symptoms are that the call to the client search would just hang.
Looking at the data through Fiddler, I can see the request go out and come back, but my output window is showing Exception thrown: 'System.Net.WebException' in System.dll. I am not sure if this is related.
There is no timeout, no error and the call will continue indefinitely without returning anything. This code has been working beautifully without issue until this package update. I've ensured that this is the only package update and all other packages for Azure Search are at their latest versions.
Below is the call that is hanging.
SearchIndexClient.Documents.Search<T>(SearchBuild.ToString(), searchParams);
I'm trying to find out why this would happen and if there is a better way to find the true error. My assumption is that the package is bad for Microsoft.Rest.ClientRuntime
This is using a ASP.NET (not Core) app. Using my class library in a Console app or with LINQPad seems to allow the project to run just fine.
The hang is the result of a bug in Microsoft.Rest.ClientRuntime. The details are captured in this GitHub issue
Updating to the latest Microsoft.Azure.Search 5.0.3 resolves the issue.
Alternatively, updating to the latest Microsoft.Rest.ClientRuntime.Azure 3.3.16 resolves the issue, which brings in Microsoft.Rest.ClientRuntime 2.3.14 as a dependency.
For clarification, this is using a ASP.NET (not Core) app.
I am Nate from Azure Search. I am unable to reproduce the issue unfortunately. I've tested the ClientRuntime v2.3.13 with Azure Search versions v5.0.0, v5.0.1, and the latest stable v5.0.2 using a sample application available at https://github.com/Azure-Samples/search-dotnet-getting-started/tree/master/DotNetHowTo. Can you reproduce the issue with the sample application? Feel free to reach out to me at nateko AT microsoft.com with more details if you'd like us to take a closer look at the service.
Nate
We have created a Windows Store app and are running into error code(s) 2003 and 1201 while trying to submit the app to the store. Apparently these errors are not documented in the documentation and there is pretty much absolutely nothing that we can find about these online. Hoping somebody have a knowledge about their resolution and is willing to share it here.
I recommend you to contact the Dev Center support, as they will know what is the cause of this error and will assist you with fixing it. I suspect the problem is some kind of backend issue on their side. You can choose either to create a e-mail based incident on chat with the support live.
You can also post the problem on the dedicated forums (same link as above), to see whether someone else has seen it as well.
It looks like error 1201 is a long-standing issue (bug) with the store.
From the link above, it looks like some people have been able to overcome this issue by upgrading (or just changing) UWP .NET CORE to a different version, or changing or updating their version of Visual Studio.
It looks like you have also posted on this link, and are using UWP Platform 6.2.0. I believe this version is currently considered to be a "Preview" version.
If I was you, I would try rolling back to a previous version (via NuGet Package Manager in Visual Studio). I would suggest you try 6.1.4 (latest stable. as of 5/20/2018), or even earlier 6.0.8
In case it is helpful to others, I am sharing my solution that worked on 2021-11-12.
I encountered error 1201:
I deleted the submission and resubmitted exactly the same package and it worked. It appeared to be a Microsoft Store glitch.
I was looking for a way to implement a WebSocket server and came across SuperWebSocket which seems to have the most features. I downloaded the source code, looked at the samples (and the Echo server tutorial), but still have no clue how to do it.
I found this guide and it seemed to point me in the right direction, but I get errors with the references. I add the references to all the dlls, and I manage to import them 'using Superwebsocket.Common', but when I try to build I get an error telling me that they cannot be found.
The issues you describe sound similar to my problems trying to get the SuperWebSocketWeb demo up and running. I had a similar problems with the project references, which at design time in visual studio seemed fine but failed during a build.
To solve this I made sure that the demo project and SuperSocket assemblies were all built targeting the same .net framework version (4.5 in my case).
I've downloaded a zipped project from https://github.com/slodge/face. This project is a wp7 realization for face.com api. I've just started studying silverlight and wp7 applications, so I'm not strong at it. The problem is that I can't load this solution. The error message is "One or more projects in the solution were not loaded correctly. Please see the output window for details"
What do i have to do?
I just opened solution and it works ok. I think you have problem with your environment.
From errors you see it appears you have no SDK 7.1
Please download and install.
Since it's my github account... :)
This project is just a 7.1 (Mango) project - so it should load for you.
If it doesn't then please do check the output window for more help.
If it still doesn't then the project itself is quite simple - the main code is in the faceapi class - and should be simple enough to use even without a project file. If you need any more help with it, then email me (see my so profile for email address) or contact me via twitter #slodge
To get the app running you will need your own API key from Face - see https://github.com/slodge/face/blob/master/SmilieHappy/Helpers/FaceApiSecrets.txt
Also, the team at face.com seemed very helpful when I contacted them!
Stuart
I also encountered same issue like yours. Some project can open correctly and somes are not. The issue is because the tag is only support "WindowsPhone" other than "WindowsPhone71".
So the solution is clear, manually edit the ".csproj" file. Change the "WindowsPhone71" to "WindowsPhone".
This issue does because symbols related to the windows phone framework (7.1 or 8.0) are missing. I think why I meet this issue is due because I install SDK7.1 on Windows Server 2008 R2 (which sdk not support) through "Web" way.
Here is the link how I install the SDK.
How to install the Windows Phone Developer Tools on Windows Server 2008
I'm trying to get a PNRP based C# application running but I can barely get started with it.
Initially I had to download the .NET framework version 4 to get the correct references available to me.
When the first call is made I get a "pnrp could not be started" exception.
I tried to explore PNRP using netsh, but the command netsh p2p doesnt seem to be available.
Could anyone tell me if there is some add-on I am missing or if I have made a mistake anywhere.
I am running Windows XP Professional, service pack 3.
Resolved.
http://msdn.itags.org/visual-studio/70534/