Using HtmlAgilityPack with MonoTouch app gives reference error

前端 未结 2 1712
盖世英雄少女心
盖世英雄少女心 2021-01-25 16:24

I\'m trying to use the Html Agility Pack with a MonoTouch application, but cannot find a version that will work with it.

I downloaded the latest binaries from CodePlex a

2条回答
  •  渐次进展
    2021-01-25 17:16

    Are you compiling from source or using the DLL directly?

    You will need to make a new MonoTouch library project and add all the files for it to work.

    Using a DLL directly likely won't work, since it was not compiled for MonoTouch.

提交回复
热议问题