I'm trying to load a DLL file into my WPF app, and it works since the returned address is valid, GetProcAddress works and I'm able to call a method and have it return an expected value.
But if I try to place breakpoints in the C++ project I get "breakpoint will not be hit", and the DLL doesn't show up in the tab in Debug>Windows>Modules. Anyone know why this happens?