Forum member

teplas

4 posts

Posts by teplas

  1. Build failure in remote environment - assembly already loaded

    The "exists(<path>)" was there to not import it on the build machine where this file isn't present (no VS installed). Thanks for the workaround!

  2. Build failure in remote environment - assembly already loaded

    I could fix it while trying to create a minimal solution which reproduces the issue. We had this import in the failing .csproj files: [code=xml]<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(MSBuildToolsVersion)\WebApplications\Microsoft.WebApplication.targets" Condition="…

  3. Build failure in remote environment - assembly already loaded

    - It is specific to the solution/projects - Even some projects in the solution build fine, but at some point one project fails and naturally all dependent projects fail from there on - Custom coding (I assume you mean build-events or stuff like that): * Not in the project which fails. * There is…

  4. Build failure in remote environment - assembly already loaded

    This issue started a couple of months ago when we upgraded to VS2015 (from 2013), but I was too busy reporting. Would love to have NCrunch working again in the new environment. This is the error from the NCrunch tests window: --- System.Exception: An exception was thrown in the remote environ…