Hi all,
I have a weird one... the build is reporting "1 failed" but with NO OUTPUT in the output and no errors are being reported.
there are two MVC web applications in this solution and there are a number of other assemblies... everything seems to be fine except for these two things I've noticed.
1) no DLL for the failing project is appearing in the \bin\ directory although all the other DLLs appear to be there and none of the dependent assemblies appear to be failing
2) this WAS working and I don't think any code changes have been made since the last successful build to the offending project, however there MIGHT have been some changes to Views and/or helperthings... is there a way to PRECOMPILE(is that even the correct term?!) the "view application" in an MVC project to see if you can find errors there...?
recently I have added SSDT and several otehr "optional extras" to the VS2013... I am going to repair this install now, and if that doesn't do anything I will try uninstalling everything (except SSDT...)
any help appreciated
Project tech: vs2013 update 4, SSDT, EF6.1, MVC 4, TFS lite, Unity, EntLib LoggingBlock
UPDATE: okay I think this is probably a bug "somewhere", I've tried this same project on another box with VS2013 update 3 and it builds fine... not sure what it is about the webproject or the specific setup of the machine with VS2013 and update 4, but its not
happy about it and wont build the web app DLL now on that machine, but works fine on (a) the other VS2013 installation, and (b) our build server appears to be fine...