CookComputing.XmlRpcV2.dll 直接下载吗?
我开始使用依赖于 XML-RPC.NET 的第 3 方 API using CookComputing.XmlRpc;
我可以下载源文件,但 zip 中的任何位置都没有实际的“XmlRpcV2.dll”文件。
看起来您应该构建它,但是当我在 MS Visual C# EXPRESS 中打开 src 项目并执行转换向导,然后尝试构建它时,我收到 842 构建错误,提示无法找到类型或命名空间以下:NUnit、TestFixture、TextFixtureAttribute、Test 等...
有谁知道我可以在哪里下载“XmlRpcV2.dll”文件,以便我可以将其简单地放入我的 C# 项目中并开始使用它?我似乎无法在网上找到编译后的 dll 的直接下载。它是否可能在其他可下载项目中使用?
我下载了版本 2.5.0
任何帮助表示赞赏。
I started using a 3rd party API that depends on XML-RPC.NET using CookComputing.XmlRpc;
I can download the source files but there is not an actual "XmlRpcV2.dll" file anywhere in the zip.
It looks like you are supposed to build it, but when I open the src project in MS Visual C# EXPRESS and do the conversion wizard, then try to build it I am getting 842 build errors about not being able to find types or namespaces for the following: NUnit, TestFixture, TextFixtureAttribute, Test, etc ...
Does anyone know where I can download the "XmlRpcV2.dll" file so that I can simply drop it into my C# project and start using it? I can't seem to find a direct download of the compiled dll anywhere online. Is it perhaps used in other downloadable projects somewhere?
I downloaded version 2.5.0
Any help appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 Windows 资源管理器解压缩分发文件(资源管理器隐藏了 dll),则会出现问题。 zip 文件结构将在 3.0 版本中进行更改,以避免发生这种情况。
也许如今将 XML-RPC.NET 添加到项目的最佳方法是使用 NuGet。
This is a problem if you're using Windows Explorer to unzip the distribution file (Explorer hides the dlls). The zip file structure will be changed in version 3.0 onwards to avoid prevent this from happening.
Perhaps the best way these days to add XML-RPC.NET to a project is to use NuGet.
打开下载中的 bin 目录 - 您应该看到 CookComputing.XmlRpcV2.dll。这就是你想要的。
我假设您从这里获得下载:http://www.xml-rpc.net/download。 html
Open the bin directory in the download - you should see CookComputing.XmlRpcV2.dll. This is what you want.
I assume you obtained the download from here: http://www.xml-rpc.net/download.html