If you're using the COM version of AdvImgLib.dll within a .NET
environment, you'll need to distribute 3 files:
- AdvImgLib.dll (goes in Windows/System dir, and MUST be registered
with REGSVR32.EXE)
- Interop.AdvImgLib.dll (goes in your project's BIN dir)
- FreeImage3.dll (goes in Windows/System dir, does NOT need to be
registered)
In your post, you never mentioned Freeimage3.dll. Not distributing it
might be your problem.
Let me know if that doesn't work.
- Kevin