I am attempting to get my DDL to run in debug mode. The DDL has to be copied to a particular folder where the third party software can see it. How do I get the debugger to recognize this copied DDL? At the moment when I attach the process that uses the DLL nothing happens in the debugger. I set a breakpoint where I know the program control gets past but the breakpoint is not activated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am attempting to get my DDL to run in debug mode. The DDL has to be copied to a particular folder where the third party software can see it. How do I get the debugger to recognize this copied DDL? At the moment when I attach the process that uses the DLL nothing happens in the debugger. I set a breakpoint where I know the program control gets past but the breakpoint is not activated.