I have a .NET application that currently builds and runs fine in a development environment but running the application on another machine is throwing this error.
The machine I am trying to run this on is running Windows Server 2012 which has .NET 4.5 baked into it. The error appears to be a .NET error however the GAC is showing the System Version 2.0.0.0 assembly installed. Also nothing is being written to Event Viewer on the application crash.
Any help or any idea of where to begin looking is appreciated.