开发者

Crystal report related problem on server

I uploaded my project on server then i am facing the following problem, while it does wok fine on local.

Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.开发者_如何学编程0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

What is this problem please let me know

<customErrors mode="Off"/>
Line 67:   <httpHandlers>
Line 68:   <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 69:     
Line 70:     <remove verb="*" path="*.asmx"/>


Make you installed the Crystal package on the web server, or include them in your app's bin directory. Also make sure you installed that same specific 10.2.3600.0 version on the server or you will have to do assembly binding redirects.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜