问题
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