I'm building an extension for a server of mine that could use with a HTTP server running in the background.
The library I'm attempting to use in the extension is:
https://github.com/unosquare/embedio
I build my extension & copy over all the DLLs but I get an error on start of my server saying it can't find the external dependency even though It's 100% copied over to the Managed directory.
Is there anything I'm missing when using an external library as a DLL in my extension or is it not really feasible?
Cheers.
The library I'm attempting to use in the extension is:
https://github.com/unosquare/embedio
I build my extension & copy over all the DLLs but I get an error on start of my server saying it can't find the external dependency even though It's 100% copied over to the Managed directory.
Is there anything I'm missing when using an external library as a DLL in my extension or is it not really feasible?
Cheers.