0
votes

Is there a way to find ILDASM.exe from Visual Studio 2008?

I know the location "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin", but I want it through Visual Studio 2008.

3
What do you mean "I want it through vs08"? What do you mean "any way to find ILDASM.exe"? It seems like you know where it is, relative to the install path of VS08. What do you mean by "Find" ? - Cheeso

3 Answers

4
votes

If you have the SDK:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin

Personally, though, I'd use .NET Reflector instead...

I tend to associate this with bin/exe via the "Open With..." dialog in the Solution Explorer; add it to that, job done.

3
votes

I'm not sure what you mean by "wanting it through Visual Studio", but you can easily add it to the Visual Studio Tools menu with the "Tools -> External Tools" dialog.

2
votes

The .NET Framework 3.5 that comes with Visual Studio 2008 is more or less only an extension (new assemblies) to .NET 2.0. Therefore the directory structures seem to be different.

On my machine, the new ILDASM.exe is located in "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin".