Question

I am trying to use object list view, and have followed everything. I have put the dll into my references, and have gone as far as putting it in my debug, and release folder.

The problem I am having is that it keeps giving me this error:

enter image description here

Is there anything I am doing that is wrong?

Était-ce utile?

La solution

Take a look at this discussion thread.

Someone said they checked the FAQ and subsequently "changed the target to the full profile." It sounds like if your project is built against a client profile, you could run into this issue. I haven't downloaded the ObjectListView source myself and tried to build it to see if that's actually the case.

Check that your project is building against the full .NET framework, and not a "client profile". I use VS2012 now, which creates new projects with the full profile already set. But if you happen to be using VS2010, it created new projects with a target framework of "client profile" by default.

enter image description here

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top