I have created the simplest ASP.NET web site just a label on the default.aspx page. When I deploy it to my local host I get the error
The CodeDom provider type "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
could not be located.
There is a .DLL in the bin directory "Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll" of the web site
Everything look correct in Mange NuGet Packages
Hope somebody can help