I have this kind of error in visual studio
could not load file or assembly "Microsoft.Code.Analysis, Version=1.3.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies"
what can I do?
I have this kind of error in visual studio
could not load file or assembly "Microsoft.Code.Analysis, Version=1.3.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies"
what can I do?
Thanks for your comments,
I have done through;
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
after installing the package, there are no problems about the issue