VS 2015 Microsoft.CodeAnalysis, version 에러
Unity3D 2017. 4. 11. 12:29Could not load file or assembly 'Microsoft.CodeAnalysis, version= 1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc
Ctrl + . 으로 인터페이스, 추상클래스등 메서드를 자동 완성 시킬때 에러
As pointed out by @CaptainAmerica the solution is to update the CodeDom assembly from NuGet. One should point out how to do this in Visual Studio. I found the solution here:
https://www.nuget.org/packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/
Basically, in the Visual Studio menu select:
Tools-> Nuget Package Manager -> Package Manager Console
In the console that appears at the bottom of Visual Studio run this command:
Install-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform
'Unity3D' 카테고리의 다른 글
"AmplifyColorEditor" 참조의 프로세서 아키텍처 "x86"이(가) 일치하지 않습니다. (0) | 2017.04.12 |
---|---|
VS에서 에러 확인안하면 생기는 일... (0) | 2017.04.11 |
stateful / stateless protocal (0) | 2017.04.04 |
UniRx (0) | 2017.02.14 |
슬라이딩 벡터 (0) | 2016.12.13 |