I have an issue with an ambigious namespace when including Umbraco.Forms.References when including all of the Contour dlls. Is the forementioned dll used at runtime or? And furthermore - what is the point in having wrapped the HtmlAgilityPack in a dll on its own, when Umbraco already have HtmlAgilityPack as an native dependency?
I'm currently not having any issue by just removing the Umbraco.Forms.References assembly, but will I encounter any fatal issues at some point?
Umbraco.Forms.References - wrapped HtmlAgilityPack?
Hey!
I have an issue with an ambigious namespace when including Umbraco.Forms.References when including all of the Contour dlls. Is the forementioned dll used at runtime or? And furthermore - what is the point in having wrapped the HtmlAgilityPack in a dll on its own, when Umbraco already have HtmlAgilityPack as an native dependency?
I'm currently not having any issue by just removing the Umbraco.Forms.References assembly, but will I encounter any fatal issues at some point?
Thanks in advance! :-)
Comment author was deleted
Probably when saving a form :) it uses https://code.google.com/p/fizzler/ to parse the form design
Comment author was deleted
And version of html agility pack is different then the one included in Umbraco so that was the main reason...
Fair enough - it doesn't seem to break anything as long as I'm not referencing it in the project.
But thanks anyway :-)
Comment author was deleted
Yeah only gives issues when you try to use it directly in razor scripts
Tim,
We are using HtmlAgilityPack directly in razor scripts. We get an error installing 3.0.18. What should be a solution then?
Comment author was deleted
Move your code that uses html agility that you have in your razor scripts to compiled code
is working on a reply...