I'm trying to compile a project that requires the dnlib library. The library itself is specified in References, the project's frameworks and libraries coincide (.NET Framework 2.0), however, an error occurs during compilation
Can you not be found a directive?
on the line using dnlib.DotNet;
If you open the library through Object Inspector, then the dnlib.DotNet namespace can be seen there.
Where am i stupid
