windows 7 - MSBuild compile error "resgen.exe" .Net FX 3.5 Tools -


im trying compile project made in vs2012 in windows 7 x64.

trying compile in virtualmachine windows 7 x86 , .net framework 4.0 installed using msbuild 4.0 error "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" not found, or correc t microsoft windows sdk not installed. task looking "resgen.exe" in "bin" subdirectory beneath location specified in installationfol der value of registry key hkey_local_machine\software\microsoft\microsoft s dks\windows\v7.0a\winsdk-netfx35tools-x86. may able solve problem  doing 1 of following:  1) install microsoft windows sdk.  2) inst visual studio 2010.  3) manually set above registry key correct location.  4) pass correct location "toolpath" parameter of ta sk. [c:\users\administrador\appdata\local\temp\virtuosa game packer\extractor.v bproj]      5 warning(s)     1 error(s) 

my question requisites framework need machine compile project?

if install netfx tools 3.5 in virtual machina can compile project?

where can download netfxtools 3.5 x86? (really can't find in google)

as errormessage states can copy resgen computer somwhere on vm , change registry point correct path.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -