views:

496

answers:

3

Hi All, Is there any way to find ILDASm.exe from VS 2008? I know the location "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin"....but i want it through vs08. Thanks.

+2  A: 

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

Mehrdad Afshari
Thanks Mehrdad..it worked for me...
Wondering
+2  A: 

If you have the SDK:

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

Personally, though, I'd use 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.

Marc Gravell
yeah,i do have the SDK and its in the same location mentioned by u .Thanks for helping me.
Wondering
+1  A: 

The .NET Framework 3.5 that comes with VS2008 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"

EFrank