For enabling Microsoft-Hyper-V and Microsoft-Hyper-V-Management in Windows 2008 R2 Server(64bit), I'm calling dism.exe as a process. The command I've used is
Dism.exe /online /Get-FeatureInfo
/FeatureName:Microsoft-Hyper-V
Dism.exe /online /Get-FeatureInfo
/FeatureName:Microsoft-Hyper-V-Management-Clients
This works fine when I execute this from the command line but it fails when I try to execute it through my code. I've tried the 64bit version of Dism.exe under the C:WindowsSysWoW64 folder but it fails too. Here is the error message I get,
You cannot service a running 64-bit
operating system with a 32-bit version
of DISM. Please use the version of
DISM that corresponds to your
computer's architecture.
What am I missing here?
UPDATE: SLaks was right, but the issue turned out to be that MS Visual studio express edition by default targets x86 which I had to manually edit in the .csproj file to AnyCPU to make it work.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…