I have a C++ DLL file generated in VS 2019. When I use it in C# project, throws an error that unable to upload the C++ DLL file or one of its dependencies. I checked the C++ DLL file using Dependency Tool. It shows that oleaut32.dll and conbase.dll files are missing. I checked them. They are exists under Windows/System32. Even I removed them from additional dependency under property of the C++ project, but they still showing module has missing import.
