문제

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