Skip to content
Ozgur Ozcitak edited this page Jul 28, 2015 · 1 revision

Although ImageListView requires the .NET framework 3.5; it is possible to recompile it for .NET 2.0 without Windows Imaging Component.

  1. Get the latest source code.
  2. Open project properties and change the target framework to .NET 2.0 in the Application tab.
  3. Delete the USEWIC conditional compilation symbol from the Build tab.
  4. Recompile the project.
Clone this wiki locally