В частности, у меня есть что-то вроде этого:
124:2>ASPNETCOMPILER : error : The following assembly has dependencies on a version of the .NET Framework that is higher than the target and might not load correctly during runtime causing a failure: TransmissionSvc, Version=57.0.19044.141, Culture=neutral, PublicKeyToken=b3dac0a0872f0a93. The dependencies are: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. You should either ensure that the dependent assembly is correct for the target framework, or ensure that the target framework you are addressing is that of the dependent assembly. [D:\_wf\01\1\s\UI\CandidatePortal\CandidatePortal.csproj]
Когда у меня есть подобные вещи в обычной компиляции, я запускаю msbuild с флагом /bl
и анализирую двоичный журнал - очень легко.Но с aspnet_compiler я в растерянности.
Кажется совершенно непрозрачным.Что делать?