cole2295 / subtext

Automatically exported from code.google.com/p/subtext
0 stars 0 forks source link

CookComputing.XmlRpcV2.dll missing #304

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout the the latest version of the subtext sourcecode
2. run build.cmd (or buld the solution in Visual Studio)

What is the expected output? What do you see instead?
expected: Solution should build
actual:  Could not resolve this reference. Could not locate the assembly 
"CookComputing.XmlRpcV2". Check to make sure the assembly exists on disk. If 
this reference is required by your code, you may get compilation errors. 
[C:\projects.os\subtext\src\Subtext.Framework\Subtext.Framework.csproj]

What version of the product are you using? On what operating system?
Current Trunk, Windows 7

Please provide any additional information below.
The directory \packages\xmlrpcnet.2.5.0\lib\net20\ is empty, so there is no 
assembly CookComputing.XmlRpcV2.dll

Original issue reported on code.google.com by codemu...@googlemail.com on 18 Jun 2011 at 8:17

GoogleCodeExporter commented 8 years ago
Looks like the files have been deleted with revision r4221

Original comment by codemu...@googlemail.com on 18 Jun 2011 at 8:20

GoogleCodeExporter commented 8 years ago
I fixed the issue localy by entering this command in the Visual Studio Package 
Manager Console while opened the Subtext Solution:

install-package xmlrpcnet -Version 2.5.0

(As described here: 
http://www.cookcomputing.com/blog/archives/installing-current-release-of-xml-rpc
-net-from-nuget)

Unfortunately I can't create a patch file because binaries aren't included in a 
patch file. Maybe somebody with write access to the repository could re-add the 
dependency to the trunk.

Anyway, I'm wondering why this doesn't work on my machine, but seems to work at 
least at Phil's machine because he continued working after removing the file in 
revision r4221

Original comment by codemu...@googlemail.com on 22 Sep 2011 at 11:12