Trace not working in a .NET DLL loaded from VB6 EXE
- by Luis
Hello
I have a .NET DLL that writes to the Trace. But seems that when I call my DLL from a VB6 EXE the trace is not working.
I have created an myApp.config file in the EXE folder with the trace configuration, but this does not solves the issue.
I've also tried creating the Trace objects in code,but doesn't work:
Dim _traceSrc as TraceSource= New…