I have built an ASP.NET MVC web application which works OK on my local machine. When I publish it, it creates a "Roslyn" directory (as NuGet package Microsoft.CodeDom.Providers.DotNetCompilerPlatform is installed).
When I uninstall NuGet package Microsoft.CodeDom.Providers.DotNetCompilerPlatform, and I debug the web site, I get the error "Object moved to here".
I also get the same error when I upload the website to the server with the NuGet package installed and browse to it.
Nothing in the event log. Controllers seem to run OK.
Any ideas?
Thanks is advance.