my question is a little like this one ,but with some difference.
https://forums.ni.com/t5/LabVIEW/Calling-NET-DLLs-that-are-dependent-on-other-DLLs/m-p/3707834#M1043...
I made a solution with VS2019, that solution contains two projects: an exe and a dotnet dll.
I installed Newtonsoft.Json 13.0.3 with them ,see as below:
if I use the exe to call the built dll's function ,everything works well.
if I copied the dll to my LabVIEW project file and call it by LabVIEW donet dll node ,it give me an error:
what is wrong ,why did LabVIEW tried to load Newtonsoft.Json 10.0.0.0? who is willing to use 10.0.0.0? what shall I do ?