How to solve this error “Could not load file or assembely 'System.Dynamic' or one of its dependencies”

邮差的信 提交于 2019-12-25 01:28:51

问题


I am working on a .Net project 3.5 frame work (Sharepoint server)

My project is working fine but when I deployed the wsp of the following solution in another machine 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 assembly 'System.Dynamic' or one of its dependencies

I have added all the DLLs which is in my project. whereas the same code /project is running well and good in my machine.

How can I add this in my project?


回答1:


You should clear the temporary files, then build and run.

C:\Users\[SystemName]\AppData\Local\Temp\ASP.NET


来源:https://stackoverflow.com/questions/23421316/how-to-solve-this-error-could-not-load-file-or-assembely-system-dynamic-or-on

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!