http://pastebin.com/5Ph3BfD3

I am getting the message Parser Error Message: Could not load file or assembly 'Syncfusion.Core, Version=11.4451.0.26, Culture=neutral, PublicKeyToken=632609b4d040f6b4' or one of its dependencies. The system cannot find the file specified.

I have set copylocal to true in my project on each of the references

They are in my BIN folder on the local machine, the

The parser and the line on the web.config refer to different versions; can anyone tell me what I can to sort this out.

Frustrating!

有帮助吗?

解决方案

Your config file is looking for a specific version of SyncFusion. Does the version number match the version of the syncfusion assembly?

If not, either get the correct assembly, or update the web config. Also see this if it is relevant: Target non specific version of an assembly

其他提示

I have raised this with SYncfusion Tech support, they are going to see if they can reproduce it on Azure

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top