I cannot share the code in question however, my issue stems from a specific project under my solution. It does not load the dll into the modules when debugging. This causes a "No symbols loaded" error when putting in a dot for debug. The -pdb and .dll are both visible in the obj/debug folders. Colleagues running exactly the same code, does not get the error and they can also debug this specific project.
Anyone got any suggestions on what to do?
I have searched around for hours and consulted several senior colleagues without any solution in sight. In short, I need the .dll to load as a module (this also leads to this project not updating for me until the day after, when our solution gets built on our server - creating all manner of issues for my code and debugging possibilities).
Because I do not see the .dll in the modules window, I cannot attach it or force it to load symbols. I have not found any way of manually add the .dll to be loaded.