My project is working fine but when I deployed the wsp of the following solution in another machine(server) having same configuration and 3.5 .NET Framework and all similar setting to that of my machine I am getting this error:
“Could not load file or assembely 'System.Dynamic' or one of its dependencies . This assembely is built by a runtime newer than the currently loaded runtime and cannot be loaded"
I have added all the DLLs which is in my project where as the same code /project is running well and good in my machine
How can I add this in my project?