Hello, we are testing team build and we come to a problem. The problem is that when we are building a solution that has referenced libs on a network drive the build fails with error
---
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets(0,0): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Olissipo.Common.Generic.Utilities.Utils". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
----
if in the reference path ( csproj - HINTPATH) we put a UNC \\server\share\blabla.dll it works just fine.
if we map a network drive to the same share it fails with error. How to solve this
Help anyone
Thanks

Team build - solution with a reference on a network mapped drive
dover1
I think you have a point when you say it's problably a context issue but i did it all with the same user so i don't have any clue
BlairSh
Now when you log of and restart the service it should have the same drive mapping available and you would be good to go.
Hope this helps,
Marcel
Nay Lin