Cannot step into .NET framework source with VS2008 SP1

前端 未结 7 1986
时光说笑
时光说笑 2021-02-01 08:30

Somehow my VS2008 SP1 has lost the ability to step into .NET framework sources. I\'ve played around with checkboxes to no end; I\'ve re-deleted the Symbol cache folder a dozen t

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 08:41

    I believe your problem is a mismatched version of .Net running on your System compared to the image version in the pdb that downloads from the symbol server. I've had the same problem on 64 bit Vista and Win7. I have yet to find a reference for how to get the assembly to 2.0.5.xxxx as indicated in the instructions. SP1 with all service packs on the two OSs I indacated are show the assemblies at 2.0.0.xxxx

    EDIT: Start debugging any app you have and Hit CTRL+ALT+U to get the module list. It shows which assembly in the GAC is being used for the application

    I blogged what I think is a better description of the problem. Blog of problem

提交回复
热议问题