From: Jason H. <JH...@bc...> - 2014-08-19 14:28:53
|
I used nuget to install dotNetRdf into an existing .net 4.5 project that reads rss feeds. It installed version 1.0.3.0. Once loaded, the app throws the following error: Could not load file or assembly 'dotNetRDF, Version=1.0.3.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780' or one of its dependencies. The system cannot find the file specified. The only thing I can find online is this: http://dotnetrdf.org/tracker/Issues/IssueDetail.aspx?id=298. Didn't seem entirely relevant since it's concerning older versions of everything, but I try manually installing (via nuget) the latest vds common package. Here's the output of nuget if that helps. I'll be happy to provide any other information too. PM> Install-Package vds.common 'VDS.Common 1.3.0' already installed. Adding 'VDS.Common 1.3.0' to RSSReaderServiceModule. Successfully added 'VDS.Common 1.3.0' to RSSReaderServiceModule. PM> Install-Package dotNetRDF Attempting to resolve dependency 'VDS.Common (= 1.3.0)'. Attempting to resolve dependency 'Newtonsoft.Json (≥ 6.0.3)'. Attempting to resolve dependency 'HtmlAgilityPack (≥ 1.4.6)'. 'dotNetRDF 1.0.6.3421' already installed. Adding 'Newtonsoft.Json 6.0.4' to RSSReaderServiceModule. Successfully added 'Newtonsoft.Json 6.0.4' to RSSReaderServiceModule. Adding 'HtmlAgilityPack 1.4.6' to RSSReaderServiceModule. Successfully added 'HtmlAgilityPack 1.4.6' to RSSReaderServiceModule. Adding 'dotNetRDF 1.0.6.3421' to RSSReaderServiceModule. Successfully added 'dotNetRDF 1.0.6.3421' to RSSReaderServiceModule. Thanks Jason Harris Buffalo Computer Graphics |