문제

Question: I need to create, using ILASM.EXE, framework 2.0 assemblies.

So far, I have seen that fw 2 ilasm: creates 2.0 assembies. FW 4 ilasm, on the other hand: creates 4.0 assemblies.

So far I am cool.

Now I need to know: is there a way (perhaps an argument) that can be used to make fw 4 ilasm to create fw 2 assemblies?

도움이 되었습니까?

해결책

.NET 4 cannot target .NET 3.5 or .NET 2.0, that's why if you want to compile .NET 2.0 or 3.5 assemblies, with visual studio 2010, you need to also have .NET 3.5 installed.

http://msdn.microsoft.com/en-us/library/bb398197(VS.100).aspx

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