문제

I have repaired .net 4.0 but (still) cannot find:

Ilasm.exe

Any ideas? I need it to do this:

strong name signing of assembly

도움이 되었습니까?

해결책

This should exist in your Windows folder, under Windows\Microsoft.NET\Framework\v4.0.30319.

That being said, it also comes with Visual Studio or the Windows SDK. This has the advantage of also installing command prompts which setup the environment correctly, and can make this simpler to use.

For details, see the documentation for Ilasm.exe.

다른 팁

It only comes with the full profile. Not the client profile.

Did you download the correct version?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top