I have a python project that calls the C ++ DLL wrapper that calls C # com interop dll. On my computer, with all the frameworks and programs installed, my project works very well.
But on a computer that has just been formatted, no. I already installed C ++ 2008 redistribute, and part of C ++ works, but when I call a function from it (which will call the C # correspondent code), it will throw an error.
I want to know which dll dependencies on C ++ and C # dll to see what is missing :)
source share