The version loaded and version in object window are different. What to do?
VincentWu
Posts: 2 New member
I have enable debugging for System.IO.Compression.ZipFile.Dll version 5.0.0. But when I ran the programe and the dll version is 5.0.17. So it is a mismatch and I can't debug.
So my questions are:
1) How to undo "enable deubugging" option?
2) How to ask the object window to load 5.0.17 version of the assembly?
Thanks a lot.
So my questions are:
1) How to undo "enable deubugging" option?
2) How to ask the object window to load 5.0.17 version of the assembly?
Thanks a lot.
Answers
I have tried to solve the second issue. I can add another version of System.IO.Compression.ZipFile.Dll. But the browser window won't show my version (5.0.17). So I can't generate pdb for that version and I can't debug.