You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a failure when trying to create a publisher. The error is;
An unhandled exception of type 'System.TypeInitializationException' occurred in NNanomsg.dll
Upon further analysis i noticed this;
LoadLibrary failed: bin\Debug\Nanomsg.dll
I guessed it was a problem loading nanomsg.dll so I rebuilt nanomsg (v1.0.0) from source (x64 DLL) using Visual Studio 2015 to match the same environment i'm using to build NNanomsg but still same error.
Any help appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
I'm getting a failure when trying to create a publisher. The error is;
Upon further analysis i noticed this;
I guessed it was a problem loading nanomsg.dll so I rebuilt nanomsg (v1.0.0) from source (x64 DLL) using Visual Studio 2015 to match the same environment i'm using to build NNanomsg but still same error.
Any help appreciated.
The text was updated successfully, but these errors were encountered: