I am using VS 2015. When I publish my project I am getting an error like this
SeverityCodeDescriptionProjectFileLineSuppression StateErrorCopying file bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml to obj\Release\Package\PackageTmp\bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml failed.
Could not find file 'bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml'.WebApplication10
pls help me
'bin\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml'
The error means that above xml file is from your bin folder what you need to do is download
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
file using nuget package.
Refer below link.
CodeDOM Providers for .NET Compiler