I got this exception after running execuable at the command prompt:
'Mixed mode assembly built against runtime version v2.0.50727' and cannot be loaded into runtime 4.0 without additional configuration information.
After searching for this problem on the Internet, I found one way to configure the App.Config file. This works fine in VS2010, but still generates the same error in command mode.
So, is there a way to resolve this using the command line, since it is not possible to generate a newer version of .dll.
Thanks!
source share