From: Kevin <ke...@th...> - 2013-07-27 03:26:08
|
Rob/Tom, Now that Fluent SPARQL has made it into dotNetRDF I am ready to try and develop SPIN for dotNetRDF. I downloaded the latest source (Rev 2701), but when I attempt to compile in VS2012 it hangs. I have a copy of the code base (REV 2303) and everything compiles fine. Just glancing around I notice big changes like the move toward a portable library project. Can you help determine the issue or some VS2012 log tricks to report the problem. I don't remember ever explicitly downloading "Silverlight Developer Tools" or "Windows Phone Developer Tools", but again my REV2303 works fine. To simplify the problem I noticed if I just try to build project dotNetRDF it passes on 2303, but fails on 2701 (See Output logs below). At this point I have just downloaded Rev2701 with TortoiseHg, and then ran Build Clean/Build in VS2012 to produce this problem. System Setup: VS2012 on Windows 8 with NuGet Build (Rev 2701) dotNetRDF project (HANG) : 1>------ Build started: Project: dotNetRDF, Configuration: Debug Any CPU ------ Build (Rev 2303) dotNetRDF project (Pass) : 1>------ Build started: Project: dotNetRDF, Configuration: Debug Any CPU ------ 1> All packages listed in packages.config are already installed. 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Core\SubTreeIndexedTripleCollection.cs(223,21 ,223,59): warning CS0618: 'VDS.Common.Collections.MultiDictionary<VDS.RDF.Triple,object>.TryGetKey(VDS .RDF.Triple, out VDS.RDF.Triple)' is obsolete: 'TryGetKey() is included for historical reasons and will be removed in future versions' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Core\TreeIndexedTripleCollection.cs(273,21,27 3,59): warning CS0618: 'VDS.Common.Collections.MultiDictionary<VDS.RDF.Triple,object>.TryGetKey(VDS .RDF.Triple, out VDS.RDF.Triple)' is obsolete: 'TryGetKey() is included for historical reasons and will be removed in future versions' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Query\Algebra\BaseMultiset.cs(891,32,891,40): warning CS1591: Missing XML comment for publicly visible type or member 'VDS.RDF.Query.Algebra.BaseMultiset.ToString()' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Query\Algebra\SetDistinctnessComparer.cs(42,1 6,42,39): warning CS1591: Missing XML comment for publicly visible type or member 'VDS.RDF.Query.Algebra.SetDistinctnessComparer.SetDistinctnessComparer()' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Query\Algebra\SetDistinctnessComparer.cs(44,1 6,44,39): warning CS1591: Missing XML comment for publicly visible type or member 'VDS.RDF.Query.Algebra.SetDistinctnessComparer.SetDistinctnessComparer(Syste m.Collections.Generic.IEnumerable<string>)' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Query\Algebra\SetDistinctnessComparer.cs(49,2 1,49,27): warning CS1591: Missing XML comment for publicly visible type or member 'VDS.RDF.Query.Algebra.SetDistinctnessComparer.Equals(VDS.RDF.Query.Algebra. ISet, VDS.RDF.Query.Algebra.ISet)' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Query\Algebra\SetDistinctnessComparer.cs(61,2 0,61,31): warning CS1591: Missing XML comment for publicly visible type or member 'VDS.RDF.Query.Algebra.SetDistinctnessComparer.GetHashCode(VDS.RDF.Query.Alg ebra.ISet)' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Core\TripleCollection.cs(113,21,113,59): warning CS0618: 'VDS.Common.Collections.MultiDictionary<VDS.RDF.Triple,object>.TryGetKey(VDS .RDF.Triple, out VDS.RDF.Triple)' is obsolete: 'TryGetKey() is included for historical reasons and will be removed in future versions' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Query\Aggregates\Sparql\GroupConcatAggregate. cs(119,35,119,48): warning CS1591: Missing XML comment for publicly visible type or member 'VDS.RDF.Query.Aggregates.Sparql.GroupConcatAggregate.ValueInternal(VDS.RDF. Query.SparqlEvaluationContext, int)' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Configuration\StorageFactories.cs(155,47,155, 61): warning CS0618: 'VDS.RDF.Storage.DydraConnector' is obsolete: 'The dotNetRDF team does not recommend usage of Dydra because their API frequently exhibits inconsistency, transient failures and other errors' 1>C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\Configuration\StorageFactories.cs(159,47,159, 61): warning CS0618: 'VDS.RDF.Storage.DydraConnector' is obsolete: 'The dotNetRDF team does not recommend usage of Dydra because their API frequently exhibits inconsistency, transient failures and other errors' 1> dotNetRDF -> C:\Users\Kevin\Documents\Visual Studio 2012\Projects\SpinDotNetRdf (Rev2303)\Libraries\core\net40\bin\Debug\dotNetRDF.dll ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== Thanks, Kevin |