Visual Studio的6英寸的相当于现代的;其值取决于"效用 [英] Modern Equivalent of Visual Studio 6 "Depends" utility

查看:162
本文介绍了Visual Studio的6英寸的相当于现代的;其值取决于"效用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有将着眼于.NET程序集,并告诉大家这对其他组件的依赖关系的好工具?有点像旧的Depends.exe VS6天。

Is there a good tool that will look at a .NET assembly and tell you all of the dependencies it has on other assemblies? Sort of like the old depends.exe from VS6 days.

更新
我想一件事,我从反光缺少的是其它版本#的。除非我失去了一些东西。我怎么知道什么框架需要组装?

UPDATE
I guess the one thing that I am missing from Reflector is verion #'s. Unless I am missing something. How do I tell what framework is required by an assembly?

我试图解决我有这个其他问题:
<一href="http://stackoverflow.com/questions/922681/ironpython-click-once-net-2-0-error-thoughts">http://stackoverflow.com/questions/922681/ironpython-click-once-net-2-0-error-thoughts

I'm trying to solve this other issue I am having:
http://stackoverflow.com/questions/922681/ironpython-click-once-net-2-0-error-thoughts

从错误信息看起来我需要:
Microsoft.Linq.Ex pressions.Compiler.Snippets
Microsoft.Linq.Ex pressions.Compiler.LambdaCompiler

From the error message it looks like I need:
Microsoft.Linq.Expressions.Compiler.Snippets
Microsoft.Linq.Expressions.Compiler.LambdaCompiler

除了应用在我身上吹了起来......我应该怎么检测到有必要吗? 它在我的机器上运行正常。

Other than the app blowing up on me... how should I have detected a need here? It runs fine on my machine.

这是一个3.0或3.5的东西?

Is this a 3.0 or 3.5 thing?

推荐答案

嗯, .net反射

编辑:找到一个给定程序所需的组件的详细信息,加载组装成反射器,扩大了空间。您应该看到列出的程序集名称。展开,你会看到参考。展开引用,查看所需要的组件。选择其中的一个将给予版本和下面的名称信息。

To find detailed information on the assemblies required by a given assembly, load the assembly into Reflector, and expand the namespace. You should see the assembly name listed. Expand that and you will see "References". Expand References to view the assemblies required. Selecting one of those will give version and name info below.

希望有所帮助。

这篇关于Visual Studio的6英寸的相当于现代的;其值取决于&QUOT;效用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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