My builds have suddenly stopped working. I don't know why.
I get this error:
Error MSB3091: Task failed because "resgen.exe" was not found, or the correct Microsoft Windows SDK is not installed.
The task is looking for "resgen.exe" in the "bin" subdirectory beneath the location specified in the InstallationFolder value of the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\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) Install 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 task.
1) Install the Microsoft Windows SDK.
Trying to install the Win 7 SDK, but MS is whining about the RTM version of .Net installed. Working on this.
2) Install Visual Studio 2010.
Don't have VS 2010. Using VS Express 2015.
3) Manually set the above registry key to the correct location.
Done that. Still no worky.
4) Pass the correct location into the "ToolPath" parameter of the task.
How do I do this?
Ideas on how to get my builds working?