Im пытается скомпилировать проект, сделанный в VS2012 в Windows 7 x64.
Попытка скомпилировать его в виртуальной машине с Windows 7 x86 и .Net framework 4.0, установленной с помощью MsBuild 4.0, но я получаю эту ошибку в отношении "resgen.exe" и netfx tools 3.5:
"C:\Users\Administrador\AppData\Local\Temp\Virtuosa Game Packer\Virtuosa Game P
acker.sln" (default target) (1) ->
"C:\Users\Administrador\AppData\Local\Temp\Virtuosa Game Packer\Extractor.vbpro
j" (default target) (2) ->
(CoreResGen target) ->
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2291,5
): error MSB3091: Task failed because "resgen.exe" was not found, or the correc
t Microsoft Windows SDK is not installed. The task is looking for "resgen.exe"
in the "bin" subdirectory beneath the location specified in the InstallationFol
der value of the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft S
DKs\Windows\v7.0A\WinSDK-NetFx35Tools-x86. You may be able to solve the problem
by doing one of the following: 1) Install the Microsoft Windows SDK. 2) Inst
all Visual Studio 2010. 3) Manually set the above registry key to the correct
location. 4) Pass the correct location into the "ToolPath" parameter of the ta
sk. [C:\Users\Administrador\AppData\Local\Temp\Virtuosa Game Packer\Extractor.v
bproj]
5 Warning(s)
1 Error(s)
Мой вопрос в том, какие реквизиты для Framework потребуется другой машине для компиляции проекта?
Если я установил NetFX Tools 3.5 в эту виртуальную машину, я могу скомпилировать проект?
Где я могу скачать NetFXTools 3.5 x86? (Действительно, я не могу найти его в Google)