문제

I have a 3rd DLL that is built for "Any CPU". It needs (for a specific reason) to be rebuilt for x86. I have no access to the existing source code, but could via Reflector, decompile and recompile it myself.

Is there another way to do this without taking the Reflector path

도움이 되었습니까?

해결책

You can use corflags for this. Specifically the /32BIT+ option. Note the caveats regarding strong named assemblies if applicable.

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