Hi, I have a .net dll file. I have to call one of the methods in this dll file from a VB program.
This dll file uses another .net dll file for logging purpose.
I able to call a .net class library method from VB6 application. But, I am getting the exception that unable to load assembly (which is used for logging).
How the vb6 application will search the dll files required for the execution?