I'm porting an existing VS 2013-based solution to VS 2015 Update 1 and I am receiving an error code:
The following is a post-build command that triggers the error:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\al.exe" /out:"C:\p4\MMM-2015\blah\tm1\Assemblies\USSAdmin.resources.dll" /culture:en /embed:"C:\p4\MMM-2015\blah\tm1\blah\USSAdmin\USSAdmin.resources" /t:lib
I'm getting an error: exited with code -1073741819 with some Linker error dialogs also.
The above command works fine in a command-prompt.