NReadability icon indicating copy to clipboard operation
NReadability copied to clipboard

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

Open squallstar opened this issue 12 years ago • 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

squallstar avatar Feb 28 '13 16:02 squallstar

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

squallstar avatar Feb 28 '13 16:02 squallstar

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 [email protected]:

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/marek-stoj/NReadability/issues/14#issuecomment-14242620 .

marek-stoj avatar Mar 01 '13 05:03 marek-stoj

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

Nicholas

squallstar avatar Mar 01 '13 09:03 squallstar

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 [email protected] 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/marek-stoj/NReadability/issues/14#issuecomment-14279005 .

marek-stoj avatar Mar 01 '13 10:03 marek-stoj