Frage

I have two windows application by using HtmlAgilityPack . HtmlAgilityPack doesn't work in my project currently . It show " The debugger could not locate the source file 'D:\Source\htmlagilitypack.new\Trunk\HtmlAgilityPack\HtmlNodeCollection.cs' ". Is there any other method to do the same work as HtmlAgilityPack ? I cant find the problem. I need some help . Thank You

War es hilfreich?

Lösung

Remove all your HtmlAgilityPack dll from your reference and after removing make sure that all the HtmlAgilityPack dll is removed (to check press control F and type HtmlAgilityPack and press enter). then freshly add the HtmlAgilityPack dll. then your problem is solved..

Andere Tipps

You are using the dll of HtmlAgilityPack as reference. Try using the source then the debugger will know where HtmlNodeCollection.cs is.

Please try the this...

Visual Studio -> Debug -> Options -> Check both "Enable Just My Code" and "Warn if no user code on lunch (Managed Only)"

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top