marek-stoj/NReadability

Could not load type 'NReadability.NReadabilityWebTranscoder' from assembly 'NReadability

Opened this issue · 4 comments

Hello,

I'm having the following issue while loading the library:

Could not load type 'NReadability.NReadabilityWebTranscoder' from assembly 'NReadability

I installed the lib via NuGet, and I'm using it as follows:

var input = new WebTranscodingInput("http://....");
var transcoder = new NReadabilityWebTranscoder();
var result = transcoder.Transcode(d);

But as soon as I start the compiled build, I get that error and the app stops.

Please find the attached screenshot about the error.

Could you help please? :(

Thanks
Nicholas

Screen Shot 2013-02-28 at 16 18 35

Could the problem be that I'm using the lib with a Windows Phone project?

Yes, the lib was not tested on Windows Phone. It should be fairly easy to
port the code. Just use the full code and see what is causing the exception.

Best Regards,
Marek Stój

http://www.marekstoj.com
http://www.devmedia.pl

On 28 February 2013 17:38, Nicholas Valbusa notifications@github.comwrote:

Could the problem be that I'm using the lib with a _Windows Phone_project?


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-14242620
.

Hi Marek,
Thanks for your reply. I'll try to import the Src/Nreadability sources to project and see what happens.

Nicholas

Great, let me know if you find out anything - I'll comment on the issue or
just fix the code on GitHub.

Best Regards,
Marek Stój

http://www.marekstoj.com
http://www.devmedia.pl

On 1 March 2013 10:12, Nicholas Valbusa notifications@github.com wrote:

Hi Marek,
Thanks for your reply. I'll try to import the Src/Nreadability sources to
project and see what happens.

Nicholas


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-14279005
.