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
0 comments:
Post a Comment