Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompability with AngleSharp 0.9.5 #64

Closed
xaviergonz opened this issue Mar 18, 2016 · 3 comments
Closed

Incompability with AngleSharp 0.9.5 #64

xaviergonz opened this issue Mar 18, 2016 · 3 comments

Comments

@xaviergonz
Copy link

While using Sanitize in ASP.net MVC using AngleSharp 0.9.5 I get the following error:

Could not load type 'AngleSharp.FormatExtensions' from assembly 'AngleSharp, Version=0.9.5.41771, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'.

The binding is properly set to:

<dependentAssembly>
  <assemblyIdentity name="AngleSharp" publicKeyToken="e83494dcdc6d31ea" culture="neutral" />
  <bindingRedirect oldVersion="0.0.0.0-0.9.5.41771" newVersion="0.9.5.41771" />
</dependentAssembly>

It does not happen with 0.9.4.

@304NotModified
Copy link
Contributor

I Guess you need a <assemblyBinding> in your .config

@mganss
Copy link
Owner

mganss commented Mar 18, 2016

There was a breaking change in AngleSharp 0.9.5. I made a new release.
@xaviergonz Does this fix it for you?

@xaviergonz
Copy link
Author

Yep that fixed it, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants