Forum member
teplas
4 posts
Posts by teplas
-
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!
16 Aug 2016 12:04 UTC
-
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="…
16 Aug 2016 11:30 UTC
-
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…
15 Aug 2016 12:01 UTC
-
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…
15 Aug 2016 07:38 UTC