Im trying to load a webpage but i keep getting the following error:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: 'gzip' is not a supported encoding name.
There is a thread about gzip here:
https://htmlagilitypack.codeplex.com/discussions/22790
But i cant even find half the code that i am suppose to change in HtmlAgilityPack 1.4.6. Is that part of the source code changed? And is it possible to fix this?
Im using this to load the wepsite:
An unhandled exception of type 'System.ArgumentException' occurred in mscorlib.dll
Additional information: 'gzip' is not a supported encoding name.
There is a thread about gzip here:
https://htmlagilitypack.codeplex.com/discussions/22790
But i cant even find half the code that i am suppose to change in HtmlAgilityPack 1.4.6. Is that part of the source code changed? And is it possible to fix this?
Im using this to load the wepsite:
HtmlWeb site = new HtmlWeb();
HtmlAgilityPack.HtmlDocument document = site.Load(URL);