Hello all,
I'm trying to rebuild zlib.net and create an assembly I can reference in future projects in Visual Studio.
However, after building from the supplied source code and moving the resulting zlib.net.dll to C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies
, while I can indeed add the zlib.net reference to a new project, I do not have any access to the underlying objects.
I believe I'm missing some important configuration(s) in the zlib.net.dll project settings file so I can generate an assembly that can be referenced at design time by other projects. I'm just not sure which.
Could you please help?
UPDATE:
Note that I'm testing the resulting assembly by using zlib.net (link above) own supplied demos. When I use the supplied zlib.net.dll all works fine. When I use the one I build from source, it fails.