Options

The version loaded and version in object window are different. What to do?

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.

Answers

  • Options
    VincentWuVincentWu Posts: 2 New member
    I found out the solution to the first question. I can do it by clear store. 

    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.
Sign In or Register to comment.