문제

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

도움이 되었습니까?

해결책

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..

다른 팁

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)"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top