水晶报表(vs2005自带的)部署到应用服务器出错,出错?不该装的都装了,还要装什么呢?

kingcsx666 2008-10-07 08:49:01
水晶报表(vs2005自带的)部署到应用服务器,
应用服务器安装了.net framework2.0,CRRedist 2005_x86.msi,CRRedist 2005_x86_chs.msi
运行还是出错,在开发的机器上面一切正常。

打算把水晶报表10也装上去,感觉太麻烦了,还是需求各位高手
到底还要安装什么?怎么配置?

错误信息也看不出来
Runtime Error 
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

...全文
323 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
lxlongnw 2009-04-29
  • 打赏
  • 举报
回复
laobing_lin
Net_merge_modules.zip上哪下载去啊?有谁知道的吗?
yangpeiyu 2008-10-08
  • 打赏
  • 举报
回复
一般装上CRRedist 2005_x86_chs.msi 就可以的啦.还有你的webcofig里应该都有那个报表节点.
kingcsx666 2008-10-08
  • 打赏
  • 举报
回复
谢谢阿泰,先试试,各位有什么好的思路请继续发表
阿泰 2008-10-07
  • 打赏
  • 举报
回复
1:跟盗版没关系
2:如果你不能在服务器上配置一个跟开发环境一样的环境,那么就必须进行打包
3:如果你开发的时候用的是.Net自己带的水晶报表,那么装上单独版本的水晶报表10是没有用的,版本不同。
4:参考一下
http://www.cnblogs.com/babyt/archive/2008/08/29/1279569.html
做个辅助安装包再看看
miniplayer 2008-10-07
  • 打赏
  • 举报
回复
盗版的关系吧
laobing_lin 2008-10-07
  • 打赏
  • 举报
回复
我个人认为:做一个安装包比较方便,可以下回再用,再说也减少容量。
第二步骤就是你去找一个相应版本的KEY,然后在布署时添加相应的KEY
kingcsx666 2008-10-07
  • 打赏
  • 举报
回复
laobing
你的第二步,具体是怎么操作的啊,能具体一点吗
kingcsx666 2008-10-07
  • 打赏
  • 举报
回复
一定要打包安装吗,我的是裸奔
没有编译,直接挂上应用服务器的
laobing_lin 2008-10-07
  • 打赏
  • 举报
回复
水晶报表(vs2005自带的)部署到应用服务器,最好是用配置好的安装包再布署到服务器上。

一、发布时需要下载客户端发布包,分别是:
net framework2.0,CRRedist 2005_x86.msi,CRRedist 2005_x86_chs.msi
不然就要在你本机的安装包放置的路径中去找。注:版本一定要相合。

二、发布时要做的事:
将Net_merge_modules.zip的模块添入解决方案,属性里有很多,最后一项keycode写入License,这里提供一个:KEY(KEY是要根据你的水晶报表版本去查询一个再添加进来)----这一个是关键的!
kingcsx666 2008-10-07
  • 打赏
  • 举报
回复
水晶报表是注册(网上找的序列号)以后才开发报表的,应用服务器上面没说要序列号
greystar 2008-10-07
  • 打赏
  • 举报
回复
是没有序列号吧.水晶报表的.

4,816

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 图表区
社区管理员
  • 图表区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧