1

I am creating an android app in visual studio 2015. While building the solution I am getting this error :

The specified task executable "csc.exe" could not be run. Could not load file or assembly 'Microsoft.CodeAnalysis, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I have update my visual studio as well. but nothing is working for me.

Here is snapshot of error:

enter image description here

Neha Gupta
  • 291
  • 2
  • 18

1 Answers1

1

try to run visual studio as administrator or repair your visual studio from programs

see this post: Visual Studio 2012 csc.exe Error. Executable not valid for OS

Community
  • 1
  • 1
Sergio Ramirez
  • 340
  • 3
  • 16