Cannot redirect my application to use PDB file in bin folder

52 views Asked by At

I have done about a day of research on this after banging my head against the same issue for the past couple of days and nothing I try seems to work. I'm starting to think this is impossible.

I am trying to debug an old application. I am able to debug a few projects within the solution but others are giving me an issue in which they are unable to load the corresponding .pdb file. It seems that the application is trying to look for the .pdb file in the GAC but when I look for the assembly in the GAC, it is nowhere to be found (so I don't know why it would look there).

I tried to force the application to look for the pdb in my bin folder but I get a different error message that says "PDB does not match image". Even though the .dll & .pdb file are both in the bin folder.

I've also tried to redirect the version of my project but that doesn't seem to work either.

0

There are 0 answers