实际调试符号的ASP.NET MVC 2发行版本 [英] Actual Debug Symbols for ASP.NET MVC 2 Release Version

查看:203
本文介绍了实际调试符号的ASP.NET MVC 2发行版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要从ASP.NET MVC 2(即通过获取网络平台安装程序安装的版本)。

I need the actual debug symbols from the released version of ASP.NET MVC 2 (the version that gets installed via the web platform installer).

我知道我可以下载源,建立和使用从调试符号。但也有这种做法几个问题:

I know I can download the source, build and use the debug symbols from that. But there are a couple issues with that approach:


  • 要求,因为它没有签署其他所有依赖使用这个版本的DLL重建。如果您正在使用第三方库不提供源这是不可行的。

  • 从最新的源内置版本不匹配(可能是因为在单独签署的差异)的发行版。所以我不能引用的.pdb。

  • 我不希望在一个自定义生成或大于获取从一个标准的安装安装的The One之外的任何版本的依赖也。

我只需要调试符号,所以我可以不引入一个不同的dll通过源步骤。我试图用公众Microsoft符号服务器,但它不是下载符号此DLL。

I just need the debugging symbols so I can step through the source without introducing a different dll. I tried to use the public Microsoft Symbol Server, but it's not downloading the symbols for this dll.

任何人都知道,如果这.PDB存在?

Anyone know if this .pdb exists?

(我知道,它可以产生和使用反射的较新版本通过这个DLL步骤 - 不过这是专业版,现在花钱)

(I know that it's possible to generate and step through this dll using the newer version of Reflector - but that's for the professional version and costs money now.)

推荐答案

您应该能够使用MS符号服务器(的http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx)找到这些。

You should be able to use the MS Symbol Server (http://www.hanselman.com/blog/SetUpYourSystemToUseMicrosoftsPublicSymbolServer.aspx) to find those.

这篇关于实际调试符号的ASP.NET MVC 2发行版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆