ZetaIpc | NET library to do inter-process communication
kandi X-RAY | ZetaIpc Summary
kandi X-RAY | ZetaIpc Summary
A tiny .NET library to do inter-process communication (IPC) between different processes on the same machine.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ZetaIpc
ZetaIpc Key Features
ZetaIpc Examples and Code Snippets
Community Discussions
Trending Discussions on ZetaIpc
QUESTION
I am creating plugins for a software called BIM Vision. They have a wrapper around a C API and thus I am using UnmanagedExports to have my unmanaged DLL compiled fine with the wrapper.
Issue is that I cannot use NuGet librairies at all in my project. They compile fine but calling any of their functions in my code crashes the software.
All the libraries are compiled in their own separate DLLs alongside my own DLL. Only my DLL can be loaded by the software (because the other DLLs miss code to talk to BIMVision)
How can I make the software find the missing DLLs ? Where should I place them?
My .csproj looks like this:
...ANSWER
Answered 2020-Aug-25 at 08:00Installing the library DLLs in the GAC, using GACUTIL as follows, fixes the issue.
gacutil /i [path.dll]
It still wasn't running because of version mismatch for System.Buffers
package; I installed the correct version and it worked.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ZetaIpc
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page