Recently I deployed an ASP.NET MVC application from my local system to the Live server. The application works perfectly on my local system, but for some reason the application crashes on the Live server.
I checked the Event Viewer and found out the following error occurs whenever I access the applicaiton:
Application: csc.exe
Framework version: v4.0.30319
Explanation: The process was terminated due to an unhandled exception.
Exception information: System.MissingMethodException
stack:
Location Microsoft.CodeAnalysis.CSharp.CommandLine.Program.Main (System.String [])
Now what's weird is that the application I am deploying is just another version of the same application that was running fine previously. I only changed some routing info in the new version and as I said it works fine on my local system. Can you please let me know what's causing this issue. Thanks