unity3d - Hololens device build fails to not finding Assembly-CSharp-firstpass.dll -


i'm trying build unity application hololens device on visual studio 2017 , i'm getting following errors:

metadata file '...\generatedprojects\uwp\assembly-csharp-firstpass\bin\x86\release\assembly-csharp-firstpass.dll' not found metadata file '...\generatedprojects\uwp\assembly-csharp\bin\x86\release\assembly-csharp.dll' 

i'm aware of similar question here uninstalling , installing latest versions of both unity , vs did not help. neither did starting new project. i'm using latest versions of unity (2017.1.0f3) , visual studio 2017 (15.3.0). i've tried uninstalling both applications. working fine yesterday downloaded additional components visual studio (asp.net) , hololens build stopped working. idea how fix issue?

i can see assembly-csharp-firstpass.dll in unprocessed folder under path it's searching , tried copy correct path did not help. have tried build project without ticking unity c# projects different error then.

update

i found post on unity forums , think it's same issue have: https://forum.unity3d.com/threads/net-scripting-backend-and-visual-studio-2017-3-incompatibility.487833/

a workaround issue manually modifiying "uap,version=v10.0.xxx" "uap,version=v10.0" in project.lock.json files of generatedprojects.

other solutions problem include downgrade visual studio 2015, or using patch link provided has.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -