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.
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.
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.