开发者

Can't compile/use ObjectListView in VS 2010

I want to use ObjectListView in a project coded in VS 2010.

Therefore I did the following things:

  • Downloaded the project
  • Opened both ObjectListView.sln to convert it to a VS2010 project
  • Added one of them to my project-folder in VS 2010
  • Added the project-assembly to my project
  • Added the namespace xmlns:o="clr-namespace:BrightIdeasSoftware;assembly=ObjectListView"

It compiles but it doesn't find any of its classes in my project. That means after entering the namespace: "

Does a开发者_高级运维nyone know what I can do about that?


The ObjectListView project in the solution is missing "Filters.cs". It's located in the directory, just not added to the project.

Add it to the project, and everything will build (using VS2010, and ObjectListView.sln).

EDIT:

It looks like you're creating a WPF project. ObjectListView is intended to be used in WinForms applications.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜