-1

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?

halfer
  • 19,824
  • 17
  • 99
  • 186
Qudir Ansari
  • 59
  • 3
  • 16
  • 4
    you don't need to repeat question. If you want to change the title or contents of question use `edit` link. [Duplicate](http://stackoverflow.com/questions/23421316/how-to-solve-this-error-could-not-load-file-or-assembely-system-dynamic-or-on) – Hassan May 02 '14 at 05:58
  • can anybody help ? its past 5 days , still i am not done with this issue ? I have tried everything installed the .net 4.0 framework still no solution... anybody help please... – Qudir Ansari May 08 '14 at 06:57
  • Trying again to put on hold as a dup.... – halfer Jan 03 '16 at 17:03

1 Answers1

0

You have this question tagged as however System.Dynamic is a .NET 4.0 feature. You need to install 4.0 on the IIS server and configure IIS to use the 4.0 CLR.

Community
  • 1
  • 1
Scott Chamberlain
  • 124,994
  • 33
  • 282
  • 431
  • As i have said i have deleloped the prjct in 3.5 .net framework.. and same deployed in another server having same 3.5 .net framework then why its showing this error.......... – Qudir Ansari May 02 '14 at 06:00
  • its also saying one of its dependencies. What can be the depndencies or dll related to this ? – Qudir Ansari May 02 '14 at 06:16