2012/6/18 Tom Robinson <tom.robin...@artesiansolutions.com>

>
> Unfortunately the ErrorCode is -2147467259 (i.e. not set?) and there’s no
> further information available through the debugger.
>

-2147467259 is E_FAIL

If you are sure that you have the C/C++ runtime libraries installed on this
machine (for the same version of MSVC that was used to build libzmq.dll),
you could try to remote attach to the IIS process from Visual Studio and
see the actual call stack at the moment of this exception.
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to