I am trying to create a library in C# and generate it's DLL so that I can later include this library on my Node.js app. But the C# library has some connected services, and I noticed that even when I try to include this library to another C# console app I get some FileNotFound exception ( I guess its referred to the connected services that are not being found bcs maybe DLL doesnt include them ). Do I have any solution ?
Trying to include C# DLL in Node.js - Stack Overflow
评论列表(0)
- 暂无评论