From: Steve . <mo...@ho...> - 2013-02-14 07:21:10
|
Sorry for not searching the archives first ... but I'm behind schedule with my evaluation because: The Hello World starter app In "Start Without Debugging" ... does not generate the .nt or .rdf files correctly ... they are written just as the output of the console appIn Debug mode the same code that runs without an exception in "Start without Debugging" throws System.NullReferenceException was unhandled by user code HResult=-2147467261 Message=Object reference not set to an instance of an object. Source=dotNetRDF StackTrace: at VDS.RDF.TreeIndexedTripleCollection.<.ctor>b__12(Triple t) in C:\Users\rvesse\Documents\mercurial\dotnetrdf\Libraries\core\net40\Core\TreeIndexedTripleCollection.cs:line 78 at VDS.Common.Collections.MultiDictionary`2..ctor(Func`2 hashFunction, IComparer`1 comparer, MultiDictionaryMode mode) InnerException: at Graph g = new Graph() What's my oversight ? Thanks, Steve |