Guruji Point - Code You Want To Write

  • Home
  • Asp.Net
  • WCF
  • SQL
  • Type Script
  • AngularJS
  • Tech News
  • Blog
  • Earn Online

Saturday, 26 August 2017

Could not load file or assembly 'Microsoft.CodeAnalysis, version= 1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependenc

 asp.net, Asp.Net C#, assembly error in visual studio, CodeDom error, Ctrl + . is not working, guruji point, Gurujipoint, Microsoft.CodeAnalysis error     No comments   


This assembly load error due to the CodeDom assembly. You only need to update the CodeDom assembly . By using VisualStudio you can resolve your this error.

SOLUTION
The solution is to update the CodeDom assembly from NuGet. If you dont know about the NuGet library then follow this step :-
On Visual  Studio Tools - NuGet Package Manager - Package Manager Console



You may interested - How high quality content affects your Website.

Select Package Manager Console and On Package Manager Console Paste the below command

Install-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform


Paste the code and hit enter . It may take 20-3- seconds and you are done. It might be ask for restart studio. Restart and now you will no more face that error.


Previous Updates
In previous articles we have learnt  Transaction Commit and Rollback in sql server with example. What is Blocking and Deadlock In SQL. Top 30 Asp.net interview question. What is the difference between null and undefined.Check for null vs undefined in javascript. Difference Between == And === In JavaScript
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Facebook Updates

Guruji Point

Categories

Comman table Expression in SQL Dynamic Grid Row IQueryable in c# Learn AngularJS Scope_Identity() Use of indexes comma seperated string in sql row_number() and dense_rank() salary table structure. while loop in sql why do we need cursor why tuple used

About Us

This blog is about the Programming ,Tech News and some intresting facts related Contents. Here you can find fundamental and expert level topic of programming languages very practically related to C# , Asp.Net ,Sql-Server, JavaScript, Jquery, WebServices And also Web-Api, WCF ,WPF, Angular Js.

Contact Us

Email Us - gurujipoints@gmail.com
Contact- 8077657477

Reach Us

Copyright © Guruji Point - Code You Want To Write